Skip to content

IaC 파일 관리 기능 구현 #17

Description

@jjaegii

구현 내용

  1. 기본 파일 관리

    • IaC 파일 불러오기 (fetch)
    • 특정 버전 불러오기 (fetch-version)
  2. 버전 관리

    • 버전 히스토리 조회 (history)
    • 버전 간 차이점 확인 (diff)
    • 롤백 기능 (rollback)
  3. 안전장치

    • 변경사항 백업
    • 롤백 실패 시 복구
    • 변경사항 검증

세부 작업

  1. commands/ 디렉토리에 새 파일 추가

    • fetch.py
    • history.py
    • rollback.py
  2. 테스트 코드 작성

    • test_fetch.py
    • test_history.py
    • test_rollback.py
  3. 문서화

    • README 업데이트
    • 사용법 문서 작성

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions