-
Notifications
You must be signed in to change notification settings - Fork 15
Deployment history UI #345
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
base: main
Are you sure you want to change the base?
Conversation
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.
FYI the screenshots are outdated and still subject to change slightly
Thanks @amolina-adobe! I've addressed your feedback. Let me know when the UI is set and I'll update the images. |
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.
One optional comment
|
||
### Mesh configuration | ||
|
||
On the **Active Config** tab, you can view the mesh configuration for the currently active mesh. If you have not successfully deployed a mesh, the **Config** tab displays the latest mesh configuration file that you uploaded. |
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.
Do you need to make a similar statement (If you have not successfully deployed a mesh...) in the description of the --active
flag?
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.
@amolina-adobe if no mesh is has been successfully deployed, what does the --active flag return?
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.
No active deployment found for mesh. Check the details and try again or try without the --active flag. RequestId: ${global.requestId}
This PR adds info about the deployment history UI in the dev console. It also adds the corresponding
--active
flag to the aioapi-mesh:get
command.