#โœ… - Equivalent of "amplify pull" for Gen 2?

10 messages ยท Page 1 of 1 (latest)

honest owl
#

๐Ÿ‘‹ in gen 2 this would effectively be git clone/git pull

obtuse nebula
honest owl
#

are you looking to stand up another instance of your backend for another frontend or simply share the backend with another frontend?

obtuse nebula
#

just tried to do amplify pull anyways with my profile and the app ID and it says the Amplify AppID isn't found

honest owl
obtuse nebula
# honest owl oh! in that case you can do `ampx generate outputs --app-id <app-id> --branch <b...

Hmmmm I ran npm create amplify@latest (I'm using Swift on the project I'm trying to pull it to) then npx ampx generate outputs --app-id <app-id> --branch <branch-name> (obviously not exactly but imagine I actually put in the app ID and branch name) and I get error:

InvalidClientTokenId: The security token included in the request is invalid. InvalidClientTokenId: The security token included in the request is invalid.

ripe kayak
#

are you logged in? you mentioned profiles, so did you add --profile <your-profile> to the end of your npx ampx generate command?

honest owl
stray relicBOT
#

โœ… - Equivalent of "amplify pull" for Gen 2?