1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Warn that get-certs will be removed without notice (#2902)

This commit is contained in:
Tom Limoncelli
2024-04-02 16:16:39 -04:00
committed by GitHub
parent 68a00bbc2b
commit 4f23b2aff5
4 changed files with 9 additions and 4 deletions

View File

@ -24,6 +24,8 @@ var _ = cmd(catUtils, func() *cli.Command {
return exit(GetCerts(args))
},
Flags: args.flags(),
Hidden: true,
}
}())