mirror of
https://github.com/ohwgiles/laminar.git
synced 2025-06-13 12:54:29 +00:00
Change more variable names
This commit is contained in:
parent
2d0f0587a9
commit
826368102b
@ -760,15 +760,15 @@ Finally, variables supplied on the command-line call to `laminarc queue`, `lamin
|
|||||||
|
|
||||||
`laminarc` commands are:
|
`laminarc` commands are:
|
||||||
|
|
||||||
- `queue [JOB [PARAMS...]]...` adds one or more jobs to the queue with optional parameters, returning immediately.
|
- `queue [$JOB [PARAMS...]]...` adds one or more jobs to the queue with optional parameters, returning immediately.
|
||||||
- `start [JOB [PARAMS...]]...` starts one or more jobs with optional parameters, returning when the jobs begin execution.
|
- `start [$JOB [PARAMS...]]...` starts one or more jobs with optional parameters, returning when the jobs begin execution.
|
||||||
- `run [JOB [PARAMS...]]...` triggers one or more jobs with optional parameters and waits for the completion of all jobs.
|
- `run [$JOB [PARAMS...]]...` triggers one or more jobs with optional parameters and waits for the completion of all jobs.
|
||||||
- `--next` may be passed before `JOB` in order to place the job at the front of the queue instead of at the end.
|
- `--next` may be passed before `$JOB` in order to place the job at the front of the queue instead of at the end.
|
||||||
- `set [VARIABLE=VALUE]...` sets one or more variables to be exported in subsequent scripts for the run identified by the `$JOB` and `$RUN` environment variables
|
- `set [KEY=VALUE]...` sets one or more variables to be exported in subsequent scripts for the run identified by the `$JOB` and `$RUN` environment variables
|
||||||
- `show-jobs` shows the known jobs on the server (`$LAMINAR_HOME/cfg/jobs/*.run`).
|
- `show-jobs` shows the known jobs on the server (`$LAMINAR_HOME/cfg/jobs/*.run`).
|
||||||
- `show-running` shows the currently running jobs with their numbers.
|
- `show-running` shows the currently running jobs with their numbers.
|
||||||
- `show-queued` shows the names of the jobs waiting in the queue.
|
- `show-queued` shows the names of the jobs waiting in the queue.
|
||||||
- `abort JOB NUMBER` manually aborts a currently running job by name and number.
|
- `abort $JOB $RUN` manually aborts a currently running job by name and number.
|
||||||
|
|
||||||
`laminarc` connects to `laminard` using the address supplied by the `LAMINAR_HOST` environment variable. If it is not set, `laminarc` will first attempt to use `LAMINAR_BIND_RPC`, which will be available if `laminarc` is executed from a script within `laminard`. If neither `LAMINAR_HOST` nor `LAMINAR_BIND_RPC` is set, `laminarc` will assume a default host of `unix-abstract:laminar`.
|
`laminarc` connects to `laminard` using the address supplied by the `LAMINAR_HOST` environment variable. If it is not set, `laminarc` will first attempt to use `LAMINAR_BIND_RPC`, which will be available if `laminarc` is executed from a script within `laminard`. If neither `LAMINAR_HOST` nor `LAMINAR_BIND_RPC` is set, `laminarc` will assume a default host of `unix-abstract:laminar`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user