Skip to content
Cisco AI Defense logo
CiscoAI Security

defenseclaw config — DefenseClaw

Overview

defenseclaw config — Inspect and validate DefenseClaw configuration.

Reference

Synopsis

defenseclaw config [OPTIONS]

Subcommands

SubcommandDescription
pathPrint the filesystem locations DefenseClaw uses.
showRender the resolved configuration (secrets masked).
validateVerify the config file parses and references valid enums.

Description

Inspect and validate DefenseClaw configuration

defenseclaw config path

Print the filesystem locations DefenseClaw uses

defenseclaw config show

Render the resolved configuration (secrets masked)

Options

FlagTypeDefaultEnv varRequiredDescription
--formatchoice (yaml, json)yamlnoOutput format.
--revealbooleannoInclude resolved secret VALUES (masked). Off by default; env-var names are always shown.

defenseclaw config validate

Verify the config file parses and references valid enums

Options

FlagTypeDefaultEnv varRequiredDescription
--quietbooleannoExit 0/1 with no stdout output.

Usage

Show resolved config

defenseclaw config show --format yaml
defenseclaw config show --format json --reveal

Use --reveal only in a private terminal because it may print secret values.

Validate config and find its path

defenseclaw config validate --quiet
defenseclaw config path

validate checks the active local configuration; path prints the file location used by the CLI.

Related