The goal of this spike is to find and understand any differences in the command line instructions for Kedro and Kedro-Viz. We want to see if there are any mismatches in the way commands work, the options they offer, or how they’re named. This will help us decide if we need to make any changes so that using both tools together feels easier and more consistent for users.
For instance, spaces are valid for pipeline names in Kedro Viz, but not for Kedro Framework. So kedro run --pipeline="Reporting stage" would not work, but kedro viz run --pipeline="Reporting stage" does.
Also look at original ticket here #1754
Checklist
[ ] Include labels so that we can categorise your feature request
Description
The goal of this spike is to find and understand any differences in the command line instructions for Kedro and Kedro-Viz. We want to see if there are any mismatches in the way commands work, the options they offer, or how they’re named. This will help us decide if we need to make any changes so that using both tools together feels easier and more consistent for users.
For instance, spaces are valid for pipeline names in Kedro Viz, but not for Kedro Framework. So kedro run --pipeline="Reporting stage" would not work, but kedro viz run --pipeline="Reporting stage" does.
Also look at original ticket here #1754
Checklist