Skip to content

iectl iem app-config get-template

Download application configuration template

Synopsis

This method downloads an application configuration template.

iectl iem app-config get-template [flags]

Options

      --configId string     The unique config ID, can get from applications-list-config
  -d, --data string         use this flag for passing data via json or as datafile with @filename
  -h, --help                help for get-template
      --id string           The unique application ID, can get from list applications
      --templateId string   If download an application configuration template file, this may be the unique config template ID or if download an application configuration version file, this would be the unique config version ID.

Options inherited from parent commands

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

Example

$ iectl  iem app-config get-template --id "dcb2f80202ce498d851e6ca11ab8f2cd" --configId "376016db629f42c390e99fef4ff2daf6" --templateId "a404726675f841f6bf6411e23a8c644d"

SEE ALSO