cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Stats #117

Open ivomarino opened 6 years ago

ivomarino commented 6 years ago

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.

ivomarino commented 6 years ago

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>