-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f15041
commit f49e1f3
Showing
114 changed files
with
34,800 additions
and
421 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Proposal [Number]: [Proposal Name] | ||
|
||
* Proposal: [Preview Link]() | ||
* Has Proof of Concept: (Yes/No) | ||
- Proposal: [Preview Link]() | ||
- Has Proof of Concept: (Yes/No) |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# disable line-length | ||
MD013: false | ||
MD033: false |
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
specs | ||
|
||
*.go |
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
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,23 @@ | ||
## guance iac import console | ||
|
||
Import Guance Cloud Console resources | ||
|
||
``` | ||
guance iac import console [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --file string File path to import. | ||
-h, --help help for console | ||
-o, --out string Output file path. | ||
-r, --resource string Source type, supports dashboard, monitor now. | ||
-t, --target string Target type, supports terraform-module now. | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
- [guance iac import](guance_iac_import.md) - Import external resource as Guance Cloud IaC resource | ||
|
||
###### Auto generated by spf13/cobra on 6-Jun-2023 |
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,22 @@ | ||
## guance iac import grafana | ||
|
||
(Alpha) Import grafana resources | ||
|
||
``` | ||
guance iac import grafana [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --file string File path to import. | ||
-h, --help help for grafana | ||
-o, --out string Output file path. | ||
-t, --target string Target type, supports terraform-module now. | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
- [guance iac import](guance_iac_import.md) - Import external resource as Guance Cloud IaC resource | ||
|
||
###### Auto generated by spf13/cobra on 6-Jun-2023 |
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,48 @@ | ||
.nh | ||
.TH "GUANCE-IAC-IMPORT-CONSOLE" "1" "Jun 2023" "Auto generated by spf13/cobra" "" | ||
|
||
.SH NAME | ||
.PP | ||
guance-iac-import-console - Import Guance Cloud Console resources | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBguance iac import console [flags]\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
Import Guance Cloud Console resources | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB-f\fP, \fB--file\fP="" | ||
File path to import. | ||
|
||
.PP | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for console | ||
|
||
.PP | ||
\fB-o\fP, \fB--out\fP="" | ||
Output file path. | ||
|
||
.PP | ||
\fB-r\fP, \fB--resource\fP="" | ||
Source type, supports dashboard, monitor now. | ||
|
||
.PP | ||
\fB-t\fP, \fB--target\fP="" | ||
Target type, supports terraform-module now. | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBguance-iac-import(1)\fP | ||
|
||
|
||
.SH HISTORY | ||
.PP | ||
6-Jun-2023 Auto generated by spf13/cobra |
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,44 @@ | ||
.nh | ||
.TH "GUANCE-IAC-IMPORT-GRAFANA" "1" "Jun 2023" "Auto generated by spf13/cobra" "" | ||
|
||
.SH NAME | ||
.PP | ||
guance-iac-import-grafana - (Alpha) Import grafana resources | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBguance iac import grafana [flags]\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
(Alpha) Import grafana resources | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB-f\fP, \fB--file\fP="" | ||
File path to import. | ||
|
||
.PP | ||
\fB-h\fP, \fB--help\fP[=false] | ||
help for grafana | ||
|
||
.PP | ||
\fB-o\fP, \fB--out\fP="" | ||
Output file path. | ||
|
||
.PP | ||
\fB-t\fP, \fB--target\fP="" | ||
Target type, supports terraform-module now. | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBguance-iac-import(1)\fP | ||
|
||
|
||
.SH HISTORY | ||
.PP | ||
6-Jun-2023 Auto generated by spf13/cobra |
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
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
Oops, something went wrong.