uc-apx auth schemes
List authorization schemes with their usage
uc-apx auth schemes [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--detail | Include the usedBy list per scheme instead of just the usage count | ||
--scheme | string | Only show this scheme id | |
--unused | Only show schemes that nothing references |
Global Flags
Section titled “Global Flags”| Flag | Type | Default | Description |
|---|---|---|---|
--app-dir | string | . | Path to the APEX application directory |
--json-pretty | Output in pretty-printed JSON (human-readable) instead of minified JSON | ||
--toon | Output in TOON format (human-readable, token-efficient) instead of JSON |
Example Output
Section titled “Example Output”Running against examples/brookstrut:
uc-apx --app-dir examples/brookstrut auth schemesschemes[0]:total: 0JSON output
{ "schemes": [], "total": 0}