CLI Reference
repolish is invoked as a single top-level command with subcommands for each
operation. The global -v flag is available to all subcommands.
repolish [OPTIONS] COMMAND [ARGS]...
Global options
| Flag |
Description |
-v |
Increase verbosity. Pass once for structured log output, twice (-vv) for detailed debug messages. |
--version |
Print the installed version and exit. |
--help |
Show help and exit. |
Commands
| Command |
Description |
apply |
Apply templates to the project. |
link |
Link provider resources into the project. |
lint |
Lint a provider's templates against its context model. |
preview |
Preview preprocessor output for a single template (debugger). |
scaffold |
Scaffold a new provider package. |