Skip to content

iectl iem app-config delete-version

delete configuration version

iectl iem app-config delete-version [flags]

Options

      --app-name string       application unique name
      --config-name string    application config name
  -h, --help                  help for delete-version
      --project-name string   Name of the project
      --version-name string   config version name

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iem app-config delete-version  --app-name "my cool app"  --config-name "config_version" --project-name "testProject" --version-name "config_type_version"

SEE ALSO