Skip to content

CLI 패키지

패키지: @hereby/cli | Commander.js CLI

Hereby API에 인증하고 일부 데이터를 탐색하기 위한 터미널 클라이언트입니다.

진입 명령

  • 바이너리: hereby
  • 기본 모드: interactive

최상위 명령

auth

구현된 하위 명령:

  • login
  • logout
  • status
  • extend

특징:

  • Inquirer 기반 대화형 입력
  • 세션 저장
  • 기본 API URL 저장 가능

db

구현된 하위 명령:

  • explore
  • employees
  • teams
  • attendance

인터랙티브 탐색기는 현재 다음 메뉴를 제공합니다.

  • employees
  • teams
  • attendance
  • payroll
  • leave requests
  • roles and permissions

사용 라이브러리

  • Commander
  • Inquirer
  • Ora
  • Chalk
  • cli-table3
  • @hereby/sdk