Kamilcuk / nomad-tools

Set of tools and utilities to ease interacting with HashiCorp Nomad scheduling solution.
https://github.com/Kamilcuk/nomad-tools
GNU General Public License v3.0
25 stars 3 forks source link

confusion about description for "run" #2

Closed foozmeat closed 10 months ago

foozmeat commented 11 months ago

The help text for run says Run a Nomad job and then act like started mode. and the help text for started says Watch a Nomad job until the job is started. however run does not exit until the job is finished but started exits as soon as the job is started. Am I misunderstanding? It seems that run should indicate that it only exits when the job finishes.

Kamilcuk commented 10 months ago

Ne, you're right, I'll fix that. run should be like docker-compose run or docker run - it should start, run, then stop.