mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The `nomad service info` command doesn't support using a wildcard namespace with a prefix match, the way that we do for many other commands. Update the command to do a prefix match list query for the services before making the get query. Fixes: #18831
4 lines
124 B
Plaintext
4 lines
124 B
Plaintext
```release-note:improvement
|
|
cli: Added support for prefix ID matching and wildcard namespaces to `service info` command
|
|
```
|