kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

CLI option for pipeline is missing -p #1960

Open VladCozma opened 4 days ago

VladCozma commented 4 days ago

Description

kedro run has pipeline switch --pipeline and -p. kedro viz only has --pipeline.

Context

How has this bug affected you? What were you trying to accomplish?

Steps to Reproduce

run

kedro viz -p

and you get

Error: No such option: -p

Expected Result

The behaviour is the same as --pipeline

Your Environment

Checklist

VladCozma commented 4 days ago

Created a PR for the issue: https://github.com/kedro-org/kedro-viz/pull/1961