Beta feature
The kube secret
command generates a Kubernetes Secret manifest containing your Postman API key, and output the result to standard output or a file.
postman-insights-agent kube secret [flags]
-h
, --help
- Help for secret
.-f
, --file string
- File to output the generated secret. If not set, the secret prints to stdout
.-n
, --namespace string
- The Kubernetes namespace the secret should be applied to. Default: "default"
.--log-format string
- Set to 'color'
, 'plain'
or 'json'
to control the log format.--proxy string
- The domain name, IP address, or URL of an HTTP proxy server to use.Last modified: 2025/05/30