awarer

awa config

awa v0.3.1 · slug command-config

On this page

inspect or edit configuration.

awa config <subcommand>

Tokens after --

A token after -- is a usage error: this command takes no operands.

Global options

  • --root <path> — project root override
  • --config <path> — config file override
  • --json — emit schema-versioned JSON
  • --trust-mode <mode> / --strict — cache trust level (normal|strict|fast)

Supports --json (schema-versioned output).

Subcommands

awa config path

show the shared and local config paths and which exist.

awa config path

Tokens after --

A token after -- is a usage error: this command takes no operands.

Global options

  • --root <path> — project root override
  • --config <path> — config file override
  • --json — emit schema-versioned JSON

Supports --json (schema-versioned output).

awa config show

print a layer's raw contents (config show [shared|local]).

awa config show [shared|local]

Tokens after --

A token after -- is a usage error: this command takes no operands.

Global options

  • --root <path> — project root override
  • --config <path> — config file override
  • --json — emit schema-versioned JSON

Supports --json (schema-versioned output).

Workflow

See awa help config.

awa config effective

print the composed config plus each value's origin layer.

awa config effective

Tokens after --

A token after -- is a usage error: this command takes no operands.

Global options

  • --root <path> — project root override
  • --config <path> — config file override
  • --json — emit schema-versioned JSON
  • --trust-mode <mode> / --strict — cache trust level (normal|strict|fast)

Supports --json (schema-versioned output).

awa config validate

check that every active config layer is valid.

awa config validate

Tokens after --

A token after -- is a usage error: this command takes no operands.

Global options

  • --root <path> — project root override
  • --config <path> — config file override
  • --json — emit schema-versioned JSON

Supports --json (schema-versioned output).

awa config template

print an annotated config template to stdout.

awa config template

Tokens after --

A token after -- is a usage error: this command takes no operands.

Global options

Accepts no global options other than -h / --help.

awa config init

write a shared awa.toml or local .awa/config.toml scaffold.

awa config init (--shared | --local) [--force]

Tokens after --

A token after -- is a usage error: this command takes no operands.

Global options

  • --root <path> — project root override
  • --json — emit schema-versioned JSON

Supports --json (schema-versioned output).

Flags

  • --shared — write the shared, committable awa.toml
  • --local — write the private, untracked .awa/config.toml
  • --force — overwrite an existing config file

Workflow

See awa help config.

Workflow

See awa help config.