vela dry-run

Dry Run an application, and output the K8s resources as result to stdout

Synopsis

Dry-run application locally, render the Kubernetes resources as result to stdout. vela dry-run -d /definition/directory/or/file/ -f /path/to/app.yaml

You can also specify a remote url for app: vela dry-run -d /definition/directory/or/file/ -f https://remote-host/app.yaml

  1. vela dry-run

Examples

  1. vela dry-run

Options

  1. -d, --definition string specify a definition file or directory, it will only be used in dry-run rather than applied to K8s cluster
  2. -e, --env string specify environment name for application
  3. -f, --file string application file name (default "./app.yaml")
  4. -h, --help help for dry-run
  5. -n, --namespace string specify the Kubernetes namespace to use
  6. --offline dry-run Run dry-run in offline / local mode, all validation steps will be skipped

Options inherited from parent commands

  1. -y, --yes Assume yes for all user prompts

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.