UNPKG

@tib/sn-cli

Version:

The @tib/sn command line tools

54 lines (39 loc) 1.57 kB
# @tib/sn-cli > The @tib/sn command line tools ## Installation ```bash npm i @tib/sn-cli -g ``` ## Usage `@tib/sn-cli` provide `sn` command and `serum` as alternative command ```bash sn x.x.x — Retrieve the serial number of the local machine USAGE ▸ sernum [OPTIONS...] OPTIONS -c, --cwd <cwd> The custom current working directory -f, --file <file> The custom cache file name -d, --hash Retrieve the hashed serial number -p, --prefix <prefix> A string to be prefixed ahead of the shell command to be run -s, --size <size> Slice the serial number to specified size -u, --uuid Prefer to retrieve uuid on the first attempt GLOBAL OPTIONS -h, --help Display global help or command-related help. -V, --version Display version. --no-color Disable use of colors in output. -v, --verbose Verbose mode: will also output debug messages. --quiet Quiet mode - only displays warn and error messages. --silent Silent mode: does not output anything, giving no indication of success or failure other than the exit code. ``` ## Example ```bash > sn Q09XL3KBMGH0 ``` ```bash > sernum Q09XL3KBMGH0 ```