Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add addon flags to kedro new command #2873

Closed
amandakys opened this issue Jul 31, 2023 · 3 comments
Closed

Add addon flags to kedro new command #2873

amandakys opened this issue Jul 31, 2023 · 3 comments
Assignees
Labels
Component: CLI Issue/PR that addresses the CLI for Kedro

Comments

@amandakys
Copy link

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 options
kedro new --addons=all
kedro new --addons=none

@amandakys amandakys added the Issue: Feature Request New feature or improvement to existing feature label Jul 31, 2023
@datajoely
Copy link
Contributor

Can I have a workflow if I want to add something later on?

@amandakys
Copy link
Author

That's the plan, but its outside the scope of what we're implementing at the moment. We will start with creation flow and then deal with the post-creation insertion flow. The --addons flag can probably be reused in that case.

@merelcht
Copy link
Member

Completed in #3081

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: CLI Issue/PR that addresses the CLI for Kedro
Projects
Archived in project
Development

No branches or pull requests

5 participants