CLI Reference

Complete command reference for grove-anthropic.

grove-anthropic

Tools for using Anthropic/Claude API plaform

Usage: grove-anthropic [command]

Available Commands: completion Generate the autocompletion script for the specified shell config Manage grove-anthropic configuration help Help about any command request Make a request to the Anthropic API version Print the version information for this binary

Flags: -c, —config string Path to grove.yml config file -h, —help help for grove-anthropic —json Output in JSON format -v, —verbose Enable verbose logging

Use “grove-anthropic [command] —help” for more information about a command.

grove-anthropic request

Make a request to the Anthropic API using grove-context for automatic context management.

Usage: grove-anthropic request [flags]

Flags: —context strings Additional context files to include -f, —file string Read prompt from file -h, —help help for request —max-tokens int Maximum tokens in response (default 8192) -m, —model string Anthropic model to use (default “claude-sonnet-4-5-20250929”) -o, —output string Write response to file instead of stdout -p, —prompt string Prompt text —regenerate Regenerate context before request -s, —system string System prompt text -w, —workdir string Working directory (defaults to current)

Global Flags: -c, —config string Path to grove.yml config file —json Output in JSON format -v, —verbose Enable verbose logging

grove-anthropic config

View and manage configuration settings for grove-anthropic.

Usage: grove-anthropic config [command]

Available Commands: get Get configuration values

Flags: -h, —help help for config

Global Flags: -c, —config string Path to grove.yml config file —json Output in JSON format -v, —verbose Enable verbose logging

Use “grove-anthropic config [command] —help” for more information about a command.

grove-anthropic config get

Get configuration values

Usage: grove-anthropic config get [command]

Available Commands: api-key Show API key configuration and resolution

Flags: -h, —help help for get

Global Flags: -c, —config string Path to grove.yml config file —json Output in JSON format -v, —verbose Enable verbose logging

Use “grove-anthropic config get [command] —help” for more information about a command.

grove-anthropic version

Print the version information for this binary

Usage: grove-anthropic version [flags]

Flags: -h, —help help for version —json Output version information in JSON format

Global Flags: -c, —config string Path to grove.yml config file -v, —verbose Enable verbose logging