From 7f000b3ee345ad71730b26e3082d1552d3102a62 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Wed, 11 Dec 2024 07:34:21 +1100 Subject: [PATCH] fix: Update cli.md (#436) --- docs/plugins/cli.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/plugins/cli.md b/docs/plugins/cli.md index 02ce87c2..a2298840 100644 --- a/docs/plugins/cli.md +++ b/docs/plugins/cli.md @@ -19,7 +19,7 @@ Lists the version of Goose and any associated plugins. **Usage:** ```sh - goose session start [--profile PROFILE] [--plan PLAN] [--log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]] [--tracing] + goose session start [--profile PROFILE] [--log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]] [--tracing] ``` Starts a new Goose session. @@ -35,6 +35,17 @@ If you want to enable locally hosted Langfuse tracing, pass the --tracing flag a Resumes an existing Goose session. +#### `run` + +Goose can run one off plans: + +**Usage:** +```sh + goose run plan.md +``` + +It will run this plan, or sequence of tasks, to completion as a one shot task. + #### `list` **Usage:**