Skip to content

Commit 54673be

Browse files
Jan JeligaJan Jeliga
authored andcommitted
feat(cli): docs
1 parent ac6e1f3 commit 54673be

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/development/reference/cli-reference.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,16 +323,17 @@ Remove agent
323323
**Usage**:
324324

325325
```console
326-
$ agentstack agent remove | uninstall | rm | delete [OPTIONS] SEARCH_PATH
326+
$ agentstack agent remove | uninstall | rm | delete [OPTIONS] [SEARCH_PATH]
327327
```
328328

329329
**Arguments**:
330330

331-
* `SEARCH_PATH`: Short ID, agent name or part of the provider location [required]
331+
* `[SEARCH_PATH]`: Short ID, agent name or part of the provider location
332332

333333
**Options**:
334334

335335
* `-y, --yes`: Skip confirmation prompts.
336+
* `-a, --all`: Remove all agents without selection.
336337
* `--help`: Show this message and exit.
337338

338339
### `agentstack agent logs`
@@ -1090,16 +1091,17 @@ Remove agent
10901091
**Usage**:
10911092

10921093
```console
1093-
$ agentstack remove | uninstall | rm | delete [OPTIONS] SEARCH_PATH
1094+
$ agentstack remove | uninstall | rm | delete [OPTIONS] [SEARCH_PATH]
10941095
```
10951096

10961097
**Arguments**:
10971098

1098-
* `SEARCH_PATH`: Short ID, agent name or part of the provider location [required]
1099+
* `[SEARCH_PATH]`: Short ID, agent name or part of the provider location
10991100

11001101
**Options**:
11011102

11021103
* `-y, --yes`: Skip confirmation prompts.
1104+
* `-a, --all`: Remove all agents without selection.
11031105
* `--help`: Show this message and exit.
11041106

11051107
## `agentstack logs`

0 commit comments

Comments
 (0)