mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The meta client looks for both an environment variable and a CLI flag when generating a client. The CLI UUID checker needs to do this also, so we account for users using both env vars and CLI flag tokens.
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
```release-note:bug
|
|
cli: Fixed a bug where the `acl token self` command only performed lookups for tokens set as environment variables and not by the `-token` flag.
|
|
```
|