Skip to content

Commit a185e25

Browse files
alexanpatrananos
authored andcommitted
docs: update readme.md with deploy arguments.
Signed-off-by: Alexandros Patras <patras@uth.gr>
1 parent 6adcf95 commit a185e25

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

mlsysops-cli/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@ mls framework deploy-node
102102
mls framework deploy-services
103103
```
104104

105+
**Optional path argument:** Use the `--path` flag to specify the system descriptions folder.
106+
```bash
107+
mls framework deploy-all/cluster/continuum/node --path ./descriptions
108+
```
109+
The `descriptions` folder should contain subfolders like `node`, `cluster`, or `continuum` for proper agent configuration.
110+
111+
**Optional inventory argument:** Use the `--inventory` flag to specify the inventory YAML file used during the K3s installation.
112+
```bash
113+
mls framework add-system-agents --inventory ./inventory.yaml
114+
```
115+
116+
> **Note:** Only one of `--path` or `--inventory` can be specified at a time. If both options are provided, the command will throw an error.
105117
---
106118

107119
## ⚡ Tab Completion (Bash)

0 commit comments

Comments
 (0)