Nomad
nomad-pack deps vendor command reference
Use the nomad-pack deps vendor command to download vendor dependencies for a pack.
Usage
nomad-pack deps vendor [options]
Options
--path=<string>: Full path to the pack that contains vendor dependencies. All the dependencies are then downloaded into adeps/subdirectory of that path.--timeout=<int> (default 30): Timeout in seconds for downloading dependencies. Defaults to 30.
Examples
Download vendor dependencies for a pack in the current directory, with a timeout of 180 seconds.
nomad-pack deps vendor --timeout=180