griz create account
Creates a new Account.
Note
When passing in text on the command line, we recommend encasing it in quotes (ie "Secret Message"). Command line arguments are parsed by the shell in their own way, and special characters could cause them to be interpreted differently than expected.
Flags
| flag | Description |
|---|---|
| --notes | Any notes on the Account |
Examples
# Create an Account named Region-EU
griz create account Region-EU
# Creates an Account named Region-Asia with notes
griz create account Region-Asia --notes "Used by services operating in Asia"