File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,18 @@ mls framework deploy-node
102102mls 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)
You can’t perform that action at this time.
0 commit comments