In the "Add arguments (optional)" field, enter your Keeper Commander CLI command. For example:
record-update -r"Test Record" password=$GEN
9
Finish the Task
Click Next to review the details of your task.
Click Finish to create the task.
To make sure the command works, select the Task and click "Run" on the right side.
Summary
In this particular example, the password will rotate from the Keeper vault and you'll see this occur in realtime across all logged-in vault clients. Another example is running a security audit report, such as:
security-audit-report --output c:\path\to\file
Any feature or capability of the end-user vault or Admin Console can be automated this way. Take a look at all the Keeper Commander commands available.
To expand upon this use case, you would likely want to set up a Batch file and execute the batch of commands instead of adding them directly on the CLI arguments. More information about batch mode commands can be found here.