-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
omdb: Accept
current-target
as a blueprint ID to show or diff (#5543)
#5287 got rid of `omdb db services ...`, so I've found myself wanting to see the current target blueprint. omdb can do that, but it required listing the blueprints, visually finding the target, then calling `nexus blueprints show <ID>`. With this PR, we can accept the string `current-target` instead, and I figured that might also be useful in diffs (e.g., `nexus blueprints diff current-target <SOME_ID>` to see changes from the current target to some other blueprint).
- Loading branch information
1 parent
64fcc16
commit 47548c5
Showing
3 changed files
with
148 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters