Omnistrate ctl secret get
omnistrate-ctl secret get
Get an environment secret
Synopsis
This command helps you get a specific secret for an environment type.
Examples
# Get a secret in dev environment
omctl secret get dev my-secret
# Get a secret with JSON output
omctl secret get prod db-password --output json
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