Skip to content

Commit

Permalink
Merge pull request #4406 from opsmill/generate-docs-stable
Browse files Browse the repository at this point in the history
regenerate docs
  • Loading branch information
dgarros authored Sep 21, 2024
2 parents d348aad + 49ce4c4 commit 15e92ab
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 35 deletions.
14 changes: 7 additions & 7 deletions docs/docs/infrahubctl/infrahubctl-branch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ List, create, merge, rebase ..

**Usage**:

```shell
```console
$ infrahubctl branch [OPTIONS] COMMAND [ARGS]...
```

Expand All @@ -31,7 +31,7 @@ Create a new branch.

**Usage**:

```shell
```console
$ infrahubctl branch create [OPTIONS] BRANCH_NAME
```

Expand All @@ -52,7 +52,7 @@ Delete a branch.

**Usage**:

```shell
```console
$ infrahubctl branch delete [OPTIONS] BRANCH_NAME
```

Expand All @@ -71,7 +71,7 @@ List all existing branches.

**Usage**:

```shell
```console
$ infrahubctl branch list [OPTIONS]
```

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

**Usage**:

```shell
```console
$ infrahubctl branch merge [OPTIONS] BRANCH_NAME
```

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

**Usage**:

```shell
```console
$ infrahubctl branch rebase [OPTIONS] BRANCH_NAME
```

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

**Usage**:

```shell
```console
$ infrahubctl branch validate [OPTIONS] BRANCH_NAME
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-check.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Execute user-defined checks.

**Usage**:

```shell
```console
$ infrahubctl check [OPTIONS] [CHECK_NAME] [VARIABLES]...
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-dump.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Export nodes and their relationships out of the database.

**Usage**:

```shell
```console
$ infrahubctl dump [OPTIONS]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-generator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Run a generator script.

**Usage**:

```shell
```console
$ infrahubctl generator [OPTIONS] [GENERATOR_NAME] [VARIABLES]...
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-load.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import nodes and their relationships into the database.

**Usage**:

```shell
```console
$ infrahubctl load [OPTIONS]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-protocols.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Export Python protocols corresponding to a schema.

**Usage**:

```shell
```console
$ infrahubctl protocols [OPTIONS]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-render.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Render a local Jinja2 Transform for debugging purpose.

**Usage**:

```shell
```console
$ infrahubctl render [OPTIONS] [TRANSFORM_NAME] [VARIABLES]...
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/infrahubctl/infrahubctl-repository.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ List, create, delete ..

**Usage**:

```shell
```console
$ infrahubctl repository [OPTIONS] COMMAND [ARGS]...
```

Expand All @@ -26,7 +26,7 @@ Add a new repository.

**Usage**:

```shell
```console
$ infrahubctl repository add [OPTIONS] NAME LOCATION
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Execute a script.

**Usage**:

```shell
```console
$ infrahubctl run [OPTIONS] SCRIPT [VARIABLES]...
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/infrahubctl/infrahubctl-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Manage the schema in a remote Infrahub instance.

**Usage**:

```shell
```console
$ infrahubctl schema [OPTIONS] COMMAND [ARGS]...
```

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

**Usage**:

```shell
```console
$ infrahubctl schema check [OPTIONS] SCHEMAS...
```

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

**Usage**:

```shell
```console
$ infrahubctl schema load [OPTIONS] SCHEMAS...
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-transform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Render a local transform (TransformPython) for debugging purpose.

**Usage**:

```shell
```console
$ infrahubctl transform [OPTIONS] [TRANSFORM_NAME] [VARIABLES]...
```

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/infrahubctl/infrahubctl-validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helper to validate the format of various files.

**Usage**:

```shell
```console
$ infrahubctl validate [OPTIONS] COMMAND [ARGS]...
```

Expand All @@ -25,7 +25,7 @@ Validate the format of a GraphQL Query stored locally by executing it on a remot

**Usage**:

```shell
```console
$ infrahubctl validate graphql-query [OPTIONS] QUERY [VARIABLES]...
```

Expand All @@ -48,7 +48,7 @@ Validate the format of a schema file either in JSON or YAML

**Usage**:

```shell
```console
$ infrahubctl validate schema [OPTIONS] SCHEMA
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/infrahubctl/infrahubctl-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Display the version of Infrahub and the version of the Python SDK in use.

**Usage**:

```shell
```console
$ infrahubctl version [OPTIONS]
```

Expand Down
14 changes: 7 additions & 7 deletions docs/docs/reference/infrahub-cli/infrahub-db.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Manage the graph in the database.

**Usage**:

```shell
```console
$ infrahub db [OPTIONS] COMMAND [ARGS]...
```

Expand All @@ -29,7 +29,7 @@ Manage Database Constraints

**Usage**:

```shell
```console
$ infrahub db constraint [OPTIONS] [ACTION]:[show|add|drop] [CONFIG_FILE]
```

Expand All @@ -48,7 +48,7 @@ Manage Database Indexes

**Usage**:

```shell
```console
$ infrahub db index [OPTIONS] [ACTION]:[show|add|drop] [CONFIG_FILE]
```

Expand All @@ -67,7 +67,7 @@ Erase the content of the database and initialize it with the core schema.

**Usage**:

```shell
```console
$ infrahub db init [OPTIONS]
```

Expand All @@ -82,7 +82,7 @@ Load test data into the database from the `test_data` directory.

**Usage**:

```shell
```console
$ infrahub db load-test-data [OPTIONS]
```

Expand All @@ -98,7 +98,7 @@ Check the current format of the internal graph and apply the necessary migration

**Usage**:

```shell
```console
$ infrahub db migrate [OPTIONS] [CONFIG_FILE]
```

Expand All @@ -117,7 +117,7 @@ Check the current format of the internal graph and apply the necessary migration

**Usage**:

```shell
```console
$ infrahub db update-core-schema [OPTIONS] [CONFIG_FILE]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/reference/infrahub-cli/infrahub-git-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Control the Git Agent.

**Usage**:

```shell
```console
$ infrahub git-agent [OPTIONS] COMMAND [ARGS]...
```

Expand All @@ -24,7 +24,7 @@ Start Infrahub Git Agent.

**Usage**:

```shell
```console
$ infrahub git-agent start [OPTIONS] [PORT]
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/reference/infrahub-cli/infrahub-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Control the API Server.

**Usage**:

```shell
```console
$ infrahub server [OPTIONS] COMMAND [ARGS]...
```

Expand All @@ -24,7 +24,7 @@ Start Infrahub in Debug Mode with reload enabled.

**Usage**:

```shell
```console
$ infrahub server start [OPTIONS]
```

Expand Down

0 comments on commit 15e92ab

Please sign in to comment.