Skip to main content

vulkro config

Inspect and explain Vulkro's static configuration.

Today the only action is show-patterns.

Usage

vulkro config <COMMAND>
CommandDescription
show-patternsPrint 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.