Create CLI-based wizards #3054
Unanswered
waldekmastykarz
asked this question in
Ideas
Replies: 2 comments 17 replies
-
Not something I currently mis (or never thought of it) but it does sound interesting. I know that there is a sort of wizard in AWS: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-wizard.html would that be worth investigating as well? |
Beta Was this translation helpful? Give feedback.
12 replies
-
With everyone in favor, could we define a scenario or two to get started and validate the approach? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say you want to create a custom AAD app to use CLI for Microsoft 365 in your CI/CD pipe. You need to do the following steps:
And while you could put it in a script, you need to grab the script from somewhere and run it, and the script would need to match the shell you're using.
What if we could offer a wizard that guides through this process? Imagine, the following
We could offer similar wizards for other scenarios that involve switching between different apps, like registering Power Platform management apps. Because we use
npx
folks don't need to install anything or run any other commands themselves. All dependencies and steps are inside the wizard.What do you think @pnp/cli-for-microsoft-365-maintainers?
Beta Was this translation helpful? Give feedback.
All reactions