cursus.cli¶
Command-line interface for the Cursus package.
A single root click group composes the subcommand groups defined in the sibling
modules. Install the package to get a cursus console command (see [project.scripts]
in pyproject.toml); python -m cursus.cli works too.
cursus –help cursus catalog list –framework xgboost cursus compile -d dag.json -c config.json cursus projects list –root ./projects
Modules
Command-line interface for the Unified Alignment Tester. |
|
Step catalog management commands. |
|
CLI command for compiling pipeline DAGs to SageMaker pipelines. |
|
Inspect the configuration a pipeline DAG requires. |
|
Inspect and validate pipeline DAG JSON files. |
|
Execution document generation commands. |
|
Run and inspect the cursus MCP tool server. |
|
Discover and recommend pre-built pipeline DAGs. |
|
CLI command for discovering and inspecting Cursus pipeline projects. |
|
Registry management commands for hybrid registry system. |
|
Inspect step interfaces (I/O paths, property references, channels). |
|
Inspect the builder strategy library (axes, strategies, knobs). |
|
Local pipeline-script testing and validation. |