Zoity is an orchestrator for configuring and running services locally.
isaque@veras:~$ zoity Zoity is an orchestrator for configuring and running services locally. Usage: zoity [command] Available Commands: add Add a service completion Generate the autocompletion script for the specified shell help Help about any command init Use to initialize Zoity configuration run run service services get services version Flags: -h, --help help for zoity Use "zoity [command] --help" for more information about a command.
isaque@veras:~$ zoity init zoity: Zoity successfully configured.
isaque@veras:~$ zoity add --name powersso --command "go run main.go" --path ~/path/powersso zoity: service configured successfully
isaque@veras:~$ zoity run powersso-ui powersso powersso-test zoity: pid=140108: the powersso-ui service has been initialized zoity: pid=140109: the powersso service has been initialized zoity: service powersso-test not found
isaque@veras:~$ zoity services | ID | NAME | CREATED | COMMAND | |------------|---------------------------|-----------------|-------------------------------| | qvate8n8 | powersso | 2023-11-15 | go run *.go | | v0ko2o6v | powersso-ui | 2023-11-15 | npm run start |