Skip to content

iectl iehub product-management version create

create the version of a product on iehub

iectl iehub product-management version create [flags]

Options

      --product-id string     id of the product   [optional]
                              use --product-id instead of --product-name (in case of multiple apps using same name --product-name argument will fail to provide a valid response)
      --product-name string   name of the product [optional]
                              not required if --product-id is provided
  -h, --help                  help for create
      --version string        version number

Options inherited from parent commands

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

Example

iectl iehub product-management version create --product-id "SampleAppID" --version "0.0.1"  

SEE ALSO