Configure
Configure credentials for pushing to and pulling from the remote registry.
The GroundZero formulas registry is currently in private beta, please sign up for early access.
Usage
Use the configure
command to setup credentials and profiles for commands requiring authentication.
g0 configure
Use the --profile
option to configure a specific profile:
g0 configure --profile <name>
Use the --list
option to list all profiles:
g0 configure --list
Use the --delete
option to delete a profile:
g0 configure --delete <name>