-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Showing
3 changed files
with
41 additions
and
1 deletion.
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
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,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 | ||
|
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