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
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
5.3.11
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
I am using CodeMagic to automate build and deployment of iOS app which is using amplify backend. In order to achieve CI/CD, I have followed below steps:
Install amplify using 'npm install -g @aws-amplify/cli'
Pull environment specific configuration in a headless mode using below script
Issue: Unfortunately in the headless mode, CLI is opening a browser window and stuck on someone clicking 'yes' or 'Copy CLI Key' vs automatically doing it.
Expected behavior
Token automatically downloaded in headless mode vs asking for a user interactive action to support CI/CD
Reproduction steps
On any new machine, install amplify and run above mentioned script to see browser window coming up
Project Identifier
No response
Log output
Put your logs below this line
Additional information
No response
Before submitting, please confirm:
I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
I have removed any sensitive information from my code snippets and submission.
The text was updated successfully, but these errors were encountered:
@rohit3d2003 believe the issue was caused by the escape characters being utilized such as access credentials and application.
Additionally, I will be closing the issue for now. please feel free on reaching out to us again.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
5.3.11
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
I am using CodeMagic to automate build and deployment of iOS app which is using amplify backend. In order to achieve CI/CD, I have followed below steps:
Issue: Unfortunately in the headless mode, CLI is opening a browser window and stuck on someone clicking 'yes' or 'Copy CLI Key' vs automatically doing it.
Expected behavior
Token automatically downloaded in headless mode vs asking for a user interactive action to support CI/CD
Reproduction steps
Project Identifier
No response
Log output
Put your logs below this line
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: