-
Notifications
You must be signed in to change notification settings - Fork 55
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
[A0CLI-38] feat: interactive prompts for actions #76
Conversation
what's the meaning of file and script? |
it's weird to enter the script inline in the param. I would expect this command to create a file with the name of the action slugged. In that file you have the empty template of the action code (a Noop action). |
Just added prompts for the existing flags, but I see your point. Maybe we can add a card for that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🙇
Based on the plans, this command will progressively enhance in the future to take the scaffolding defaults / conventions into account. |
Just removed the inline script prompt (left the flag there) and replaced |
Just added a card to track the suggested improvements: https://auth0team.atlassian.net/browse/A0CLI-56. |
Description
This PR adds interactive prompts for actions.
Screen.Recording.2021-01-27.at.13.13.17.mov