You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UX here is a confusing. It gives an error message, but the action indicated was successful.
Scenario:
azd init -t <template-name>
notification that you're not in an empty directory and asks "continue initializing app here?"
when selecting no the response is ERROR: confirmation declined which feels indicated that the action I took (answering no) just failed when in fact the intention succeeded
Potential solution:
Provide a positive confirmation that the action of selecting no was successful and you can cd to your intended directory or mkdir for the new app you're initializing.
The UX here is a confusing. It gives an error message, but the action indicated was successful.
Scenario:
azd init -t <template-name>
no
the response isERROR: confirmation declined
which feels indicated that the action I took (answeringno
) just failed when in fact the intention succeededPotential solution:
Provide a positive confirmation that the action of selecting
no
was successful and you cancd
to your intended directory ormkdir
for the new app you're initializing.Brainstorm of potential messages with @SophCarp:
SUCCESS: confirmation declined; app was not initialized
SUCCESS: current directory is not initialized
SUCCESS: confirmation declined
SUCCESS: app was not initialized
cc: @rajeshkamal5050
The text was updated successfully, but these errors were encountered: