ait stash — Complete Reference
Record, inspect, apply, and remove local work-in-progress stash entries.
Audience: Developers and coding agents
Operating boundary#
Purpose: Record, inspect, apply, and remove local work-in-progress stash entries.
Effect class: Local stash and workspace mutation; list and show are read-only.
Coverage: 7 public help surfaces under ait stash.
The blocks below preserve the RC.6 binary output in full, including every emitted argument, option, default, possible value, conflict, and requirement.
Complete command tree#
ait stash
ait stash save
ait stash list
ait stash show
ait stash apply
ait stash pop
ait stash dropExact emitted help#
ait stash#
Reference description: Record, inspect, apply, and remove local work-in-progress stash entries.
The RC.6 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.
Usage: ait stash <COMMAND>
Commands:
save Save temporary local-only WIP without advancing the current line head.
list List temporary local-only stashes without changing workspace content.
show Inspect one temporary stash without changing workspace content.
apply Restore workspace content from a stash without dropping the stash record.
pop Restore workspace content from a stash and drop the stash record.
drop Drop a stash record without restoring workspace content.
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print helpait stash save#
Binary description: Save temporary local-only WIP without advancing the current line head.
Save temporary local-only WIP without advancing the current line head.
Usage: ait stash save [OPTIONS]
Options:
--message <MESSAGE>
--keep-workspace Keep current workspace content after saving instead of restoring the current line head.
--json
-h, --help Print helpait stash list#
Binary description: List temporary local-only stashes without changing workspace content.
List temporary local-only stashes without changing workspace content.
Usage: ait stash list [OPTIONS]
Options:
--json
-h, --help Print helpait stash show#
Binary description: Inspect one temporary stash without changing workspace content.
Inspect one temporary stash without changing workspace content.
Usage: ait stash show [OPTIONS] <STASH_ID>
Arguments:
<STASH_ID>
Options:
--json
-h, --help Print helpait stash apply#
Binary description: Restore workspace content from a stash without dropping the stash record.
Restore workspace content from a stash without dropping the stash record.
Usage: ait stash apply [OPTIONS] <STASH_ID>
Arguments:
<STASH_ID>
Options:
--force Overwrite unsaved workspace changes while restoring the stash.
--json
-h, --help Print helpait stash pop#
Binary description: Restore workspace content from a stash and drop the stash record.
Restore workspace content from a stash and drop the stash record.
Usage: ait stash pop [OPTIONS] <STASH_ID>
Arguments:
<STASH_ID>
Options:
--force Overwrite unsaved workspace changes while restoring the stash.
--json
-h, --help Print helpait stash drop#
Binary description: Drop a stash record without restoring workspace content.
Drop a stash record without restoring workspace content.
Usage: ait stash drop [OPTIONS] <STASH_ID>
Arguments:
<STASH_ID>
Options:
--json
-h, --help Print help