Skip to main content

Configuration

@quik/cli has no default configuration keys of its own — commands read configuration through getConfig() (from @quik/core), and config:print/config:generate operate on whatever configuration is already loaded by the host application.

  • quik config:print --format pretty|json prints the resolved configuration from getConfig().all().
  • quik config:generate --out-dir <dir> [--merge] generates TypeScript config files from the current defaults.
  • The CLI executable name is fixed to quik (CLI_NAME in utils.ts) and used for --version/--help output.