Omnistrate ctl secret set
omnistrate-ctl secret set
Set an environment secret
Synopsis
This command helps you create or update a secret for a specific environment type.
Examples
# Set a secret for dev environment
omctl secret set dev my-secret my-value
# Set a secret for prod environment
omctl secret set prod db-password secret123
Options
Options inherited from parent commands
-o, --output string Output format (text|table|json) (default "table")
-v, --version Print the version number of omnistrate-ctl
SEE ALSO
- omnistrate-ctl secret - Manage secrets