From 4867c814eb552067153eef1726b99ba71183a748 Mon Sep 17 00:00:00 2001 From: Rahul Rajesh Date: Tue, 20 Aug 2024 21:48:28 -0400 Subject: [PATCH] updated amplify commands --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf81c60..cab88f7 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ npm install -g @aws-amplify/cli - Make a new profile: ```sh - npx amplify configure profile + npx ampx configure profile ``` Hit Enter. @@ -106,7 +106,7 @@ npm install -g @aws-amplify/cli Note: If there's already a profile, then use: ```sh - npx amplify configure profile --name [insert name of profile you want here] + npx ampx configure profile --name [insert name of profile you want here] ``` It should automatically switch. @@ -118,7 +118,8 @@ npm install -g @aws-amplify/cli 2. **Configure Google Client ID**: ```sh - amplify configure secret set GOOGLE_CLIENT_ID [your_client_id_here] + npx ampx secret set GOOGLE_CLIENT_ID + [your_client_id_here] ``` Replace `[your_client_id_here]` from the client ID above, then paste in the value. Hit enter. @@ -126,7 +127,8 @@ npm install -g @aws-amplify/cli 3. **Configure Google Client Secret**: ```sh - amplify configure secret set GOOGLE_CLIENT_SECRET [your_client_secret_here] + npx ampx secret set GOOGLE_CLIENT_SECRET + [your_client_secret_here] ``` Replace `[your_client_secret_here]` from the client secret secret, then paste in the value. Hit enter.