Skip to content

Omnistrate ctl instance patch deployment

omnistrate-ctl instance patch-deployment

Patch deployment for an instance deployment

Synopsis

This command helps you patch the deployment for an instance deployment.

omnistrate-ctl instance patch-deployment [instance-id] --resource-name <resource-name> --deployment-action <deployment-action> --patch-files <patch-files> [flags]

Examples

# Patch deployment for an instance deployment
omctl instance patch-deployment instance-abcd1234 --resource-name my-terraform-deployment --deployment-action apply --patch-files /patchedFiles

Options

  -e, --deployment-action string   Deployment action
  -h, --help                       help for patch-deployment
  -o, --output string              Output format. Only json is supported (default "json")
  -p, --patch-files string         Patch files
  -r, --resource-name string       Resource name

Options inherited from parent commands

  -v, --version   Print the version number of omnistrate-ctl

SEE ALSO