Add addon flags to kedro new
command
#2873
Labels
Component: CLI
Issue/PR that addresses the CLI for Kedro
Milestone
kedro new
command
#2873
Description
Related to the work on adding the add on menu to the kedro new creation flow #2850, we want to add the corresponding CLI commands that will allow users to bypass the wizard and create a full project in 'one line'.
Possible Implementation
kedro new --addons=lint,test,log,docs,data
or any subset of these optionskedro new --addons=all
kedro new --addons=none
The text was updated successfully, but these errors were encountered: