Skip to content

iectl config add ied

add new configuration for ied

iectl config add ied [flags]

Options

  -h, --help              help for ied
  -n, --name string       name of the configuration in lower case
  -p, --password string   set password for login (Use character '\' before characters [\,"] in password).
                          when using symbols [!, $] in password use single quotes. e.g. -p 'password!@'
      --password-stdin    set password from stdin for login                    
      --url string        set url for login
  -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 ied  --name "ied_config" --user "email@siemens.com" --password "password" --url "https://ied-url"
cat ~/my_password.txt | iectl config add ied  --name "ied_config" --user "email@siemens.com" --url "https://ied-url" --password-stdin

SEE ALSO