Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 23, 2021
1 parent 1a03c07 commit 83f8ebd
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 52 deletions.
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Manage OAuth 2.0 Clients

### Synopsis

Manage OAuth 2.0 Clients

### Options

```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-keys-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Create a new JSON Web Key Set

### Synopsis

Create a new JSON Web Key Set

```
hydra keys create <set> <key> [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-keys-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Delete a new JSON Web Key Set

### Synopsis

Delete a new JSON Web Key Set

```
hydra keys delete <set> [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-keys-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Get a new JSON Web Key Set

### Synopsis

Get a new JSON Web Key Set

```
hydra keys get <set> [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Manage JSON Web Keys

### Synopsis

Manage JSON Web Keys

### Options

```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Various migration helpers

### Synopsis

Various migration helpers

### Options

```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-token-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Deletes access tokens of a client

### Synopsis

Deletes access tokens of a client

```
hydra token delete [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-token-flush.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Removes inactive access tokens from the database

### Synopsis

Removes inactive access tokens from the database

```
hydra token flush [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-token-introspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Introspect an access or refresh token

### Synopsis

Introspect an access or refresh token

```
hydra token introspect <token> [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-token-revoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Revoke an access or refresh token

### Synopsis

Revoke an access or refresh token

```
hydra token revoke <token> [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Issue and Manage OAuth2 tokens

### Synopsis

Issue and Manage OAuth2 tokens

### Options

```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Display this binary's version, build time and git hash of this build

### Synopsis

Display this binary's version, build time and git hash of this build

```
hydra version [flags]
```
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/cli/hydra.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To improve this file please make your change against the appropriate "./cmd/*.go

Run and manage ORY Hydra

### Synopsis

Run and manage ORY Hydra

### Options

```
Expand Down
29 changes: 29 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,35 @@
"cli/hydra-token-revoke",
"cli/hydra-token-user",
"cli/hydra-version"
],
"Command Line Interface (CLI)": [
"cli/hydra",
"cli/hydra-clients",
"cli/hydra-clients-create",
"cli/hydra-clients-delete",
"cli/hydra-clients-get",
"cli/hydra-clients-import",
"cli/hydra-clients-list",
"cli/hydra-clients-update",
"cli/hydra-keys",
"cli/hydra-keys-create",
"cli/hydra-keys-delete",
"cli/hydra-keys-get",
"cli/hydra-keys-import",
"cli/hydra-migrate",
"cli/hydra-migrate-sql",
"cli/hydra-serve",
"cli/hydra-serve-admin",
"cli/hydra-serve-all",
"cli/hydra-serve-public",
"cli/hydra-token",
"cli/hydra-token-client",
"cli/hydra-token-delete",
"cli/hydra-token-flush",
"cli/hydra-token-introspect",
"cli/hydra-token-revoke",
"cli/hydra-token-user",
"cli/hydra-version"
]
}
],
Expand Down

0 comments on commit 83f8ebd

Please sign in to comment.