prisma
[PlanetScale/scoop/windows]윈도우에서 PlanetScale cli 설치(scoop)
개발자 고포고
2022. 3. 12. 15:27
반응형
[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
반응형