Skip to content

iectl config add iem-os

add new configuration for iem-os

iectl config add iem-os [flags]

Options

  -h, --help              help for iem-os
  -n, --name string       name of the configuration in lower case
  -p, --password string   set password for login
                          when using symbols [!, $] in password use single quotes. e.g. -p 'password!@'
      --password-stdin    set password from stdin for login
      --url string        set url of iem-os on which you want to perform operations
  -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 iem-os  --name "iem_os_config" --user "email@siemens.com" --password "password" --url "https://iem-os.siemens.cloud"
cat ~/my_password.txt | iectl config add iem-os  --name "iem_os_config" --user "email@siemens.com" --url "https://iem-os.siemens.cloud" --password-stdin

SEE ALSO