Skip to content

uc-apx auth schemes

List authorization schemes with their usage

uc-apx auth schemes [flags]
FlagTypeDefaultDescription
--detailInclude the usedBy list per scheme instead of just the usage count
--schemestringOnly show this scheme id
--unusedOnly show schemes that nothing references
FlagTypeDefaultDescription
--app-dirstring.Path to the APEX application directory
--json-prettyOutput in pretty-printed JSON (human-readable) instead of minified JSON
--toonOutput in TOON format (human-readable, token-efficient) instead of JSON

Running against examples/brookstrut:

Terminal window
uc-apx --app-dir examples/brookstrut auth schemes
schemes[0]:
total: 0
JSON output
{
"schemes": [],
"total": 0
}