docs: package runner info (#1172)

This commit is contained in:
Angie Jones
2025-02-10 12:04:25 -06:00
committed by GitHub
parent 3a148c9bc1
commit 217df5200b
5 changed files with 32 additions and 4 deletions

View File

@@ -58,15 +58,15 @@ goose session --name <name>
- **`-r, --resume`**
Resume a previous session (last used or specified by `--name`)
Resume the previous session
```bash
goose session --name <name> --resume
goose session --resume
```
- **`--with-extension <COMMAND>`**
Starts the session with the specified extension. Can also include environment variables (e.g., `'GITHUB_TOKEN=xyz npx -y @modelcontextprotocol/server-github'`).
Starts the session with the specified extension. Can also include environment variables (e.g., `'GITHUB_TOKEN={your_token} npx -y @modelcontextprotocol/server-github'`).
```bash
goose session --name <name> --with-extension <command>
@@ -77,7 +77,7 @@ goose session --name <name> --with-extension <command>
Starts the session with the specified [built-in extension](/docs/getting-started/using-extensions#built-in-extensions) enabled. (e.g. 'developer')
```bash
goose session --with-builtin <name>
goose session --with-builtin <id>
```
### run [options]