목차

amplify

install

curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL

export

# zsh
export PATH="$HOME/.amplify/bin:$PATH"

# fish
set -x PATH $HOME/.amplify/bin $PATH

amplify 명령어

amplify init
amplify status
amplify add auth

amplify add auth

Ref


관련 문서