Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # amplify - [[sms flow]] ## install <code bash> curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL </code> ## export <code> # zsh export PATH="$HOME/.amplify/bin:$PATH" # fish set -x PATH $HOME/.amplify/bin $PATH </code> ## amplify 명령어 <code> amplify init amplify status amplify add auth </code> [[amplify add auth]] ## Ref - https://origogi.github.io/flutter/amplify-1/ open/amplify.txt Last modified: 2024/10/05 06:15by 127.0.0.1