Skip to content

Commit

Permalink
update codepush
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Jan 28, 2024
1 parent 8ea694d commit a5ff7fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions code-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
## CLI 사용
```sh
# configuration 배포
# TODO: description 남기도록 업데이트
appcenter codepush release-react --app [owner]/[app] --deployment Dev
appcenter codepush release-react --app [owner]/[app] --deployment Dev [--description "네비게이션을 포함한 구조 완전 변경"] [-m]
# Dev 에서 확인된 배포를 Production 으로도 배포
# TODO: 버전이 안보이는데 위험한거같음 버전 명시해서 배포하는 걸로 추후 업데이트
appcenter codepush promote --app [owner]/[app] -s Dev -d Production
```

### release-react
- `m` `mandatory` 필수 버전업 으로 지정
- `description` 디스크립션
- `t` `target-binary-version` 업데이트를 받을 버전 지정

## 설정 기록
+ [[diary:2024-01-02]]
+ [[diary:2024-01-16]]
Expand Down

0 comments on commit a5ff7fa

Please sign in to comment.