]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs(cli): update embedded SKILL.md with identity and credential options
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Apr 2026 20:04:34 +0000 (22:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Apr 2026 20:04:34 +0000 (22:04 +0200)
Add station add examples for --base-name, --fixed-name, --supervision-user,
--supervision-password. Update supervision set-url usage with credential flags.

ui/cli/skills/evse-simulator/SKILL.md

index d0bf93605589a91fc2f9aabb1a75c52bbe23b4e5..102054954c3fec1821f4353f73949f24c9ceb50e 100644 (file)
@@ -65,6 +65,8 @@ evse-cli station stop [hashId...]                         # Stop station(s)
 evse-cli station add -t <template> -n <count>             # Add stations
 evse-cli station add -t <template> -n 2 --auto-start      # Add and auto-start
 evse-cli station add -t <template> -n 1 --supervision-url ws://csms:8180/path
+evse-cli station add -t <template> -n 1 --base-name MY-CS --fixed-name
+evse-cli station add -t <template> -n 1 --supervision-user alice --supervision-password s3cret
 evse-cli station delete [hashId...]                       # Delete station(s)
 evse-cli station delete --delete-config [hashId...]       # Delete with config files
 ```
@@ -148,7 +150,7 @@ When `-p` is provided, version detection is skipped and the raw payload is passe
 ### Supervision
 
 ```shell
-evse-cli supervision set-url --supervision-url <url> [hashId...]
+evse-cli supervision set-url --supervision-url <url> [--supervision-user <user>] [--supervision-password <password>] [hashId...]
 ```
 
 ### Performance