SafeLicenseHelper User Manual

SafeLicenseHelper는 장치 정보를 기반으로 라이선스를 발급받아 로컬 파일로 저장하는 CLI 프로그램입니다.

1. 다운로드

플랫폼별 다운로드 링크:

OS 아키텍처 다운로드
Linux x86_64 링크
Linux arm64 링크
macOS arm64 링크
Windows x86_64 제공 예정

2. 기본 사용 방법

2.1 도움말 확인

SafeLicenseHelper --help

2.2 신규 라이선스 발급

SafeLicenseHelper issue

3. 실행 예시

Linux/macOS (Terminal):

chmod +x SafeLicenseHelper
./SafeLicenseHelper issue

Windows (PowerShell):

.\SafeLicenseHelper.exe issue

4. 결과 확인

정상 실행 시 아래와 같은 로그가 출력됩니다.

license written to <path>

기본 저장 경로:

  • Linux 기본값: /var/lib/safe-license-helper/license.lic
  • macOS 기본값: $HOME/.local/state/safe-license-helper/license.lic
  • Windows 기본값: %PROGRAMDATA%\SafeLicenseHelper\license.lic

권한 문제로 기본 경로에 쓰지 못하면 OS별 대체(fallback) 경로로 자동 저장됩니다.