README.md

August 8, 2026 ยท View on GitHub

pipen-cli-run logo

A pipen cli plugin to run a process or a pipeline

Install

pip install -U pipen-cli-run

Usage

Register a namespace

pyproject.toml

[tool.poetry.plugins.pipen_cli_run]
ns = "yourpackage.ns"

ns should be a module where you define you processes/pipelines

Then run the process or pipeline:

pipen run ns <process_or_pipeline_name> [args...]