awarer

awa global options

awa v0.3.1 · slug global-options

On this page

Global options may appear anywhere on the command line. A command accepts only the options listed on its own page; passing an unaccepted global is a usage error rather than a silently ignored flag.

Options

  • --root <path> — project root override
    • Accepted by: init, status, checkpoint, log, changes, diff, restore, run, gc, doctor, config, state.
  • --config <path> — config file override
    • Accepted by: checkpoint, changes, diff, restore, run, gc, doctor, config, state.
  • --json — emit schema-versioned JSON
    • Accepted by: init, status, checkpoint, log, changes, diff, restore, run, gc, doctor, config, state, version.
  • --trust-mode <mode> / --strict — cache trust level (normal|strict|fast)
    • Accepted by: checkpoint, changes, diff, restore, run, doctor, config, state.
  • -h / --help — show help
    • Handled by the parser for every command.

See also