Skip to content

πŸ’… Small cli utility that enables managing multiple instances of a binary simultaneously

Notifications You must be signed in to change notification settings

davide-scalzo/fab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WIP

Small cli utility that enables managing multiple instances of a binary. Lots to do still, use at your own risk.

Two sample binaries are provided, both compiled for Intel MacOs, if on a different platform compile first he project with cargo build --release and use that executable instead. For convenience you can add the binary to your path.

Usage

fab up ./test-server starts an instance of test-server. The test-server binary is configure to listen on port 3000 or pick the next available if trying to open a non-available port.

πŸ’… test-server started successfully. PID: 60669

fab down test-server stops a test-server instance

fab status shows currently running instances managed by fab

Name            PID     Ports   CPU     Memory
test-server     60669   *:3000  0       1

About

πŸ’… Small cli utility that enables managing multiple instances of a binary simultaneously

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published