ks orga add
ks orga add
Creates a new organization
Synopsis
Creates a new oranization for your projects. Organzation names must be unique and composed of only alphanumeric characters, . (period), - (dash), and _ (underscore). No space are allowed
ks orga add <organization-name> [flags]
Examples
ks orga add my_new_organization
Options
-h, --help help for add
-p, --private Make the organization private.
Options inherited from parent commands
-c, --config string config file (default is $HOME/.config/keystone/keystone.yaml)
--debug debug output
--env string environment to use instead of the current one
-q, --quiet make the output machine readable
-s, --skip skip prompts and use default
SEE ALSO
- ks orga - Manages organizations