Skip to content

iectl config add iehub

add new configuration for iehub

iectl config add iehub [flags]

Options

  -h, --help              help for iehub
  -n, --name string       name of the configuration in lower case
  -p, --password string   set password for login (Use character '\' before characters [\,"] in password)
      --url string        set url of IEHUB on which you want to perform operations. provide url without tenant name , e.g. : https://iehub.eu1.edge.siemens.cloud
  -u, --user string       set user for login

Options inherited from parent commands

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

Example

iectl config add iehub  --name "iehub_config" --user "email@siemens.com" --password "password" --url "https://iehub.eu1-dev.edge.siemens.cloud" 

SEE ALSO