Replies: 1 comment
-
Yeah agree it should have an option to skip this. However if you need to automate it in jenkins/whatever just echo the Y and pipe it to the sync command |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When configuring a new stack, to start a new sync process is necessary to confirm the following prompt
After proceeding with 'Y', an update is made to
~/.aws-sam/metadata.json
, appending a new value to theaccelerateOptInStacks
array, and subsequent sync operations will not prompt this action again.I tried to identify this value but seems to be an MD5 that I could not relate to any stack information.
Though understandable for safety, there's a need for an option in 'sam sync' to designate development stacks and skip prompts, especially in automated setups.
Beta Was this translation helpful? Give feedback.
All reactions