Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ale에서 어플리케이션을 관리하는 페이지입니다.
Node.js
$ 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