CLI
The easiest way to use Maestro
Last updated
The easiest way to use Maestro
Last updated
You could create your own Semaphore implementation or use the predefined CLI. The official CLI has most implementations available.
Multiple flow paths could be given as arguments. Definitions could be looked up recursively with wildcards.
You are able to download a prebuild artifact from the . Feel free to open a new PR if you require a specific build for your CPU architecture.
A installer script is available. By default the latest binaries for your operating system will be pulled and stored in /usr/local/bin
. Arguments could be given to pull a specific version and/or store the binary inside a specific directory.
A Maestro Homebrew installer is available inside the Jexia cask. Simply tap into the cask and install Maestro.
Official docker images are available on Github and Docker hub. These images contain the Maestro CLI.
If you have a Go environment configured, you can install the development version of semaphore
from the command line.
While the development version is a good way to take a peek at maestro
's latest features before they get released, be aware that it may have bugs. Officially released versions will generally be more stable.
Flow definitions could easily be checked with the validate
command. This validates the flow property types with the configured schema(s).
CLI configurations could be defined inside a hcl
file. Configuration files could include other hcl
definitions and access environment variables. Service selectors could be defined which override the configuration of services. It is often adviced to store these service selectors inside a seperate file to include them inside your specific environment include = ["services.$ENV.hcl"]
.
hcl
files could be passed to Maestro with the --file
or (-f
) flag.
Maestro supports advanced pattern matching for most paths. Patterns could be used to target specific files inside a given directory.