CLI command reference
Vendor CLI tools tend to list commands alphabetically, which is fine when you know exactly what you're looking for and useless when you don't. This reference organizes commands by what you can accomplish with them, grouped by the applet they affect.
The examples below use a generic cli binary name. Substitute your
vendor's actual executable.
Common options
These flags are supported on most commands:
| Option | Short | Description |
|---|---|---|
--pin <pin> | -p | PIN for authentication |
--xauth-key <key> | -x | External auth key for authentication |
--token <id> | -t | Token identifier (index or reader name) |
--verbose | -v | Enable verbose (debug) logging |
--log-level <level> | DEBUG / INFO / WARN / ERROR / SILENT | |
--log-sensitive | Log sensitive data (use with extreme caution) | |
--help | -h | Display command-specific help |
For PINs and keys, env reads the value from an environment variable, and
on Windows INTERACTIVE opens a secure dialog.
Token / device info
| Command | Purpose | Destructive? |
|---|---|---|
token-info | List all connected tokens with reader names, ATR strings | No |
token-cuid | Get the unique hardware ID of a specific token | No |