Skip to content

Commit 15e92ab

Browse files
authored
Merge pull request #4406 from opsmill/generate-docs-stable
regenerate docs
2 parents d348aad + 49ce4c4 commit 15e92ab

16 files changed

+35
-35
lines changed

docs/docs/infrahubctl/infrahubctl-branch.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ List, create, merge, rebase ..
66

77
**Usage**:
88

9-
```shell
9+
```console
1010
$ infrahubctl branch [OPTIONS] COMMAND [ARGS]...
1111
```
1212

@@ -31,7 +31,7 @@ Create a new branch.
3131

3232
**Usage**:
3333

34-
```shell
34+
```console
3535
$ infrahubctl branch create [OPTIONS] BRANCH_NAME
3636
```
3737

@@ -52,7 +52,7 @@ Delete a branch.
5252

5353
**Usage**:
5454

55-
```shell
55+
```console
5656
$ infrahubctl branch delete [OPTIONS] BRANCH_NAME
5757
```
5858

@@ -71,7 +71,7 @@ List all existing branches.
7171

7272
**Usage**:
7373

74-
```shell
74+
```console
7575
$ infrahubctl branch list [OPTIONS]
7676
```
7777

@@ -86,7 +86,7 @@ Merge a Branch with main.
8686

8787
**Usage**:
8888

89-
```shell
89+
```console
9090
$ infrahubctl branch merge [OPTIONS] BRANCH_NAME
9191
```
9292

@@ -105,7 +105,7 @@ Rebase a Branch with main.
105105

106106
**Usage**:
107107

108-
```shell
108+
```console
109109
$ infrahubctl branch rebase [OPTIONS] BRANCH_NAME
110110
```
111111

@@ -124,7 +124,7 @@ Validate if a branch has some conflict and is passing all the tests (NOT IMPLEME
124124

125125
**Usage**:
126126

127-
```shell
127+
```console
128128
$ infrahubctl branch validate [OPTIONS] BRANCH_NAME
129129
```
130130

docs/docs/infrahubctl/infrahubctl-check.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Execute user-defined checks.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl check [OPTIONS] [CHECK_NAME] [VARIABLES]...
99
```
1010

docs/docs/infrahubctl/infrahubctl-dump.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Export nodes and their relationships out of the database.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl dump [OPTIONS]
99
```
1010

docs/docs/infrahubctl/infrahubctl-generator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Run a generator script.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl generator [OPTIONS] [GENERATOR_NAME] [VARIABLES]...
99
```
1010

docs/docs/infrahubctl/infrahubctl-load.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Import nodes and their relationships into the database.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl load [OPTIONS]
99
```
1010

docs/docs/infrahubctl/infrahubctl-protocols.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Export Python protocols corresponding to a schema.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl protocols [OPTIONS]
99
```
1010

docs/docs/infrahubctl/infrahubctl-render.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Render a local Jinja2 Transform for debugging purpose.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl render [OPTIONS] [TRANSFORM_NAME] [VARIABLES]...
99
```
1010

docs/docs/infrahubctl/infrahubctl-repository.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ List, create, delete ..
66

77
**Usage**:
88

9-
```shell
9+
```console
1010
$ infrahubctl repository [OPTIONS] COMMAND [ARGS]...
1111
```
1212

@@ -26,7 +26,7 @@ Add a new repository.
2626

2727
**Usage**:
2828

29-
```shell
29+
```console
3030
$ infrahubctl repository add [OPTIONS] NAME LOCATION
3131
```
3232

docs/docs/infrahubctl/infrahubctl-run.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Execute a script.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl run [OPTIONS] SCRIPT [VARIABLES]...
99
```
1010

docs/docs/infrahubctl/infrahubctl-schema.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Manage the schema in a remote Infrahub instance.
44

55
**Usage**:
66

7-
```shell
7+
```console
88
$ infrahubctl schema [OPTIONS] COMMAND [ARGS]...
99
```
1010

@@ -25,7 +25,7 @@ Check if schema files are valid and what would be the impact of loading them wit
2525

2626
**Usage**:
2727

28-
```shell
28+
```console
2929
$ infrahubctl schema check [OPTIONS] SCHEMAS...
3030
```
3131

@@ -46,7 +46,7 @@ Load one or multiple schema files into Infrahub.
4646

4747
**Usage**:
4848

49-
```shell
49+
```console
5050
$ infrahubctl schema load [OPTIONS] SCHEMAS...
5151
```
5252

0 commit comments

Comments
 (0)