Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 587 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 587 Bytes

minagine-cli

A CLI tool for check-in/check-out MINAGINE

build

$ go build -o minagine-cli ./src

usage

$ minagine-cli -h
Usage:
  minagine-cli [OPTIONS]

Application Options:
  -d, --domain=                   domain of your account (tenant)
  -u, --user=                     user id of your account
  -p, --password=                 password of your account
  -a, --action=[checkin|checkout] action to be performed
  -f, --force                     [option] skip pre-check of working day

Help Options:
  -h, --help                      Show this help message