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.