Skip to content

Commit

Permalink
WIP: empty zarf opts
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jun 6, 2024
1 parent c04cc55 commit 4af54fe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/pkg/bundle/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ func (b *Bundle) Inspect() error {
// show the bundle's metadata
zarfUtils.ColorPrintYAML(b.bundle, nil, false)

// TODO: showing package metadata?
// TODO: could be cool to have an interactive mode that lets you select a package and show its metadata
return nil
}

Expand All @@ -104,10 +102,8 @@ func (b *Bundle) extractImagesFromPackages() ([]string, error) {
}

source := zarfSources.OCISource{
ZarfPackageOptions: &zarfTypes.ZarfPackageOptions{
PublicKeyPath: "",
},
Remote: remote,
ZarfPackageOptions: &zarfTypes.ZarfPackageOptions{},
Remote: remote,
}

tmpDir, err := zarfUtils.MakeTempDir(config.CommonOptions.TempDirectory)
Expand Down

0 comments on commit 4af54fe

Please sign in to comment.