The command-line interface for Orbit.
Released at: 28.08.2024
-
Upgraded to mruby 3.2.0
-
Compiled binary for OSX build with MacOSX11.3 SDK (Darwin19)
-
Added binary for
arm64-apple-darwin19target -
Fixed
orbit envto only print defined environment variables.
Released at: 18.03.2020
Releasenotes
-
Added
docker startanddocker stopcategories. -
Fixed
web startandweb stopfor Windows. -
Singularized folder names.
-
Fixed potential memory leaks.
-
Compiled with
MRB_WITHOUT_FLOAT -
Compiled binary for OSX build with MacOSX10.15 SDK.
-
Upgraded to mruby 2.1.0
Released at: 13.08.2019
Initial release
Releasenotes
$ orbit -h
Usage: orbit [category] [options...] matchers...
Categories:
find Query planet infos
exec "COMMAND" Run command
exec job "JOB" Run job
exec script "PATH" Run script
upload "TARGET" "SOURCE" Upload file
download "SOURCE" Download file
web start Start web app
web stop Stop web app
export "PATH" Convert KDB file
env Show env vars
help Print this text
version Show version number
Run a sql script on a database:
$ orbit exec script "path/to/script.sql" type=db@tags:ora11
Execute a command on a server:
$ orbit exec "hostname" -p type=server
Download a file from a server:
$ orbit download "remote/file/path" -l "local/file/path" app-package-1 app-package-2