Files
nomad/.changelog/18836.txt
Tim Gross 1b3920f96b cli: add prefix ID and wildcard namespace support for service info (#18836)
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
2023-10-23 13:17:51 -04:00

4 lines
124 B
Plaintext

```release-note:improvement
cli: Added support for prefix ID matching and wildcard namespaces to `service info` command
```