New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@pioncorp/cli

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@pioncorp/cli

@pioncorp/cli는 PION Corporation의 개발 작업을 자동화하고 표준화하기 위한 커맨드라인 도구입니다.

latest
npmnpm
Version
0.0.25
Version published
Maintainers
0
Created
Source

@pioncorp/cli

@pioncorp/cli는 PION Corporation의 개발 작업을 자동화하고 표준화하기 위한 커맨드라인 도구입니다.

버전 관리 및 배포 프로세스

버전 태그 생성

새로운 버전의 CLI를 배포하기 위한 절차:

  • 새로운 버전 태그 생성:
git tag v1.0.0  # 배포할 버전 번호로 변경
  • 태그를 푸시하여 배포 트리거:
git push origin v1.0.0

자동 배포 프로세스

GitHub Actions를 통한 자동 배포 프로세스:

  • 트리거 조건: v[0-9]+.[0-9]+.[0-9]+ 형식의 태그 푸시 (예: v1.0.0)

  • 워크플로우 단계:

    • 태그된 커밋 체크아웃
    • 태그에서 버전 번호 추출
    • Node.js 환경 설정
    • 의존성 설치
    • NPM 레지스트리 배포

배포 확인

배포 후 확인 절차:

  • NPM 레지스트리에서 새 버전 확인:
npm view @pioncorp/cli versions

FAQs

Package last updated on 21 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts