Use this command to board an IED with a single command (as an alternative to using activate):
NOTICE
Verify that [IEM config](./onboard.md#add-iem-configuration-for-ied) is already added.
$ iectl iem device onboard \
--url "https://165.218.200.23/" \ # your IED url
--name "demoied" \ # your IED name
--username "email@siemens.com" \ # your email
--password "P@ssword1234" # your password
NOTICE
Default device type is "core.ieipc" to use different device type, please provide device type id using `--id flag`. You can list device types using command [`iectl iem device-types`](../V2_0_0/iem/device-types.md)