Examples (8)
Validate a job file
nomad job validate path/to/file.nomadPlan a job for execution on the cluster
nomad job plan path/to/file.nomadRun a job on the cluster
nomad job run path/to/file.nomadShow the status of jobs currently running on the cluster
nomad job statusShow the detailed status information about a specific job
nomad job status job_nameFollow the logs of a specific allocation
nomad alloc logs alloc_idShow the status of storage volumes
nomad volume statusmade by @shridhargupta | data from tldr-pages