mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
common commands
This commit is contained in:
@@ -27,6 +27,7 @@ type JobRunCommand struct {
|
||||
func (c *JobRunCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: nomad job run [options] <path>
|
||||
Alias: nomad run
|
||||
|
||||
Starts running a new job or updates an existing job using
|
||||
the specification located at <path>. This is the main command
|
||||
|
||||
@@ -15,6 +15,7 @@ type JobStopCommand struct {
|
||||
func (c *JobStopCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: nomad job stop [options] <job>
|
||||
Alias: nomad stop
|
||||
|
||||
Stop an existing job. This command is used to signal allocations
|
||||
to shut down for the given job ID. Upon successful deregistration,
|
||||
|
||||
Reference in New Issue
Block a user