> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ishlabs.io/llms.txt
> Use this file to discover all available pages before exploring further.

# upgrade, feedback

> Command reference: ish upgrade, feedback.

## `ish upgrade`

Update ish to the latest version

Usage: `ish upgrade [options]`

### Options

<ParamField path="--release <version>" type="string">Install a specific release (e.g. 0.8.1)</ParamField>

## `ish feedback`

Report a bug or send feedback to the ish team

Usage: `ish feedback [message] [options]`

### Arguments

<ParamField path="message">Feedback text. Use @path to read from a file, or - to read from stdin. (optional)</ParamField>

### Options

<ParamField path="--type <type>" type="string">Feedback type: bug | feature | other Default: "bug".</ParamField>
<ParamField path="--title <title>" type="string">Short title (default: first line of the message)</ParamField>
<ParamField path="--no-diagnostics" type="boolean">Don't attach environment/account diagnostics to the report</ParamField>
<ParamField path="--health" type="boolean">Also run setup checks (ish check) and attach recent local-sim logs - useful for simulation/setup bugs</ParamField>
<ParamField path="--dry-run" type="boolean">Print exactly what would be sent (including diagnostics) without submitting</ParamField>

## Global flags

Every command accepts the global flags.

<ParamField path="-V, --version" type="boolean">output the version number</ParamField>
<ParamField path="-t, --token <token>" type="string">Auth token (or set ISH\_TOKEN env var)</ParamField>
<ParamField path="--token-file <path>" type="string">Read auth token from a file (preferred over --token / ISH\_TOKEN)</ParamField>
<ParamField path="--workspace <id>" type="string">Default workspace ID; per-subcommand --workspace overrides</ParamField>
<ParamField path="--json" type="boolean">Output as JSON (auto-enabled when piped)</ParamField>
<ParamField path="--get <field>" type="string">Extract a single field from the JSON response and print only its value (implies --json internally; supports dotted paths e.g. person.name)</ParamField>
<ParamField path="--human" type="boolean">Force human-readable output even when stdout is piped (overrides JSON-when-piped auto-detection)</ParamField>
<ParamField path="--fields <fields>" type="string">Comma-separated fields to include in JSON output (e.g. alias,name,status)</ParamField>
<ParamField path="--verbose" type="boolean">Include full UUIDs and timestamps in JSON output</ParamField>
<ParamField path="--no-color" type="boolean">Disable colored output (also honored: NO\_COLOR env var)</ParamField>
<ParamField path="-q, --quiet" type="boolean">Suppress progress messages on stderr (no-op for read commands that emit none)</ParamField>
