Skip to content

Zoity is an orchestrator for configuring and running services locally.

License

Notifications You must be signed in to change notification settings

isaqueveras/zoity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoity

Zoity is an orchestrator for configuring and running services locally.

Commands

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.

Init Zoity

isaque@veras:~$ zoity init
zoity: Zoity successfully configured.

Add service

isaque@veras:~$ zoity add --name powersso --command "go run main.go" --path ~/path/powersso
zoity: service configured successfully

Run services

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

List services

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                 |

About

Zoity is an orchestrator for configuring and running services locally.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages