-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(environments): Add missing docs
Follow up of #254
- Loading branch information
Showing
7 changed files
with
146 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## meroxa environments repair | ||
|
||
Repair environment | ||
|
||
### Synopsis | ||
|
||
Repair any environment that is in one of the following states: provisioning_error, deprovisioning_error, repairing_error. | ||
|
||
``` | ||
meroxa environments repair NAMEorUUID [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for repair | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](meroxa_environments.md) - Manage environments on Meroxa | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
createdAt: | ||
updatedAt: | ||
title: "meroxa environments repair" | ||
slug: meroxa-environments-repair | ||
url: /cli/cmd/meroxa-environments-repair/ | ||
--- | ||
## meroxa environments repair | ||
|
||
Repair environment | ||
|
||
### Synopsis | ||
|
||
Repair any environment that is in one of the following states: provisioning_error, deprovisioning_error, repairing_error. | ||
|
||
``` | ||
meroxa environments repair NAMEorUUID [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for repair | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--cli-config-file string meroxa configuration file | ||
--debug display any debugging information | ||
--json output json | ||
--timeout duration set the duration of the client timeout in seconds (default 10s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [meroxa environments](/cli/cmd/meroxa-environments/) - Manage environments on Meroxa | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.nh | ||
.TH "Meroxa" "1" "Feb 2022" "Meroxa CLI " "Meroxa Manual" | ||
|
||
.SH NAME | ||
.PP | ||
meroxa\-environments\-repair \- Repair environment | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBmeroxa environments repair NAMEorUUID [flags]\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
Repair any environment that is in one of the following states: provisioning\_error, deprovisioning\_error, repairing\_error. | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB\-h\fP, \fB\-\-help\fP[=false] | ||
help for repair | ||
|
||
|
||
.SH OPTIONS INHERITED FROM PARENT COMMANDS | ||
.PP | ||
\fB\-\-cli\-config\-file\fP="" | ||
meroxa configuration file | ||
|
||
.PP | ||
\fB\-\-debug\fP[=false] | ||
display any debugging information | ||
|
||
.PP | ||
\fB\-\-json\fP[=false] | ||
output json | ||
|
||
.PP | ||
\fB\-\-timeout\fP=10s | ||
set the duration of the client timeout in seconds | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBmeroxa\-environments(1)\fP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters