amplify-cli
amplify-cli copied to clipboard
deploy not show statement
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
isMemberActive
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
no
Describe the bug
1.After upgrading to the new Amplify version, we can't see any statement after deployment.It just stop and show the Session Identifier. The weird part is that after I get the Session Identifier: fb2a6253-5f5f-4d87-a141-ff22002b85ee, I still see it deploying in the AWS console.We need to go to the S3 bucket to delete the deployment-state.json file for the next deployment otherwise we will get A deployment is in progress error.
Expected behavior
I think 1. it should display a statement indicating whether the deployment is successful or not, and it needs to update the status upon completion.
Reproduction steps
1.change code 2.amplify init 3. amplify push
Project Identifier
No response
Log output
# Put your logs below this line
Additional information
No response
Before submitting, please confirm:
- [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- [X] I have removed any sensitive information from my code snippets and submission.
Hey, 👋 thanks for raising this! I'm going to transfer this over to our CLI repository for better assistance 🙂.
Hey @ucfangyiwang, thank you for reaching out. Marking this a feature request to improve Amplify CLI, CloudFormation push output.
@AnilMaktala Why doesn't Amplify update the status after deployment? After I complete the deployment and run amplify status, it still shows the 'update' and 'create' status.