Add missing token option for nomad run command

This commit is contained in:
Jaemin Sung 2017-12-27 11:54:20 -05:00 committed by GitHub
parent be33e0bb7e
commit 1cc4813d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -26,3 +26,6 @@
- `-tls-skip-verify`: Do not verify TLS certificate. This is highly not
recommended. Verification will also be skipped if `NOMAD_SKIP_VERIFY` is set.
- `-token`: The SecretID of an ACL token to use to authenticate API requests with.
Overrides the `NOMAD_TOKEN` environment variable if set.