-
Notifications
You must be signed in to change notification settings - Fork 390
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
8 changed files
with
163 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
id: ory-create-organization | ||
title: ory create organization | ||
description: ory create organization Create a new Ory Network organization | ||
--- | ||
|
||
<!-- | ||
This file is auto-generated. | ||
To improve this file please make your change against the appropriate "./cmd/*.go" file. | ||
--> | ||
## ory create organization | ||
|
||
Create a new Ory Network organization | ||
|
||
``` | ||
ory create organization label [--project=PROJECT_ID] [--domains=a.example.com,b.example.com] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-d, --domains strings A list of domains that will be used for this organization. | ||
--format string Set the output format. One of table, json, yaml, json-pretty, and jsonpath. (default "default") | ||
-h, --help help for organization | ||
--project string The project to use, either project ID or a (partial) slug. | ||
-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 create](ory-create) - Create Ory Network resources | ||
|
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,39 @@ | ||
--- | ||
id: ory-delete-organization | ||
title: ory delete organization | ||
description: ory delete organization Delete the organization with the given ID | ||
--- | ||
|
||
<!-- | ||
This file is auto-generated. | ||
To improve this file please make your change against the appropriate "./cmd/*.go" file. | ||
--> | ||
## ory delete organization | ||
|
||
Delete the organization with the given ID | ||
|
||
``` | ||
ory delete organization id [--project=PROJECT_ID] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for organization | ||
--project string The project to use, either project ID or a (partial) slug. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-c, --config string Path to the Ory Network configuration file. | ||
--format string Set the output format. One of default, json, yaml, json-pretty and jsonpath. (default "default") | ||
-q, --quiet Be quiet with output printing. | ||
-y, --yes Confirm all dialogs with yes. | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ory delete](ory-delete) - Delete resources | ||
|
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,39 @@ | ||
--- | ||
id: ory-list-organizations | ||
title: ory list organizations | ||
description: ory list organizations List your Ory Network organizations | ||
--- | ||
|
||
<!-- | ||
This file is auto-generated. | ||
To improve this file please make your change against the appropriate "./cmd/*.go" file. | ||
--> | ||
## ory list organizations | ||
|
||
List your Ory Network organizations | ||
|
||
``` | ||
ory list organizations [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--format string Set the output format. One of table, json, yaml, json-pretty, and jsonpath. (default "default") | ||
-h, --help help for organizations | ||
--project string The project to use, either project ID or a (partial) slug. | ||
-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 list](ory-list) - List resources | ||
|
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,41 @@ | ||
--- | ||
id: ory-update-organization | ||
title: ory update organization | ||
description: ory update organization Update the organization with the given ID | ||
--- | ||
|
||
<!-- | ||
This file is auto-generated. | ||
To improve this file please make your change against the appropriate "./cmd/*.go" file. | ||
--> | ||
## ory update organization | ||
|
||
Update the organization with the given ID | ||
|
||
``` | ||
ory update organization id [--project=PROJECT_ID] [--domains=a.example.com,b.example.com] [--label=LABEL] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-d, --domains strings A list of domains that will be used for this organization. | ||
--format string Set the output format. One of table, json, yaml, json-pretty, and jsonpath. (default "default") | ||
-h, --help help for organization | ||
-l, --label string The label of the organization. | ||
--project string The project to use, either project ID or a (partial) slug. | ||
-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 update](ory-update) - Update resources | ||
|
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