uc-apx auth usage
List every construct that carries an authorizationScheme
uc-apx auth usage [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--scheme | string | Only show uses of this scheme id |
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 usageuses[1]{kind,id,pageId,schemeId,negated,property,file,line}: app,BROOKSTRUT,"",mustNotBePublicUser,false,authorization.scheme,application.apx,1total: 1JSON output
{ "uses": [ { "kind": "app", "id": "BROOKSTRUT", "schemeId": "mustNotBePublicUser", "property": "authorization.scheme", "file": "application.apx", "line": 1 } ], "total": 1}