CLI 설치하기
사전준비
CLI 를 사용하려면Node.js 설치가 필요합니다.
Node.js 공식웹사이트 혹은 nvm 을 통해서 Node.js v12 이상을 설치하세요.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ale에서 어플리케이션을 관리하는 페이지입니다.
Node.js 설치가 필요합니다.
Node.js 공식웹사이트 혹은 nvm 을 통해서 Node.js v12 이상을 설치하세요.
$ npm i -g @cloudtype/cli
$ ctype login
# 혹은
$ ctype login -u username -p password
$ ctype login -t API_KEY_TOKEN
$ ctype project create myproject
$ ctype projects
Current scope is "@demo"
NAME CREATED
myproject 2022-01-11 03:57:30
$ ctype use
Current stage is @demo/myproject:main on gke-seoul-1
$ ctype use myproject # 배포환경을 지정하지 않으면 기본 배포환경(main)으로 전환됩니다.
# 혹은
$ ctype use myproject:main
$ ctype use :development
$ ctype use @teamname/myproject:main