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|jsonprints the resolved configuration fromgetConfig().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_NAMEinutils.ts) and used for--version/--helpoutput.