Browse RC.6 documentation
RC.6 Documentation revision 18

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#

Code · text
ait stash
ait stash save
ait stash list
ait stash show
ait stash apply
ait stash pop
ait stash drop

Exact 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.

Code · text
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 help

ait stash save#

Binary description: Save temporary local-only WIP without advancing the current line head.

Code · text
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 help

ait stash list#

Binary description: List temporary local-only stashes without changing workspace content.

Code · text
List temporary local-only stashes without changing workspace content.

Usage: ait stash list [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait stash show#

Binary description: Inspect one temporary stash without changing workspace content.

Code · text
Inspect one temporary stash without changing workspace content.

Usage: ait stash show [OPTIONS] <STASH_ID>

Arguments:
  <STASH_ID>  

Options:
      --json  
  -h, --help  Print help

ait stash apply#

Binary description: Restore workspace content from a stash without dropping the stash record.

Code · text
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 help

ait stash pop#

Binary description: Restore workspace content from a stash and drop the stash record.

Code · text
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 help

ait stash drop#

Binary description: Drop a stash record without restoring workspace content.

Code · text
Drop a stash record without restoring workspace content.

Usage: ait stash drop [OPTIONS] <STASH_ID>

Arguments:
  <STASH_ID>  

Options:
      --json  
  -h, --help  Print help

Version authority

Checked against the exact RC.6 source

This page is public documentation, not a second product contract. Use the exact source and distribution contract for release authority.

Owning component Snapshots
  • ait-coreSNP-8C859807E799
  • ait-serverSNP-25FF61FEEA4C
  • ait-runnerSNP-E50374CBA6E6
  • ait-pythonSNP-DF2C871D5400
  • ait-nodeSNP-46BB35869747