nookins / docs
Command line

nookins workspace

Arguments and options for nookins workspace and its subcommands.

Documentation for Nookins 0.42.1-alpha.1 · Public alpha

Captured from nookins 0.42.1-alpha.1 using help only. Angle-bracket names are required values; square brackets indicate optional input. Substitute your own IDs and paths.

nookins workspace

Inspect and reconcile durable per-agent filesystem workspaces

Usage: nookins workspace [OPTIONS] <COMMAND>

Commands:
  inspect     Inspect the reconciled manifest and recent execution records
  reconcile   Re-scan operator-maintained files and advance the durable manifest
  migrate-id  Move one stopped agent's workspace to a new configured agent ID
  help        Print this message or the help of the given subcommand(s)

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins workspace inspect

Inspect the reconciled manifest and recent execution records

Usage: nookins workspace inspect [OPTIONS] <AGENT_ID>

Arguments:
  <AGENT_ID>

Options:
      --limit <LIMIT>    [default: 25]
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins workspace reconcile

Re-scan operator-maintained files and advance the durable manifest

Usage: nookins workspace reconcile [OPTIONS] <AGENT_ID>

Arguments:
  <AGENT_ID>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

nookins workspace migrate-id

Move one stopped agent's workspace to a new configured agent ID

Usage: nookins workspace migrate-id [OPTIONS] <OLD_AGENT_ID> <NEW_AGENT_ID>

Arguments:
  <OLD_AGENT_ID>
  <NEW_AGENT_ID>

Options:
      --output <OUTPUT>  Select stable human output or the versioned machine envelope [default: human] [possible values: human, json]
  -h, --help             Print help

On this page