server: implement healthcheck
This commit is contained in:
committed by
nitnelave
parent
01d4b6e1fc
commit
3aaf53442b
@@ -20,6 +20,9 @@ pub enum Command {
|
||||
/// Run the LDAP and GraphQL server.
|
||||
#[clap(name = "run")]
|
||||
Run(RunOpts),
|
||||
/// Test whether the LDAP and GraphQL server are responsive.
|
||||
#[clap(name = "healthcheck")]
|
||||
HealthCheck(RunOpts),
|
||||
/// Send a test email.
|
||||
#[clap(name = "send_test_email")]
|
||||
SendTestEmail(TestEmailOpts),
|
||||
|
||||
Reference in New Issue
Block a user