Skip to content

Commit

Permalink
Corrects DOCR list manifests example
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrian57 committed May 28, 2024
1 parent d5ed40c commit d648d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func Repository() *Command {
"List manifests for a repository in a container registry", listRepositoryManifests,
Writer, aliasOpt("lm"), displayerType(&displayers.RepositoryManifest{}),
)
cmdListRepositoryManifests.Example = `The following example lists manifests in a repository named ` + "`" + `example-repository` + "`" + ` in a registry named ` + "`" + `example-registry` + "`" + `. The command also uses the ` + "`" + `--format` + "`" + ` flag to return only the digest and update time for each manifest: doctl registry repository list-manifests example-registry/example-repository --format Digest,UpdatedAt`
cmdListRepositoryManifests.Example = `The following example lists manifests in a repository named ` + "`" + `example-repository` + "`" + `. The command also uses the ` + "`" + `--format` + "`" + ` flag to return only the digest and update time for each manifest: doctl registry repository list-manifests example-repository --format Digest,UpdatedAt`

deleteManifestDesc := "Permanently deletes one or more repository manifests by digest."
cmdRunRepositoryDeleteManifest := CmdBuilder(
Expand Down

0 comments on commit d648d48

Please sign in to comment.