lizard config

Apply a lizard-config.json file to the project.

Usage

lizard config apply [flags]

Subcommands

lizard config apply

Apply a lizard-config.json file to the project.

FlagDescription
-f, --file <path>Config file (default lizard-config.json)
--dry-runShow what would change without applying

Examples

Apply the default config file

lizard config apply

Apply a config file from a custom path

lizard config apply -f ./configs/prod.json

Preview changes without applying them

lizard config apply --dry-run

See also