ish upgrade
Update ish to the latest version
Usage: ish upgrade [options]
Options
string
Install a specific release (e.g. 0.8.1)
ish feedback
Report a bug or send feedback to the ish team
Usage: ish feedback [message] [options]
Arguments
Feedback text. Use @path to read from a file, or - to read from stdin. (optional)
Options
string
Feedback type: bug | feature | other Default: “bug”.
string
Short title (default: first line of the message)
boolean
Don’t attach environment/account diagnostics to the report
boolean
Also run setup checks (ish check) and attach recent local-sim logs - useful for simulation/setup bugs
boolean
Print exactly what would be sent (including diagnostics) without submitting
Global flags
Every command accepts the global flags.boolean
output the version number
string
Auth token (or set ISH_TOKEN env var)
string
Read auth token from a file (preferred over —token / ISH_TOKEN)
string
Default workspace ID; per-subcommand —workspace overrides
boolean
Output as JSON (auto-enabled when piped)
string
Extract a single field from the JSON response and print only its value (implies —json internally; supports dotted paths e.g. person.name)
boolean
Force human-readable output even when stdout is piped (overrides JSON-when-piped auto-detection)
string
Comma-separated fields to include in JSON output (e.g. alias,name,status)
boolean
Include full UUIDs and timestamps in JSON output
boolean
Disable colored output (also honored: NO_COLOR env var)
boolean
Suppress progress messages on stderr (no-op for read commands that emit none)