appside
appside copied to clipboard
Stats
it would be nice to have a command like appflow stats --tenant <tenant> which prints out e.g.:
- Number of Shell Users / Developers (conf_users)
- Number of Virtual Hosts / Projects (conf_vhosts_common)
- Number of Docker containers (conf_docker_containers)
actually this is helpful: appflow get <tenant>.development.group_vars.all conf_vhosts_common.
it would be also nice to have infos about latest commit on the config repo:
- Total number of commits: XX
- Latest commit on XX date by <developer>