nookins / docs
Command line

nookins automations

Arguments and options for nookins automations 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 automations

Validate and dry-run configured event automations

Usage: nookins automations [OPTIONS] <COMMAND>

Commands:
  validate  Validate every configured automation against the public event registry
  test      Dry-run one automation against an event envelope JSON file
  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 automations validate

Validate every configured automation against the public event registry

Usage: nookins automations validate [OPTIONS]

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

nookins automations test

Dry-run one automation against an event envelope JSON file

Usage: nookins automations test [OPTIONS] --event <EVENT> <AUTOMATION>

Arguments:
  <AUTOMATION>

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

On this page