Forrest logo
back to context overview

nomad

List of commands for nomad:

  • nomad:tldr:01f24 nomad: Validate a job file.
    $ nomad job validate ${filename-nomad}
    try on your machine
    explain this command
  • nomad:tldr:0975e nomad: Show the status of jobs currently running on the cluster.
    $ nomad job status
    try on your machine
    explain this command
  • nomad:tldr:4fab3 nomad: Run a job on the cluster.
    $ nomad job run ${filename-nomad}
    try on your machine
    explain this command
  • nomad:tldr:5fd42 nomad: Plan a job for execution on the cluster.
    $ nomad job plan ${filename-nomad}
    try on your machine
    explain this command
  • nomad:tldr:74cbe nomad: Follow the logs of a specific allocation.
    $ nomad alloc logs ${alloc_id}
    try on your machine
    explain this command
  • nomad:tldr:c177b nomad: Show the detailed status information about a specific job.
    $ nomad job status ${job_name}
    try on your machine
    explain this command
  • nomad:tldr:ddd3d nomad: Show the status of nodes in the cluster.
    $ nomad node status
    try on your machine
    explain this command
  • nomad:tldr:e7997 nomad: Show the status of storage volumes.
    $ nomad volume status
    try on your machine
    explain this command
back to context overview