vulkro config
Inspect and explain Vulkro's static configuration.
Today the only action is show-patterns.
Usage
vulkro config <COMMAND>
| Command | Description |
|---|---|
show-patterns | Print the hardcoded pattern lists Vulkro matches against, plus any user-extended additions from vulkro.toml / env vars. |
vulkro config show-patterns
Prints the hardcoded pattern lists the engine matches against:
- auth middleware names
- monorepo umbrella directories
- auth-helper body shapes
plus any user-extended additions picked up from vulkro.toml or
environment variables.
Useful before defining a custom auth middleware name: many shapes are already covered by the built-in regexes, so check here before adding a redundant entry.
vulkro config show-patterns
This subcommand takes no arguments and no flags.
Related
vulkro init- install a pre-commit hook that runsvulkro gate --base HEADon staged files.vulkro rules- the rule catalogue.- Custom rules - writing your own.