Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.42 KB

File metadata and controls

35 lines (25 loc) · 1.42 KB

deployah init

Creates deployah.yaml and a platform file so you can deploy.

Synopsis

Creates deployah.yaml and a platform file so you can deploy. Init is interactive and must run from a terminal.

deployah init [flags]

Options

      --dry-run   Preview the generated spec without saving it
      --force     Skip the overwrite prompt if the spec already exists

Options inherited from parent commands

      --context string         Kubernetes context to use (overrides the current context and any environment 'context' field)
  -d, --debug                  Enable debug mode (verbose logging and keep temporary files)
  -h, --help                   show help for this command
  -k, --kubeconfig string      Path to the kubeconfig file to use (defaults to standard kubeconfig resolution)
  -n, --namespace string       Kubernetes namespace to use for Deployah operations (defaults to current context namespace)
      --platform-file string   Path to the platform config file (overrides DEPLOYAH_PLATFORM_FILE and the default same-directory lookup)
  -s, --spec string            Path to the Deployah spec file (YAML or JSON) (default "deployah.yaml")
  -t, --timeout duration       Timeout for Deployah operations (install/upgrade, list, status, logs, delete, run) (default 10m0s)

SEE ALSO

  • deployah - Deployah turns a spec into a running release on Kubernetes (Spec-to-Release)