티스토리 뷰
반응형
[PlanetScale/scoop/windows]윈도우에서 PlanetScale cli 설치(scoop)
#1.power shell ISE 실행
#2.권한 얻기
$ Set-ExecutionPolicy RemoteSigned -scope CurrentUser
#3.Scoop 설치(https://scoop.sh/)
$ Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
$ scoop install curl
#pscale 설치(https://docs.planetscale.com/concepts/planetscale-environment-setup)
$ scoop bucket add pscale https://github.com/planetscale/scoop-bucket.git
$ scoop install pscale
#pscale #scoop #powershell ise #ise #windows #윈도우 #cli #pscale-cli #PlanetScale
반응형
'prisma' 카테고리의 다른 글
[prisma+nextjs] api(rest) 서비스에서 upsert(insert+update) 기능 활용하기 with PostMan (0) | 2022.03.19 |
---|---|
[prisma/orm] prisma 설치 및 테스트 (0) | 2022.03.11 |
댓글
반응형