Skip to main content

acl-dependencies

Synopsis

starlake acl-dependencies [options]

Description

Generate an ACL (Access Control List) dependency graph showing which roles and permissions apply across tables and domains. Use this command to visualize access control relationships as GraphViz dot, SVG, PNG, or JSON files.

Parameters

ParameterCardinalityDescription
--output <value>OptionalWhere to save the generated dot file ? Output to the console by default
--grantees <value>OptionalWhich users should we include in the dot file ? All by default
--reload <value>OptionalShould we reload the domains first ?
--svg <value>OptionalShould we generate SVG files ?
--json <value>OptionalShould we generate JSON files ?
--png <value>OptionalShould we generate PNG files ?
--tables <value>OptionalWhich tables should we include in the dot file ? All by default
--all <value>OptionalInclude all ACL in the dot file ? None by default