-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show a warning when there are no images to annotate (#33)
* Show a warning when there are no images to annotate - When there are images: ``` ➜ ./bin/dt charts annotate $CHARTS/wordpress 🎉 Helm chart annotated successfully ``` - When there are no images: ``` ➜ ./bin/dt charts annotate $CHARTS/common⚠️ No container images found to be annotated ``` * Use a boolean instead
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 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