Tracking the progress of your addons when running "copilot deploy" #1907
efekarakus
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi y'all!
In Copilot v1.2.0, we added support to visualize the status of your deployment when running
copilot deploy
(#1742). Here is a sample gif:The progress tracker can track updates for your addon templates. If you have already existing templates under
addons/
and want to view updates when runningcopilot deploy
, you can do so by adding aMetadata
attribute to your resources. For example:By adding the
'aws:copilot:description'
Metadata, Copilot can now render the'My DynamoDB table'
description when runningcopilot deploy
.For new addons, we'll add a description by default.
Beta Was this translation helpful? Give feedback.
All reactions