Skip to main content

Command Line Interface for the Minos framework

Project description

Minos logo

Minos CLI: Minos' microservices up and running

PyPI Latest Release GitHub Workflow Status License Coverage Stack Overflow Gitter

Summary

Minos CLI is a command line tool that helps you create and deploy Minos' microservices. Through its simple command structure, you'll get your microservices up and running as fast as you've coded your business logic.

Quickstart

First, we need to create a project to host our microservices

minos new project sample_project
cd sample_project/

We need to set some services that our project needs

minos set database postgres
minos set broker kafka
minos set apigateway minos
minos set discovery minos

Once we've gone through all of these steps, the project is ready to accept a new microservice!

cd microservices/
minos new microservice foo

Time to start coding! Yes, already!

Documentation

Coming soon...

Source Code

The source code of this project is hosted at GitHub.

Getting Help

For usage questions, the best place to go to is StackOverflow.

Discussion and Development

Most development discussions take place over the GitHub Issues . In addition, a Gitter channel is available for development-related questions.

How to contribute

We are looking forward to having your contributions. No matter whether it is a pull request with new features, or the creation of an issue related to a bug you have found.

Please consider these guidelines before you submit any modification.

Create an issue

  1. If you happen to find a bug, please file a new issue filling the 'Bug report' template.
  2. Set the appropriate labels, so we can categorise it easily.
  3. Wait for any core developer's feedback on it.

Submit a Pull Request

  1. Create an issue following the previous steps.
  2. Fork the project.
  3. Push your changes to a local branch.
  4. Run the tests!
  5. Submit a pull request from your fork's branch.

License

This project is distributed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minos-cli-0.1.0.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

minos_cli-0.1.0-py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page