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

Customise kedro new hint after interactive project creation flow #3452

Closed
AhdraMeraliQB opened this issue Dec 20, 2023 · 1 comment
Closed
Labels
Issue: Feature Request New feature or improvement to existing feature

Comments

@AhdraMeraliQB
Copy link
Contributor

Description

Currently, we suggest the following to users after completing the interactive kedro new flow:
To skip the interactive flow you can run kedro new with\nkedro new --name=<your-project-name> --tools=<your-project-tools> --example=<yes/no>

The suggested change would be to fill in the placeholders with the relevant values as per the user's input:

E.g, if the user created a project My Project with linting, testing, and example code, the hint would look like:

To skip the interactive flow you can run kedro new with\nkedro new --name="My Project" --tools=lint,test --example=yes

Note: Parsing the tools information to the correct syntax for the CLI flag may prove tricky, as there are currently inconsistencies between different ways to provide the tools selection. xref: #3335

Context

Inspired by #3439 (comment), CC: @stichbury

@AhdraMeraliQB AhdraMeraliQB added the Issue: Feature Request New feature or improvement to existing feature label Dec 20, 2023
@AhdraMeraliQB
Copy link
Contributor Author

Discussed in backlog grooming on 23/3/24 - as the hint would be provided after the project is already created (and we don't anticipate users creating the same custom project template several times) it was decided that customising the hint would not be necessary

@AhdraMeraliQB AhdraMeraliQB closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Feature Request New feature or improvement to existing feature
Projects
Archived in project
Development

No branches or pull requests

1 participant