Skip to content

aube

Usage: aube [FLAGS] <SUBCOMMAND>

Version: 1.0.0-beta.1

  • Usage: aube [FLAGS] <SUBCOMMAND>

Global Flags

-C --cd <DIR>

Change to directory before running (like make -C or mise --cd)

-v --verbose

Enable verbose/debug logging (shortcut for --loglevel debug)

--loglevel <LEVEL>

Set the log level. Logs at or above this level are shown

Choices:

  • debug
  • info
  • warn
  • error
  • silent

--reporter <NAME>

Output format. default renders the progress UI when stderr is a TTY; append-only disables the progress UI in favor of plain line-at-a-time logs; ndjson swaps the tracing fmt layer for the JSON formatter (one JSON object per log event on stderr) and is what tooling wrappers should consume; silent suppresses all non-error output (alias for --loglevel silent)

Choices:

  • default
  • append-only
  • ndjson
  • silent

--silent

Suppress all non-error output (alias for --loglevel silent)

Subcommands

Released under the MIT License.