Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit ce2117a

Browse files
committed
docs: updated docs according to the ENG-458 changes
1 parent 1fc2009 commit ce2117a

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

CLI.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ dreadnode agent [OPTIONS] COMMAND [ARGS]...
5050
* `show`: Show the status of the active agent
5151
* `strikes`: List available strikes
5252
* `switch`: Switch to a different agent link
53-
* `templates`: List available agent templates with their...
53+
* `templates`: Interact with Strike templates
5454
* `versions`: List historical versions of the active agent
5555

5656
### `dreadnode agent clone`
@@ -108,7 +108,7 @@ $ dreadnode agent init [OPTIONS] STRIKE
108108

109109
* `-d, --dir DIRECTORY`: The directory to initialize [default: .]
110110
* `-n, --name TEXT`: The project name (used for container naming)
111-
* `-t, --template [rigging_basic|rigging_loop|nerve_basic]`: The template to use for the agent [default: rigging_basic]
111+
* `-t, --template TEXT`: The template to use for the agent
112112
* `-s, --source TEXT`: Initialize the agent using a custom template from a github repository, ZIP archive URL or local folder
113113
* `-p, --path TEXT`: If --source has been provided, use --path to specify a subfolder to initialize from
114114
* `--help`: Show this message and exit.
@@ -256,12 +256,49 @@ $ dreadnode agent switch [OPTIONS] AGENT_OR_PROFILE [DIRECTORY]
256256

257257
### `dreadnode agent templates`
258258

259+
Interact with Strike templates
260+
261+
**Usage**:
262+
263+
```console
264+
$ dreadnode agent templates [OPTIONS] COMMAND [ARGS]...
265+
```
266+
267+
**Options**:
268+
269+
* `--help`: Show this message and exit.
270+
271+
**Commands**:
272+
273+
* `install`: Install a template pack
274+
* `show`: List available agent templates with their...
275+
276+
#### `dreadnode agent templates install`
277+
278+
Install a template pack
279+
280+
**Usage**:
281+
282+
```console
283+
$ dreadnode agent templates install [OPTIONS] [SOURCE]
284+
```
285+
286+
**Arguments**:
287+
288+
* `[SOURCE]`: The source of the template pack [default: dreadnode/basic-agents]
289+
290+
**Options**:
291+
292+
* `--help`: Show this message and exit.
293+
294+
#### `dreadnode agent templates show`
295+
259296
List available agent templates with their descriptions
260297

261298
**Usage**:
262299

263300
```console
264-
$ dreadnode agent templates [OPTIONS]
301+
$ dreadnode agent templates show [OPTIONS]
265302
```
266303

267304
**Options**:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ Interact with Strike agents:
139139
dreadnode agent strikes
140140

141141
# list all available templates with their descriptions
142-
dreadnode agent templates
142+
dreadnode agent templates show
143+
144+
# install a template pack from a github repository
145+
dreadnode agent templates install dreadnode/basic-templates
143146

144147
# initialize a new agent in the current directory
145148
dreadnode agent init -t <template_name> <strike_id>

0 commit comments

Comments
 (0)