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.
| Flag | Description |
|---|---|
-f, --file <path> | Config file (default lizard-config.json) |
--dry-run | Show what would change without applying |
Examples
Apply the default config file
lizard config applyApply a config file from a custom path
lizard config apply -f ./configs/prod.jsonPreview changes without applying them
lizard config apply --dry-runSee also
- lizard service — manage individual services
- Architecture — how workspaces, projects, and services relate