Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Nov 4, 2024
1 parent db416de commit 78fc1ec
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cli/ory-create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ ory create project [flags]
### Options

```
--create-workspace string Create a new workspace with the given name and use it for the project
-e, --environment environment The environment of the project. Valid values are: prod, stage, dev (default dev)
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "default")
-h, --help help for project
-n, --name string The name of the project, required when quiet mode is used
-q, --quiet Be quiet with output printing.
--use-project Set the created project as the default.
--use-project Set the created project as the default
--workspace string The workspace to use, either workspace ID or a (partial) name.
```

Expand Down
38 changes: 38 additions & 0 deletions docs/cli/ory-get-workspace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
id: ory-get-workspace
title: ory get workspace
description: ory get workspace Get an Ory Network workspaces
---

<!--
This file is auto-generated.
To improve this file please make your change against the appropriate "./cmd/*.go" file.
-->
## ory get workspace

Get an Ory Network workspaces

```
ory get workspace <id> [flags]
```

### Options

```
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "default")
-h, --help help for workspace
-q, --quiet Be quiet with output printing.
```

### Options inherited from parent commands

```
-c, --config string Path to the Ory Network configuration file.
-y, --yes Confirm all dialogs with yes.
```

### SEE ALSO

* [ory get](ory-get) - Get a resource

1 change: 1 addition & 0 deletions docs/cli/ory-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Get a resource
* [ory get oauth2-config](ory-get-oauth2-config) - Get Ory OAuth2 & OpenID Connect configuration.
* [ory get permission-config](ory-get-permission-config) - Get Ory Permissions configuration.
* [ory get project](ory-get-project) - Get the complete configuration of an Ory Network project.
* [ory get workspace](ory-get-workspace) - Get an Ory Network workspaces

0 comments on commit 78fc1ec

Please sign in to comment.