docs: added -y flag in infisical cli installation in amplify doc to skip confirmation prompt

This commit is contained in:
Akhil Mohan
2024-04-23 11:23:03 +05:30
committed by GitHub
parent 1ba7a31e0d
commit f2b3b7b726

View File

@@ -33,7 +33,7 @@ This approach enables you to fetch secrets from Infisical during Amplify build t
preBuild:
commands:
- sudo curl -1sLf 'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.rpm.sh' | sudo -E bash
- sudo yum install infisical
- sudo yum -y install infisical
```
</Step>
<Step title="Modify the build command">