ks init
ks init
Creates Keystone config files and directories
Synopsis
Creates Keystone config files and directories.
Created files and directories:
- keystone.yaml: the project’s config,
- .keystone: cache and various files for internal use. automatically added to .gitignore
ks init <project-name> [flags]
Examples
ks init my-awesome-project
Options
-h, --help help for init
-o, --orga string identity provider. Either github or gitlab
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 - A safe system for developers to store, share and use secrets.