]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs: add CLI section to root README alongside Web UI
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Apr 2026 20:44:09 +0000 (22:44 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Apr 2026 20:44:09 +0000 (22:44 +0200)
README.md

index 9d601879e8da37414fb5f92eef2f0b09698af1bf..fee0ed4582d23aec0eefdb9ad491ca649fbe3e95 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Simple [node.js](https://nodejs.org/) software to simulate and scale a set of ch
 - [Initial configuration](#initial-configuration)
 - [Start simulator](#start-simulator)
 - [Start Web UI](#start-web-ui)
+- [Start CLI](#start-cli)
 - [Configuration files syntax](#configuration-files-syntax)
   - [Charging stations simulator configuration](#charging-stations-simulator-configuration)
   - [Charging station template configuration](#charging-station-template-configuration)
@@ -133,6 +134,10 @@ pnpm start
 
 See Web UI [README.md](./ui/web/README.md) for more information.
 
+## Start CLI
+
+See CLI [README.md](./ui/cli/README.md) for more information.
+
 ## Configuration files syntax
 
 All configuration files are using the JSON standard syntax.