| name | orbit-dev-commands |
| description | Orbit-RS build, test, run, cluster, and load-balancer commands — make targets and ./scripts invocations. Use when you need the exact command to build, check, format, test, run the server, or start/stop a cluster. |
Orbit-RS Development Commands
All development tasks use make targets. (You can also run make help or read the root Makefile.)
make build
make build-release
make check
make format
make clean
make dev
make run
make redis
make test
make test-ignored
make test-include-ignored
make test-quick
make test-server
make test-verbose
make cluster
make cluster-stop
make cluster-status
make cluster-lb
make cluster-lb-stop
make commit-ready
make commit-light
make all
Direct Script Usage
./scripts/start_server.sh
./scripts/start-multiprotocol-server.sh
./scripts/start-multiprotocol-server.sh --prod
./scripts/start-cluster.sh
./scripts/start-cluster.sh 5
./scripts/start-cluster.sh --with-lb 3
./scripts/start-cluster.sh --stop
./scripts/start-cluster.sh --status
./scripts/start-cluster-lb.sh 3
./scripts/start-cluster-lb.sh --stop
./scripts/run-tests.sh
./scripts/run-tests.sh server
./scripts/run-tests.sh engine
./scripts/run-tests.sh shared
./scripts/run-tests.sh time-series
./scripts/run-tests.sh ignored
./scripts/run-tests.sh quick