manage-users set-password command - Manual - Hardware Compiler - The AX Hardware Compiler - Hardware Compiler (hwc),tool

Hardware Compiler CLI Tool (hwc)

Portfolio
SIMATIC AX
Product
Hardware Compiler
Software version
1.1.154
Edition
07/2024
Language
English (original)
Package Name
@ax/hwc

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