A CloudI service management and API testing tool. Designed to make working with CloudI services easier.
poetry install
[poetry run] python tkcloudi.py- Support add, remove, restart, and update services
- Generate api-paths.json file from
cloudi/api/rpc/services.erl - Show CloudI Dashboard
- Support full CloudI Service API
This project is licensed under the MIT License - see the LICENSE file for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request