ajoino / pyrrowhead

The CLI Arrowhead local cloud management tool!
Eclipse Public License 2.0
0 stars 0 forks source link

Pyrrowhead - The CLI local cloud management tool!

CI codecov Code style: black Checked with mypy pypi python readthedocs

Pyrrowhead is a command line tool for creating and managing Arrowhead local clouds.

Install it with pip install pyrrowhead and create your first local cloud as simple as

pyrrowhead cloud create hello-cloud.world

This will create a cloud called hello-cloud under an organization called world.

Pyrrowhead utilizes the Arrowhead docker containers to run local clouds, for example:

pyrrowhead cloud up hello-cloud.world

Check out the tutorial for more information.