Kimono Basic Example #
Basic usage of Kimono.
Start an Example Service #
kimono -path apps/prod/my-app/my-service env
Restart #
The following starts the env application but also restarts whenever it stops. We have also added a 5 second delay before restarting.
kimono -sleep 5 -restart -path apps/prod/my-app/my-service env
Always Pull Config #
Same as above but we have added -pull to always pull the config before restart of the application.
kimono -sleep 5 -restart -pull -info -path apps/prod/my-app/my-service env
Using an Auth Token #
export KIMONO_TOKEN=secret-token
kimono -path apps/prod/my-app/my-service env