This commit is contained in:
Florian Dold 2023-10-10 00:09:44 +02:00
parent 1e10586322
commit 57f8cd3853
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -487,7 +487,7 @@ deploymentCli
});
deploymentCli
.subcommand("waitEndpoint", "wait-service", {
.subcommand("waitEndpoint", "wait-endpoint", {
help: "Wait for an endpoint to return an HTTP 200 Ok status with JSON body",
})
.requiredArgument("serviceEndpoint", clk.STRING)