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
Some commands like ua enable can take a long time to complete. It would be useful to express this on the command line so a graphical application can inform the user about this.
I mis-read this issue as another one when I changed the labels earlier.
This is implemented for the API versions of attach and enable using the --show-progress flag for their API functions.
For example, sudo pro api --show-progress u.pro.services.enable.v1 --args service=esm-infra will give json lines of each step.
However, I totally failed to document this 🤦 I opened a new issue to represent the documentation we need to write #3315
Some commands like
ua enable
can take a long time to complete. It would be useful to express this on the command line so a graphical application can inform the user about this.Possible solution:
The text was updated successfully, but these errors were encountered: