From d648d48ab6bbc01edf55a13d9d0c9d9c29176422 Mon Sep 17 00:00:00 2001 From: dbrian57 Date: Tue, 28 May 2024 11:51:46 -0400 Subject: [PATCH] Corrects DOCR list manifests example --- commands/registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/registry.go b/commands/registry.go index 1ee6a98f0..9503e872a 100644 --- a/commands/registry.go +++ b/commands/registry.go @@ -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(