DOCS: Deprecated get-certs command (#2595)

This commit is contained in:
Jeffrey Cafferata 2023-10-18 15:39:46 +02:00 committed by GitHub
parent 431d9cf7fb
commit 94f6a99309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ var _ = cmd(catUtils, func() *cli.Command {
var args GetCertsArgs
return &cli.Command{
Name: "get-certs",
Usage: "Issue certificates via Let's Encrypt",
Usage: "DEPRECATED: Issue certificates via Let's Encrypt",
Action: func(c *cli.Context) error {
return exit(GetCerts(args))
},