Skip to content

Utilities

Show the installed CLI version.

Terminal window
grid version
grid --version
grid -V

Run diagnostic checks to verify your environment is configured correctly.

Terminal window
grid doctor
Option Description
--fix Attempt to repair ~/.cloudgrid/config.yaml.

Checks: Node.js version, Docker availability, Claude Code availability, config file, API reachability, authentication status, and common port availability.

Send feedback to the CloudGrid team.

Terminal window
grid feedback [message]
Argument Description
message Feedback text. If omitted, opens $EDITOR for interactive entry.
Option Description
--include-log Attach a scrubbed tail of the CLI log.
--interactive Open the editor for multi-line feedback.

Admins can read the feedback feed:

Terminal window
grid feedback list [--user-email <email>] [--since <duration>] [--limit <n>]

Generate shell completion scripts.

Terminal window
grid completion <shell> # bash, zsh, or fish
Terminal window
# bash
grid completion bash >> ~/.bashrc
# zsh
grid completion zsh >> ~/.zshrc
# fish
grid completion fish > ~/.config/fish/completions/grid.fish