/LavaMana

A Lavanda's microservice command line tool

Primary LanguagePython

The proto directory contains all proto files

The service directory contains all service folders


Push all files to microservices:

python lavamana.py pull

Push all files to microservices except user

python lavamana.py pull --i user

# Or multiple microservices (user and authentication)
python lavamana.py pull --i user+authentication