CI/CD 자동화 도구
Project description
CI/CD 도구 사용 설명서
목차
1. 소개
이 문서는 CI/CD 도구의 사용법을 설명합니다. 이 도구는 개발자가 CI/CD 파이프라인을 쉽게 설정하고 관리할 수 있도록 돕습니다.
2. 설치 및 초기 설정
설치
pip install ci-cd-tool
초기화
프로젝트를 초기화하여 기본 설정을 생성합니다.
cc init
옵션:
--force: 기존 설정을 덮어쓰기
3. 명령어 개요
기본 명령어 구조
startLine: 5
endLine: 14
사용 가능한 주요 명령어 목록
-
초기화 명령어
cc init [OPTIONS]
-
CI 관련 명령어 (ci_group)
cc ci build # 빌드 실행 cc ci test # 테스트 실행 cc ci status # CI 파이프라인 상태 확인
-
CD 관련 명령어 (cd_group)
cc cd deploy # 배포 실행 cc cd rollback # 이전 버전으로 롤백 cc cd status # 배포 상태 확인 cc cd list # 버전 목록 확인
-
설정 관련 명령어 (config_group)
cc config show # 현재 설정 표시 cc config set KEY VALUE # 설정 값 변경 cc config reset # 설정 초기화
4. 주요 사용 시나리오
새 프로젝트 설정
cc init
cc config show
cc ci test
배포 실행
cc ci build
cc cd deploy --env prod --version 1.0.0
cc cd status
문제 해결
cc cd status
cc cd rollback --version 0.9.0
cc cd status
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ci_cd_tool-0.3.2.tar.gz
(18.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ci_cd_tool-0.3.2.tar.gz.
File metadata
- Download URL: ci_cd_tool-0.3.2.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfb4cf6e0f0c117b1b22072f0c995de9c6071a2dc17ceae37526792b782005eb
|
|
| MD5 |
f7c0c71ad1a84e94a933a755296d2611
|
|
| BLAKE2b-256 |
0dd256c8d13ea68163d813dde421373626cfc338e8c66836f8896ca375836530
|
File details
Details for the file ci_cd_tool-0.3.2-py3-none-any.whl.
File metadata
- Download URL: ci_cd_tool-0.3.2-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6162e46a81dabf89f9196eaf92511ef29e974c95dc94015b8bc070d5b9539bb
|
|
| MD5 |
6d1478324da1dd84f6657a071fbfee82
|
|
| BLAKE2b-256 |
3bf26185861d2e9c4bbb43d6c8a6d3dca4e1715929d39636d0f8d5feb29107b5
|