-
수파베이스 CLI멈멈-토이프로젝트(React)1 2024. 4. 11. 23:27728x90
데이터베이스 및 테이블을 생성 관리 하기 위해서 수파베이스 CLI 활용
윈도우 설치 순서 / 파워쉘Powershell 사용
1. SCOOP 설치
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
두줄 하나씩 설치
2. SCOOP 환경 변수 설정
참고 블로그 https://velog.io/@wsdx123/20230809-TIL
3. CLI 설치
https://supabase.com/docs/guides/cli/getting-started
scoop bucket add supabase https://github.com/supabase/scoop-bucket.git scoop install supabase
4. 버전 확인
supabase --version
정상적으로 설치가 되면 버전이 출력 됨
'멈멈-토이프로젝트(React)1' 카테고리의 다른 글
에러 A non-serializable value was detected in an action (0) 2024.04.23 로그인 상태관리 (0) 2024.04.20 이미지 출력 하기 (0) 2024.04.04 수파베이스 사용자 정보 가져 오기 (0) 2024.04.03 내 위치 찾기 (0) 2024.03.28