Overview of Kedro CLI submodules
mainThe kedro.framework.cli module provides the command-line interface for managing Kedro projects. It is organized into several submodules, each handling specific aspects of the Kedro lifecycle:
kedro(viacli): The main entry point for managing Kedro projects.catalog: Commands for interacting with the Kedro Data Catalog.pipeline: Commands for working with Kedro pipelines.project: Commands for managing Kedro project structures and configurations.registry: Commands for managing registered Kedro pipelines.starters: Commands for creating new Kedro projects using templates.server: Commands for running Kedro as an HTTP server.hooks: Primitives to extend the behavior of the Kedro CLI using hooks.jupyter: Helper functions for integrating Kedro with Jupyter and IPython environments.