The manage-users set-password command sets the password for a PLC's user.
- If the user does not yet exist, it will be created implicitly.
- If the user already exists, the previously configured password will be overwritten.
apax hwc manage-users --moduleName <PLC_NAME> --input <HARDWARE_DECLARATION> set-password --userName <USER_NAME> --password <PASSWORD>
| Option | Description |
|---|---|
| -u, --userName | The name of the user to set the password for. Mandatory |
| -p, --password | The password to set. Mandatory |