griz profile
Manages Profiles in the configuration file. Running this command with no parameters will display the details of the currently active Profile.
Flags
| flag | Description |
|---|---|
| --select | Switch to a Profile |
| --show | Show the details of a Profile |
| --list | List all Profiles |
| --delete | Delete a Profile |
| --create | Create a new Profile |
| --keyring | Used during create: The KeyRing to assign to the Profile |
| --apikey | Used during create: The API Key to assign to the Profile |
Examples
# Displays the current Profile
griz profile
# Switch Profiles
griz profile --select <profile-name>
# Shows the current profile
griz profile --show <profile-name>
# List all of the profiles
griz profile --list
# Deletes a Profile
griz profile --delete <profile-name>
# Create a Profile
griz profile --create <profile-name> --keyring <keyring-name> --apikey <spikey>