yakcloud CLI 추가(init/deploy/check) + install.sh + 공개용 README

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-27 16:55:32 +09:00
parent 859e5058b8
commit 0110be0558
6 changed files with 227 additions and 30 deletions

View File

@ -16,6 +16,15 @@ YakCloud 콘솔 API로 **데이터소스 리컨실 + 워크로드 배포 + 바
- "새 프로젝트 시작해서 배포까지" (→ `assets/starter/` 로 스캐폴딩)
- "데이터소스(Postgres/Mongo/…) 연결/바인딩" / "커스텀 도메인으로 노출"
## CLI 가 있으면 우선 사용
`yakcloud` CLI 가 설치돼 있으면(명령 `command -v yakcloud`) 스캐폴딩/배포를 이걸로 처리한다:
- **"프로젝트 초기화"** → 빈 폴더에서 `yakcloud init [name]` (스타터+CI+매니페스트+이 스킬을 내려받음)
- **"yakcloud 에 배포"** → `yakcloud deploy vX.Y.Z` (커밋+태그 push → Gitea Actions)
- 사전 점검 → `yakcloud check` (dry-run)
설치: `curl -fsSL https://gitea.yakenator.io/yakenator/yakcloud-starter/raw/branch/main/install.sh | sh`
CLI 가 없거나 세밀 조정이 필요하면 아래 수동 절차를 따른다.
## 에이전트 실행 절차
### 0) 상황 파악