Skip to content

Commit

Permalink
Update commands/certificates.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Feb 29, 2024
1 parent b91767e commit 5cb0062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/certificates.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To upload a custom certificate, you need to provide a certificate name, the path
aliasOpt("ls"), displayerType(&displayers.Certificate{}))
cmdCertificateList.Example = `The following example retrieves a list of all certificates associated with your account and uses the ` + "`" + `--format` + "`" + ` flag return only the IDs, names, and the domains associated with each ticket: doctl compute certificate list --format ID,Name,DNSNames`
AddStringFlag(cmdCertificateList, doctl.ArgCertificateName, "", "",
"name of the certificate to be listed")
"Filter certificates by the specified name")

cmdCertificateDelete := CmdBuilder(cmd, RunCertificateDelete, "delete <id>",
"Delete the specified certificate", `Deletes the specified certificate.
Expand Down

0 comments on commit 5cb0062

Please sign in to comment.