Visualisation¶
Gitconductor can print the saved GitLab hierarchy and access information in several Rich-powered terminal views.
Tree¶
Print the group and project hierarchy as a tree:
gitconductor viz tree
Example output:
ejb90-group
└── models
├── model-a
├── model-b
├── model-c
└── subgroup-1
├── model-a
└── model-b
Table¶
Print projects and groups in a table:
gitconductor viz table
Limit traversal depth:
gitconductor viz table --maxdepth 1
Access¶
Show who has access to a hierarchy:
gitconductor viz access
Show each individual user for each subgroup and project:
gitconductor viz access --explicit
Show access as a matrix of users against groups and projects:
gitconductor viz access --matrix
Limit access traversal depth:
gitconductor viz access --maxdepth 1