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.

Terminal
g0 configure

Use the --profile option to configure a specific profile:

Terminal
g0 configure --profile <name>

Use the --list option to list all profiles:

Terminal
g0 configure --list

Use the --delete option to delete a profile:

Terminal
g0 configure --delete <name>

On this page