ks ci send
ks ci send
Sends environment to a CI service
Synopsis
Sends environment to a CI service.
This command will send all your secrets and files followed by keystone to your CI service.
The CI service must have been setup using: ks ci add
ks ci send [flags]
Examples
# To send the current environment:
ks ci send
# To send a specific environment:
ks ci send --env prod
Options
-h, --help help for send
--with string Ci service name.
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 ci - Manages CI services