Beta feature

kube secret command reference

The kube secret command generates a Kubernetes Secret manifest containing your Postman API key, and output the result to standard output or a file.

Usage

postman-insights-agent kube secret [flags]

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".

Global flags

  • --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