Skip to content

Commit

Permalink
updating example output for crane ls
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Jun 22, 2023
1 parent 5a36a8f commit a274b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/tools/crane.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ func zarfCraneCatalog(cranePlatformOptions *[]crane.Option) *cobra.Command {
func zarfCraneList(cranePlatformOptions *[]crane.Option) *cobra.Command {
craneList := craneCmd.NewCmdList(cranePlatformOptions)

eg := ` # list the repos internal to Zarf
eg := ` # list the tags for a repo internal to Zarf
$ zarf tools registry ls internal/stefanprodan/podinfo
# list the repos for reg.example.com
# list the tags for a repo hosted at reg.example.com
$ zarf tools registry ls reg.example.com/stefanprodan/podinfo`

craneList.Example = eg
Expand Down

0 comments on commit a274b90

Please sign in to comment.