glean-cli-chat
Installation
SKILL.md
glean chat
PREREQUISITE: Read
../glean-cli/SKILL.mdfor auth, global flags, and security rules.
Have a conversation with Glean AI. Streams response to stdout.
glean chat [flags]
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run |
boolean | false | Print request body without sending |
--json |
string | Complete JSON chat request body (overrides individual flags) | |
--message |
string | Chat message (positional arg) (required) | |
--save |
boolean | true | Save the chat session |
--timeout |
integer | 30000 | Request timeout in milliseconds |