Pull
Downloads a formula from the remote registry to your local machine.
The GroundZero formulas registry is currently in private beta, please sign up for early access.
Usage
Use the pull
command to download a formula from the GroundZero formulas registry to the local registry.
g0 pull <formula-name>
Use the @
notation to specify a specific version to download.
g0 pull <formula-name>@<version>
A valid API key is required for using the pull
command. API keys can be generated from the web portal and configured for CLI use using the configure command.
Advanced Usage
Download using a specific profile
The command defaults to downloading formulas using the default
profile, you can use the --profile
option to specify the profile (set of credentials) to use for downloading.
g0 pull <formula-name> --profile <profile-name>
Profiles are configured using the configure command.
Download using a specific API key
You can use the --api-key
option to specify the API key to use for downloading.
g0 pull <formula-name> --api-key <api-key>