Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds --list-images arg to inspect #599

Merged
merged 14 commits into from
Jun 6, 2024
Prev Previous commit
Next Next commit
words
  • Loading branch information
UncleGedd committed Jun 6, 2024
commit 09439ee3c22e56e920dd90eff55015aa41e51b18
2 changes: 1 addition & 1 deletion src/config/lang/lang.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
CmdBundleInspectFlagKey = "Path to a public key file that will be used to validate a signed bundle"
CmdPackageInspectFlagSBOM = "Create a tarball of SBOMs contained in the bundle"
CmdPackageInspectFlagExtractSBOM = "Create a folder of SBOMs contained in the bundle"
CmdBundleInspectFlagFindImages = "Find all images in the bundle"
CmdBundleInspectFlagFindImages = "Derive images from a uds-bundle.yaml file and list them"

// bundle remove
CmdBundleRemoveShort = "Remove a bundle that has been deployed already"
Expand Down