CipherStashDocs
ReferenceCLI

stash manifest

Print the structured, versioned command surface

Generated from stash v1.0.0 via npx [email protected] manifest --json. Run npx [email protected] --help to see the live command surface.

Emit the CLI command surface as data. --json produces the machine- readable manifest the docs generator and agents consume; without it a grouped command list is printed. The manifest is stamped with the CLI version, so a page generated from it always names the version it describes.

npx stash manifest [flags]

Flags

FlagDescription
--jsonEmit the structured JSON manifest instead of a text list.

Examples

npx stash manifest --json
npx stash manifest

On this page