Metadata-Version: 2.1
Name: vodi
Version: 0.0.6
Summary: a vodafone digital automation tool
Home-page: https://github.com/pypa/sampleproject
Author: Andrea Caligiuri
Author-email: andrea.caligiuri@vodafone.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: atlassian-python-api

# Vodi

This cli is a helper tool for developers aiming to speed up development and release process

## currently implemented

`vodi get envs` retrieves a list of environments
`vodi get env <env>` detailed view of an environment including deployments (requires openshift CLI and access to the environment)
`vodi get projects` retrieves a list of projects on bitbucket
`vodi get project <proj>` detailed view of a project including repositories



