Skip to content

Conversation

@murrayju
Copy link
Member

@murrayju murrayju commented Oct 17, 2025

This implements tiger svc get <name>, such that we'll return a match by the service's name (in addition to id).

If exactly one service matches, the full details are displayed and the exit code is 0 (success)
image

If multiple services have the same name, the process exits with code 8 (so scripts can handle this explicitly), while printing an error message and the list of ambiguous services.
image

Exit code 6 is used when there are no matches
image

All other flags works as normal.
image

@murrayju murrayju changed the title Add a command to find services by name Add support for svc get <name> (match by name instead of id) Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants