The CloudBees Unify Edge runners binary supports several commands and flags to manage and operate the edge runner. Use this reference when configuring, starting, or managing the runner process from the command line.
Commands
CloudBees Unify Edge Runners connects your infrastructure to CloudBees Unify and executes CI/CD tasks.
| Command | Description |
|---|---|
Usage: |
|
|
Generate autocompletion scripts for the specific shell. |
|
Configure the CloudBees Unify Edge runner. |
|
Delete the CloudBees Unify Edge runner from the server. |
|
Help about any command. |
|
Connects the runner to CloudBees Unify. |
|
Show CloudBees Unify Edge runner version. |
Usage: |
|
|
Show help information for the edge runner CLI. |
|
Use |
Configure
Configure CloudBees Unify Edge runners with settings such as server address, labels, and other runtime options. Configuration is saved to config.yaml in the CloudBees Unify Edge runners installation directory.
The authentication token from CloudBees Unify is used for initial authentication.
A private/public key pair will be generated for future authentication.
| Command | Description |
|---|---|
Usage: |
|
|
Override auto-detected container socket path. |
|
Execution mode (native and/or Docker). Repeatable. Defaults to Docker. |
|
Help for configure. |
|
Comma-separated list of labels (OS and CPU architecture are added automatically). |
|
Log level (panic, fatal, error, warn, info, debug, trace). Defaults to |
|
Runner name (auto-generated from hostname if not provided). |
|
Disable default labels. |
|
CloudBees authentication token for initial setup and registration. |
|
Read CloudBees authentication token from stdin instead of |
|
Working directory for runner execution (defaults to current directory). |
Run
Start the CloudBees Unify Edge Runners and connect to CloudBees Unify.
The runner will load configuration from config.yaml, check for updates, connect to the server, and begin processing tasks.
Command-line flags override saved configuration values.
| Command | Description |
|---|---|
Usage: |
|
|
Disable updates from being downloaded and applied automatically. |
|
Help for run. |
|
Set log level (panic, fatal, error, warn, info, debug, trace). |
|
Override working directory from configuration. |
Delete
Delete the CloudBees Unify Edge runners registration from the server. This will remove the runner from the server’s registry and delete the local configuration and key files. This command requires an existing configuration with valid authentication credentials.
| Command | Description |
|---|---|
Usage: |
|
|
help for delete |
|
Working directory for runner execution (defaults to current directory). |