@@ -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+
259296List 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** :
0 commit comments