Depends on node.js and typescript
npm install -g ts-node
npm install -g yahweh
Start the program and visit your dashboard in the browser:
yahweh
Then spawn some Rabbi Actors within the same amqp cluster to see them appear in your Yahweh Dashboard
Yahweh optionally loads environment variables from /etc/yahweh/yahweh.env
Set the AMQP_URL
environment variable to connect to your AMQP cluster.
npm install -g yahweh-cli
> ./bin/yahweh-cli.ts --help
Usage: yahweh-cli.ts [options] [command]
Options:
-h, --help output usage information
Commands:
create_supervisor
add_supervisor <supervisor_address>
remove_supervisor <supervisor_address>
add_actor <supervisor_address> <actor_name>
remove_actor <supervisor_address> <actor_name>