Skip to content

iectl apply

execute all commands listed in yaml file. Execute help to get an example.

Synopsis

Example content of a manifest file:

commands:
  - command:
    target: publisher
    resource: standalone-app.create
    parameters: 
      appname: "sample_appname"
      reponame: "demo_repo"
      iconpath: "/path/to/icon/pic.png"
      appdescription: "sample_description"
  - command:
    target: publisher
    resource: standalone-app.version.create
    parameters: 
      appname: "sample_appname"
      versionnumber: "0.0.1"
      yamlpath: "/path/to/yaml/docker-compose.yml"
      allowfailure: "true"
iectl apply [flags]

Options

  -h, --help              help for apply
  -f, --manifest string   path to manifest file to execute

Options inherited from parent commands

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

Example

iectl apply --manifest "/home/usr/manifest.yml"

SEE ALSO

  • iectl - iectl - Industrial Edge Command Line Interface