Skip to content

Fish CLI Reference

fish

Fish: a fast, cache-first build orchestration system for Rust and beyond.

Usage: fish [OPTIONS] <COMMAND>
FlagDescriptionDefault
--experimentalEnable experimental features (use at your own risk)false
--offlineDisallow network access and fail-fast on remote operationsfalse

Subcommands: version, init, new, build, check, test, clean, run, graph, watch, cache-server, worker, affected, doctor, cache, ci, history, rewind, attest, verify, live-patch, jit, super-opt, plugin, fix, signing-key, heal, cost-estimate, ui, query, daemon, ai, lsp, why, pash, qpc

fish-version

Usage: fish version [OPTIONS]

fish-init

Usage: fish init [OPTIONS]
FlagDescriptionDefault
--path, -p <PATH>
--force, -ffalse
--describe <DESCRIBE>Plain-language project description, e.g. --describe "rust cli + python tools"

fish-new

Usage: fish new [OPTIONS] <NAME>
FlagDescriptionDefault
name <NAME>
--template, -t <TEMPLATE>
--path, -p <PATH>

fish-build

Arguments for build command

Usage: fish build [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>
--jobs, -j <JOBS>
--verbose, -vfalse
--no-cachefalse
--sandboxfalse
--appleRun every build task through the apple hermetic sandbox (requires the apple binary on PATH)false
--timeout <TIMEOUT_SECS>
--profile <PROFILE>
--tuifalse
--remote-cache <REMOTE_CACHE>
--remote-cache-token <REMOTE_CACHE_TOKEN>
--remote-workers <REMOTE_WORKERS>
--remote-workers-token <REMOTE_WORKERS_TOKEN>
--cache-dir <CACHE_DIR>Local cache directory; defaults to FISH_CACHE_DIR or ~/.fish/cache
--send-sourceShip a compressed snapshot of the working tree to remote workers so they can run tasks without sharing a filesystemfalse
--ram-limit <RAM_LIMIT>Throttle the build to jobs / 2 concurrent workers (minimum 1) whenever the system's available memory drops below this percentage of total memory
--semanticfalse
--ramdiskfalse
--swarmfalse
--reflinkfalse
--hermetic-tracefalse
--swarm-computefalse
--critical-pathfalse
--replay-trace <REPLAY_TRACE>Load a previously saved execution trace and replay it to verify hermetic determinism before running the actual build
--turbo-linkfalse
--speculativefalse
--daemon-poolfalse
--kernel-bypassfalse
--wasm-sandboxfalse
--super-optfalse
--explainfalse
--otel-endpoint <OTEL_ENDPOINT>
--no-infer-depsDisable automatic cross-language dependency inference between detected projects (see cross_deps); references are then ignored and each ecosystem builds independentlyfalse

fish-check

Arguments for check command

Usage: fish check [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>
--jobs, -j <JOBS>
--verbose, -vfalse
--no-cachefalse
--sandboxfalse
--appleRun every build task through the apple hermetic sandbox (requires the apple binary on PATH)false
--timeout <TIMEOUT_SECS>
--profile <PROFILE>
--tuifalse
--remote-cache <REMOTE_CACHE>
--remote-cache-token <REMOTE_CACHE_TOKEN>
--remote-workers <REMOTE_WORKERS>
--remote-workers-token <REMOTE_WORKERS_TOKEN>
--cache-dir <CACHE_DIR>Local cache directory; defaults to FISH_CACHE_DIR or ~/.fish/cache
--send-sourceShip a compressed snapshot of the working tree to remote workers so they can run tasks without sharing a filesystemfalse
--ram-limit <RAM_LIMIT>Throttle the build to jobs / 2 concurrent workers (minimum 1) whenever the system's available memory drops below this percentage of total memory
--semanticfalse
--ramdiskfalse
--swarmfalse
--reflinkfalse
--hermetic-tracefalse
--swarm-computefalse
--critical-pathfalse
--replay-trace <REPLAY_TRACE>Load a previously saved execution trace and replay it to verify hermetic determinism before running the actual build
--turbo-linkfalse
--speculativefalse
--daemon-poolfalse
--kernel-bypassfalse
--wasm-sandboxfalse
--super-optfalse
--explainfalse
--otel-endpoint <OTEL_ENDPOINT>
--no-infer-depsDisable automatic cross-language dependency inference between detected projects (see cross_deps); references are then ignored and each ecosystem builds independentlyfalse

fish-test

Arguments for test command

Usage: fish test [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>
--jobs, -j <JOBS>
--verbose, -vfalse
--no-cachefalse
--sandboxfalse
--appleRun every build task through the apple hermetic sandbox (requires the apple binary on PATH)false
--timeout <TIMEOUT_SECS>
--profile <PROFILE>
--tuifalse
--remote-cache <REMOTE_CACHE>
--remote-cache-token <REMOTE_CACHE_TOKEN>
--remote-workers <REMOTE_WORKERS>
--remote-workers-token <REMOTE_WORKERS_TOKEN>
--cache-dir <CACHE_DIR>Local cache directory; defaults to FISH_CACHE_DIR or ~/.fish/cache
--send-sourceShip a compressed snapshot of the working tree to remote workers so they can run tasks without sharing a filesystemfalse
--ram-limit <RAM_LIMIT>Throttle the build to jobs / 2 concurrent workers (minimum 1) whenever the system's available memory drops below this percentage of total memory
--semanticfalse
--ramdiskfalse
--swarmfalse
--reflinkfalse
--hermetic-tracefalse
--swarm-computefalse
--critical-pathfalse
--replay-trace <REPLAY_TRACE>Load a previously saved execution trace and replay it to verify hermetic determinism before running the actual build
--turbo-linkfalse
--speculativefalse
--daemon-poolfalse
--kernel-bypassfalse
--wasm-sandboxfalse
--super-optfalse
--explainfalse
--otel-endpoint <OTEL_ENDPOINT>
--no-infer-depsDisable automatic cross-language dependency inference between detected projects (see cross_deps); references are then ignored and each ecosystem builds independentlyfalse

fish-clean

Arguments for clean command

Usage: fish clean [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>

fish-run

Arguments for run command

Usage: fish run [OPTIONS] [PATH] [-- <ARGS>...]
FlagDescriptionDefault
path <PATH>
--package, -p <PACKAGE>
--bin <BIN>
--jobs, -j <JOBS>
--verbose, -vfalse
args <ARGS>

fish-graph

Arguments for graph command

Usage: fish graph [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>
--format <FORMAT>tree
--no-infer-depsDisable automatic cross-language dependency inference so the rendered graph matches a --no-infer-deps buildfalse

fish-watch

Arguments for watch command

Usage: fish watch [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>
--jobs, -j <JOBS>
--verbose, -vfalse
--no-cachefalse
--sandboxfalse
--appleRun every build task through the apple hermetic sandbox (requires the apple binary on PATH)false
--timeout <TIMEOUT_SECS>
--profile <PROFILE>
--tuifalse
--remote-cache <REMOTE_CACHE>
--remote-cache-token <REMOTE_CACHE_TOKEN>
--remote-workers <REMOTE_WORKERS>
--remote-workers-token <REMOTE_WORKERS_TOKEN>
--cache-dir <CACHE_DIR>Local cache directory; defaults to FISH_CACHE_DIR or ~/.fish/cache
--send-sourceShip a compressed snapshot of the working tree to remote workers so they can run tasks without sharing a filesystemfalse
--ram-limit <RAM_LIMIT>Throttle the build to jobs / 2 concurrent workers (minimum 1) whenever the system's available memory drops below this percentage of total memory
--semanticfalse
--ramdiskfalse
--swarmfalse
--reflinkfalse
--hermetic-tracefalse
--swarm-computefalse
--critical-pathfalse
--replay-trace <REPLAY_TRACE>Load a previously saved execution trace and replay it to verify hermetic determinism before running the actual build
--turbo-linkfalse
--speculativefalse
--daemon-poolfalse
--kernel-bypassfalse
--wasm-sandboxfalse
--super-optfalse
--explainfalse
--otel-endpoint <OTEL_ENDPOINT>
--no-infer-depsDisable automatic cross-language dependency inference between detected projects (see cross_deps); references are then ignored and each ecosystem builds independentlyfalse
--mode <MODE>build
--debounce <DEBOUNCE>200
--clearfalse
--predictivefalse

fish-cache-server

Arguments for cache server

Usage: fish cache-server [OPTIONS]
FlagDescriptionDefault
--listen <LISTEN>127.0.0.1:9091
--auth-token <AUTH_TOKEN>
--dir <DIR>

fish-worker

Arguments for worker

Usage: fish worker [OPTIONS]
FlagDescriptionDefault
--listen <LISTEN>127.0.0.1:9092
--auth-token <AUTH_TOKEN>
--name <NAME>fish-worker-node
--max-concurrency <MAX_CONCURRENCY>8

fish-affected

Arguments for affected command

Usage: fish affected [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>
--jobs, -j <JOBS>
--verbose, -vfalse
--no-cachefalse
--sandboxfalse
--appleRun every build task through the apple hermetic sandbox (requires the apple binary on PATH)false
--timeout <TIMEOUT_SECS>
--profile <PROFILE>
--tuifalse
--remote-cache <REMOTE_CACHE>
--remote-cache-token <REMOTE_CACHE_TOKEN>
--remote-workers <REMOTE_WORKERS>
--remote-workers-token <REMOTE_WORKERS_TOKEN>
--cache-dir <CACHE_DIR>Local cache directory; defaults to FISH_CACHE_DIR or ~/.fish/cache
--send-sourceShip a compressed snapshot of the working tree to remote workers so they can run tasks without sharing a filesystemfalse
--ram-limit <RAM_LIMIT>Throttle the build to jobs / 2 concurrent workers (minimum 1) whenever the system's available memory drops below this percentage of total memory
--semanticfalse
--ramdiskfalse
--swarmfalse
--reflinkfalse
--hermetic-tracefalse
--swarm-computefalse
--critical-pathfalse
--replay-trace <REPLAY_TRACE>Load a previously saved execution trace and replay it to verify hermetic determinism before running the actual build
--turbo-linkfalse
--speculativefalse
--daemon-poolfalse
--kernel-bypassfalse
--wasm-sandboxfalse
--super-optfalse
--explainfalse
--otel-endpoint <OTEL_ENDPOINT>
--no-infer-depsDisable automatic cross-language dependency inference between detected projects (see cross_deps); references are then ignored and each ecosystem builds independentlyfalse
--since <SINCE>The git revision (commit/tag/branch) to diff against. HEAD compares the working tree, an explicit revision compares the tree of that revision against the working treeHEAD
--base <BASE>Git base reference to compare against (e.g. --base origin/main)
--mode <MODE>build
--jsonOutput affected packages and PASH status as JSONfalse

fish-doctor

Usage: fish doctor [OPTIONS]
FlagDescriptionDefault
--aifalse
--fixfalse

fish-cache

Arguments for cache command

Usage: fish cache [OPTIONS] <COMMAND>
FlagDescriptionDefault
--dir <DIR>Cache directory; defaults to FISH_CACHE_DIR or ~/.fish/cache

Subcommands: stats, prune, cas

fish-cache-stats

Print how many fingerprints/objects the local cache holds and how much disk space they occupy

Usage: fish cache stats [OPTIONS]

fish-cache-prune

Delete stale fingerprints and oversized cache content

Usage: fish cache prune [OPTIONS]
FlagDescriptionDefault
--older-than <OLDER_THAN>Delete records older than this age, e.g. 7d, 12h, 30m
--max-size <MAX_SIZE>Keep the cache under this size, e.g. 10GB, 500MB. The oldest entries are removed first

fish-cache-cas

CAS operations for artifact storage

Usage: fish cache cas [OPTIONS] <COMMAND>

Subcommands: stats, upload, download, list, delete, cleanup

fish-cache-cas-stats

Show CAS storage statistics

Usage: fish cache cas stats [OPTIONS]
fish-cache-cas-upload

Upload an artifact to CAS

Usage: fish cache cas upload [OPTIONS] <FILE>
FlagDescriptionDefault
file <FILE>Path to the artifact file
--artifact-type <ARTIFACT_TYPE>Artifact type (e.g., binary, library, docker-image)
--source <SOURCE>Source information (e.g., package name, target)
fish-cache-cas-download

Download an artifact from CAS by hash

Usage: fish cache cas download [OPTIONS] <HASH>
FlagDescriptionDefault
hash <HASH>Artifact hash
--output <OUTPUT>Output path for the downloaded artifact
fish-cache-cas-list

List all artifacts in CAS

Usage: fish cache cas list [OPTIONS]
fish-cache-cas-delete

Delete an artifact from CAS

Usage: fish cache cas delete [OPTIONS] <HASH>
FlagDescriptionDefault
hash <HASH>Artifact hash
fish-cache-cas-cleanup

Cleanup old artifacts from CAS

Usage: fish cache cas cleanup [OPTIONS]
FlagDescriptionDefault
--older-than <OLDER_THAN>Remove artifacts older than this age, e.g. 7d, 12h, 30m
--max-size <MAX_SIZE>Keep CAS under this size, e.g. 10GB, 500MB
fish-cache-cas-help

Print this message or the help of the given subcommand(s)

Usage: fish cache cas help [COMMAND]

Subcommands: stats, upload, download, list, delete, cleanup

fish-cache-cas-help-stats

Show CAS storage statistics

Usage: fish cache cas help stats
fish-cache-cas-help-upload

Upload an artifact to CAS

Usage: fish cache cas help upload
fish-cache-cas-help-download

Download an artifact from CAS by hash

Usage: fish cache cas help download
fish-cache-cas-help-list

List all artifacts in CAS

Usage: fish cache cas help list
fish-cache-cas-help-delete

Delete an artifact from CAS

Usage: fish cache cas help delete
fish-cache-cas-help-cleanup

Cleanup old artifacts from CAS

Usage: fish cache cas help cleanup
fish-cache-cas-help-help

Print this message or the help of the given subcommand(s)

Usage: fish cache cas help help

fish-cache-help

Print this message or the help of the given subcommand(s)

Usage: fish cache help [COMMAND]

Subcommands: stats, prune, cas

fish-cache-help-stats

Print how many fingerprints/objects the local cache holds and how much disk space they occupy

Usage: fish cache help stats
fish-cache-help-prune

Delete stale fingerprints and oversized cache content

Usage: fish cache help prune
fish-cache-help-cas

CAS operations for artifact storage

Usage: fish cache help cas [COMMAND]

Subcommands: stats, upload, download, list, delete, cleanup

fish-cache-help-cas-stats

Show CAS storage statistics

Usage: fish cache help cas stats
fish-cache-help-cas-upload

Upload an artifact to CAS

Usage: fish cache help cas upload
fish-cache-help-cas-download

Download an artifact from CAS by hash

Usage: fish cache help cas download
fish-cache-help-cas-list

List all artifacts in CAS

Usage: fish cache help cas list
fish-cache-help-cas-delete

Delete an artifact from CAS

Usage: fish cache help cas delete
fish-cache-help-cas-cleanup

Cleanup old artifacts from CAS

Usage: fish cache help cas cleanup
fish-cache-help-help

Print this message or the help of the given subcommand(s)

Usage: fish cache help help

fish-ci

Arguments for CI command

Usage: fish ci [OPTIONS] <COMMAND>

Subcommands: init, export

fish-ci-init

Initialize CI configuration

Usage: fish ci init [OPTIONS]
FlagDescriptionDefault
--platform <PLATFORM>CI platform (github, gitlab, circleci, bitbucket, all)github
--cacheEnable cachetrue
--remote-cache <REMOTE_CACHE>Remote cache URL

fish-ci-export

Export CI configuration

Usage: fish ci export [OPTIONS] --output <OUTPUT>
FlagDescriptionDefault
--output, -o <OUTPUT>Output file path
--platform <PLATFORM>CI platform (github, gitlab, circleci, bitbucket)github

fish-ci-help

Print this message or the help of the given subcommand(s)

Usage: fish ci help [COMMAND]

Subcommands: init, export

fish-ci-help-init

Initialize CI configuration

Usage: fish ci help init
fish-ci-help-export

Export CI configuration

Usage: fish ci help export
fish-ci-help-help

Print this message or the help of the given subcommand(s)

Usage: fish ci help help

fish-history

Arguments for history command

Usage: fish history [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>

fish-rewind

Arguments for rewind command

Usage: fish rewind [OPTIONS] <SNAPSHOT_ID> [PATH]
FlagDescriptionDefault
snapshot_id <SNAPSHOT_ID>
path <PATH>

fish-attest

Arguments for attestation command

Usage: fish attest [OPTIONS] [PATH]
FlagDescriptionDefault
path <PATH>

fish-verify

Arguments for verify command

Usage: fish verify [OPTIONS] <ATTESTATION_FILE> [PATH]
FlagDescriptionDefault
attestation_file <ATTESTATION_FILE>
path <PATH>

fish-live-patch

Arguments for live-patch command

Usage: fish live-patch [OPTIONS] <PROCESS_ID> <TARGET_BINARY> [PATH]
FlagDescriptionDefault
process_id <PROCESS_ID>
target_binary <TARGET_BINARY>
path <PATH>

fish-jit

Arguments for JIT command

Usage: fish jit [OPTIONS] <FUNCTION_NAME> [VALUE]
FlagDescriptionDefault
function_name <FUNCTION_NAME>
value <VALUE>42

fish-super-opt

Arguments for super-opt command

Usage: fish super-opt [OPTIONS] <INPUT_FILE> <OUTPUT_FILE>
FlagDescriptionDefault
input_file <INPUT_FILE>
output_file <OUTPUT_FILE>

fish-plugin

Arguments for plugin command

Usage: fish plugin [OPTIONS] <COMMAND>
FlagDescriptionDefault
--path, -p <PATH>Project directory

Subcommands: list, search, install, uninstall, publish, execute

fish-plugin-list

Usage: fish plugin list [OPTIONS]
Usage: fish plugin search [OPTIONS] [QUERY]
FlagDescriptionDefault
query <QUERY>
--registry <REGISTRY>

fish-plugin-install

Usage: fish plugin install [OPTIONS] <NAME>
FlagDescriptionDefault
name <NAME>
--registry <REGISTRY>
--trusted-key <TRUSTED_KEY>
--insecurefalse

fish-plugin-uninstall

Usage: fish plugin uninstall [OPTIONS] <NAME>
FlagDescriptionDefault
name <NAME>

fish-plugin-publish

Usage: fish plugin publish [OPTIONS] --name <NAME> --version <VERSION> --url <URL> <WASM_PATH>
FlagDescriptionDefault
wasm_path <WASM_PATH>
--name <NAME>
--url <URL>
--description <DESCRIPTION>
--seed <SEED>

fish-plugin-execute

Usage: fish plugin execute [OPTIONS] <NAME> <COMMAND> [ARGS]...
FlagDescriptionDefault
name <NAME>
command <COMMAND>
args <ARGS>

fish-plugin-help

Print this message or the help of the given subcommand(s)

Usage: fish plugin help [COMMAND]

Subcommands: list, search, install, uninstall, publish, execute

fish-plugin-help-list
Usage: fish plugin help list
Usage: fish plugin help search
fish-plugin-help-install
Usage: fish plugin help install
fish-plugin-help-uninstall
Usage: fish plugin help uninstall
fish-plugin-help-publish
Usage: fish plugin help publish
fish-plugin-help-execute
Usage: fish plugin help execute
fish-plugin-help-help

Print this message or the help of the given subcommand(s)

Usage: fish plugin help help

fish-fix

Usage: fish fix [OPTIONS]
FlagDescriptionDefault
--path, -p <PATH>
--applyfalse
--difffalse
--aifalse

fish-signing-key

Usage: fish signing-key [OPTIONS]

fish-heal

Bisect recent commits after a failed build and prepare a revert branch

Usage: fish heal [OPTIONS] [CMD]...
FlagDescriptionDefault
--path, -p <PATH>Project directory (defaults to cwd)
--depth <DEPTH>How many recent commits to scan10
cmd <CMD>Build command words to test at each commit (default: cargo build)

fish-cost-estimate

Usage: fish cost-estimate [OPTIONS]
FlagDescriptionDefault
--durations <DURATIONS>Inline workload: comma-separated label=seconds pairs
--tasks-json <TASKS_JSON>JSON file with {"tasks":[{"label":"...","duration_secs":1.0}]}
--providers <PROVIDERS>Comma-separated providers to price (defaults to every provider in the catalog)
--instance <INSTANCE>Specific instance type to price instead of each provider's cheapest
--parallelism <PARALLELISM>Number of concurrent build jobs the cloud fleet must sustain. [default: 8]8
--egress-gb <EGRESS_GB>Artifact download volume per run, in GB (billed at egress rates)0
--storage-gb <STORAGE_GB>Cache footprint stored in the cloud, in GB0
--retention-months <RETENTION_MONTHS>Months the cache storage is retained when computing storage cost. [default: 1]1
--cached <CACHED>Task labels already served from cache; excluded from compute pricing
--pricing-file <PRICING_FILE>Custom TOML pricing catalog overriding the embedded defaults
--jsonEmit the machine-readable JSON reportfalse

fish-ui

Usage: fish ui [OPTIONS]
FlagDescriptionDefault
--port <PORT>4000
--openfalse
--path, -p <PATH>

fish-query

Usage: fish query [OPTIONS] <EXPR>
FlagDescriptionDefault
expr <EXPR>
--path, -p <PATH>

fish-daemon

Usage: fish daemon [OPTIONS] <COMMAND>

Subcommands: start, status, stop

fish-daemon-start

Usage: fish daemon start [OPTIONS]
FlagDescriptionDefault
--port <PORT>9527

fish-daemon-status

Usage: fish daemon status [OPTIONS]
FlagDescriptionDefault
--port <PORT>9527

fish-daemon-stop

Usage: fish daemon stop [OPTIONS]
FlagDescriptionDefault
--port <PORT>9527

fish-daemon-help

Print this message or the help of the given subcommand(s)

Usage: fish daemon help [COMMAND]

Subcommands: start, status, stop

fish-daemon-help-start
Usage: fish daemon help start
fish-daemon-help-status
Usage: fish daemon help status
fish-daemon-help-stop
Usage: fish daemon help stop
fish-daemon-help-help

Print this message or the help of the given subcommand(s)

Usage: fish daemon help help

fish-ai

Usage: fish ai [OPTIONS] <COMMAND>

Subcommands: analyze, optimize, recommend, ping

fish-ai-analyze

Usage: fish ai analyze [OPTIONS]
FlagDescriptionDefault
--toolchain, -t <TOOLCHAIN>rust
--stderr <STDERR>
--file <FILE>
--exit-code <EXIT_CODE>1

fish-ai-optimize

Usage: fish ai optimize [OPTIONS]
FlagDescriptionDefault
--path, -p <PATH>
--workers <WORKERS>8

fish-ai-recommend

Usage: fish ai recommend [OPTIONS]
FlagDescriptionDefault
--path, -p <PATH>
--files <FILES>

fish-ai-ping

Usage: fish ai ping [OPTIONS]

fish-ai-help

Print this message or the help of the given subcommand(s)

Usage: fish ai help [COMMAND]

Subcommands: analyze, optimize, recommend, ping

fish-ai-help-analyze
Usage: fish ai help analyze
fish-ai-help-optimize
Usage: fish ai help optimize
fish-ai-help-recommend
Usage: fish ai help recommend
fish-ai-help-ping
Usage: fish ai help ping
fish-ai-help-help

Print this message or the help of the given subcommand(s)

Usage: fish ai help help

fish-lsp

Usage: fish lsp [OPTIONS]
FlagDescriptionDefault
--stdiofalse

fish-why

Usage: fish why [OPTIONS] <TARGET>
FlagDescriptionDefault
target <TARGET>
--path, -p <PATH>

fish-pash

Usage: fish pash [OPTIONS] <FILE>
FlagDescriptionDefault
file <FILE>
--compare-with, -c <COMPARE_WITH>
--lang, -l <LANG>
--jsonfalse

fish-qpc

Usage: fish qpc [OPTIONS] <COMMAND>

Subcommands: status, bench, morphic

fish-qpc-status

Usage: fish qpc status [OPTIONS]

fish-qpc-bench

Usage: fish qpc bench [OPTIONS]

fish-qpc-morphic

Usage: fish qpc morphic [OPTIONS]
FlagDescriptionDefault
--path, -p <PATH>

fish-qpc-help

Print this message or the help of the given subcommand(s)

Usage: fish qpc help [COMMAND]

Subcommands: status, bench, morphic

fish-qpc-help-status
Usage: fish qpc help status
fish-qpc-help-bench
Usage: fish qpc help bench
fish-qpc-help-morphic
Usage: fish qpc help morphic
fish-qpc-help-help

Print this message or the help of the given subcommand(s)

Usage: fish qpc help help

fish-help

Print this message or the help of the given subcommand(s)

Usage: fish help [COMMAND]

Subcommands: version, init, new, build, check, test, clean, run, graph, watch, cache-server, worker, affected, doctor, cache, ci, history, rewind, attest, verify, live-patch, jit, super-opt, plugin, fix, signing-key, heal, cost-estimate, ui, query, daemon, ai, lsp, why, pash, qpc

fish-help-version

Usage: fish help version

fish-help-init

Usage: fish help init

fish-help-new

Usage: fish help new

fish-help-build

Arguments for build command

Usage: fish help build

fish-help-check

Arguments for check command

Usage: fish help check

fish-help-test

Arguments for test command

Usage: fish help test

fish-help-clean

Arguments for clean command

Usage: fish help clean

fish-help-run

Arguments for run command

Usage: fish help run

fish-help-graph

Arguments for graph command

Usage: fish help graph

fish-help-watch

Arguments for watch command

Usage: fish help watch

fish-help-cache-server

Arguments for cache server

Usage: fish help cache-server

fish-help-worker

Arguments for worker

Usage: fish help worker

fish-help-affected

Arguments for affected command

Usage: fish help affected

fish-help-doctor

Usage: fish help doctor

fish-help-cache

Arguments for cache command

Usage: fish help cache [COMMAND]

Subcommands: stats, prune, cas

fish-help-cache-stats

Print how many fingerprints/objects the local cache holds and how much disk space they occupy

Usage: fish help cache stats
fish-help-cache-prune

Delete stale fingerprints and oversized cache content

Usage: fish help cache prune
fish-help-cache-cas

CAS operations for artifact storage

Usage: fish help cache cas [COMMAND]

Subcommands: stats, upload, download, list, delete, cleanup

fish-help-cache-cas-stats

Show CAS storage statistics

Usage: fish help cache cas stats
fish-help-cache-cas-upload

Upload an artifact to CAS

Usage: fish help cache cas upload
fish-help-cache-cas-download

Download an artifact from CAS by hash

Usage: fish help cache cas download
fish-help-cache-cas-list

List all artifacts in CAS

Usage: fish help cache cas list
fish-help-cache-cas-delete

Delete an artifact from CAS

Usage: fish help cache cas delete
fish-help-cache-cas-cleanup

Cleanup old artifacts from CAS

Usage: fish help cache cas cleanup

fish-help-ci

Arguments for CI command

Usage: fish help ci [COMMAND]

Subcommands: init, export

fish-help-ci-init

Initialize CI configuration

Usage: fish help ci init
fish-help-ci-export

Export CI configuration

Usage: fish help ci export

fish-help-history

Arguments for history command

Usage: fish help history

fish-help-rewind

Arguments for rewind command

Usage: fish help rewind

fish-help-attest

Arguments for attestation command

Usage: fish help attest

fish-help-verify

Arguments for verify command

Usage: fish help verify

fish-help-live-patch

Arguments for live-patch command

Usage: fish help live-patch

fish-help-jit

Arguments for JIT command

Usage: fish help jit

fish-help-super-opt

Arguments for super-opt command

Usage: fish help super-opt

fish-help-plugin

Arguments for plugin command

Usage: fish help plugin [COMMAND]

Subcommands: list, search, install, uninstall, publish, execute

fish-help-plugin-list
Usage: fish help plugin list
Usage: fish help plugin search
fish-help-plugin-install
Usage: fish help plugin install
fish-help-plugin-uninstall
Usage: fish help plugin uninstall
fish-help-plugin-publish
Usage: fish help plugin publish
fish-help-plugin-execute
Usage: fish help plugin execute

fish-help-fix

Usage: fish help fix

fish-help-signing-key

Usage: fish help signing-key

fish-help-heal

Bisect recent commits after a failed build and prepare a revert branch

Usage: fish help heal

fish-help-cost-estimate

Usage: fish help cost-estimate

fish-help-ui

Usage: fish help ui

fish-help-query

Usage: fish help query

fish-help-daemon

Usage: fish help daemon [COMMAND]

Subcommands: start, status, stop

fish-help-daemon-start
Usage: fish help daemon start
fish-help-daemon-status
Usage: fish help daemon status
fish-help-daemon-stop
Usage: fish help daemon stop

fish-help-ai

Usage: fish help ai [COMMAND]

Subcommands: analyze, optimize, recommend, ping

fish-help-ai-analyze
Usage: fish help ai analyze
fish-help-ai-optimize
Usage: fish help ai optimize
fish-help-ai-recommend
Usage: fish help ai recommend
fish-help-ai-ping
Usage: fish help ai ping

fish-help-lsp

Usage: fish help lsp

fish-help-why

Usage: fish help why

fish-help-pash

Usage: fish help pash

fish-help-qpc

Usage: fish help qpc [COMMAND]

Subcommands: status, bench, morphic

fish-help-qpc-status
Usage: fish help qpc status
fish-help-qpc-bench
Usage: fish help qpc bench
fish-help-qpc-morphic
Usage: fish help qpc morphic

fish-help-help

Print this message or the help of the given subcommand(s)

Usage: fish help help