Software / code / prosody
Comparison
prosodyctl @ 11692:d1e7f5b2f524
prosodyctl: Add cert to command listing
This hides a whole bunch of subcommands tho, maybe those should be
explicitly listed?
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 15 Jul 2021 00:37:47 +0200 |
| parent | 11691:a6c18f434d7b |
| child | 11693:7c03b1f4c388 |
comparison
equal
deleted
inserted
replaced
| 11691:a6c18f434d7b | 11692:d1e7f5b2f524 |
|---|---|
| 662 "start"; "stop"; "restart"; "reload"; "status"; | 662 "start"; "stop"; "restart"; "reload"; "status"; |
| 663 "shell", | 663 "shell", |
| 664 "Informative:", | 664 "Informative:", |
| 665 "about", | 665 "about", |
| 666 "check", | 666 "check", |
| 667 "Other:", | |
| 668 "cert", | |
| 667 }; | 669 }; |
| 668 -- These live in util.prosodyctl.$command so we have their short help here. | 670 -- These live in util.prosodyctl.$command so we have their short help here. |
| 669 local external_commands = { | 671 local external_commands = { |
| 670 cert = "Manage certificates", | 672 cert = "Certificate management commands", |
| 671 check = "Perform basic checks on your Prosody installation", | 673 check = "Perform basic checks on your Prosody installation", |
| 672 shell = "Interact with a running Prosody", | 674 shell = "Interact with a running Prosody", |
| 673 } | 675 } |
| 674 | 676 |
| 675 local done = {}; | 677 local done = {}; |