climate_ref.cli
#
Entrypoint for the CLI
CLIContext
#
LogLevel
#
build_app()
#
Build the CLI app
This registers all the commands and subcommands of the CLI app.
Some commands may not be available if certain dependencies are not installed,
for example the Celery CLI is only available if the climate-ref-celery package is installed.
Returns:
| Type | Description |
|---|---|
Typer
|
The CLI app |
Source code in packages/climate-ref/src/climate_ref/cli/__init__.py
main(ctx, configuration_directory=None, verbose=False, quiet=False, log_level=LogLevel.Info, version=None)
#
A CLI for the Assessment Fast Track Rapid Evaluation Framework
This CLI provides a number of commands for managing and executing diagnostics.
Source code in packages/climate-ref/src/climate_ref/cli/__init__.py
sub-packages#
| Sub-package | Description |
|---|---|
| _utils | |
| config | View and update the REF configuration |
| datasets | View and ingest input datasets |
| executions | View execution groups and their results |
| providers | Manage the REF providers. |
| solve |