-
Notifications
You must be signed in to change notification settings - Fork 387
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
166 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,42 @@ | ||
--- | ||
id: ory-create-event-stream | ||
title: ory create event-stream | ||
description: ory create event-stream Create a new event stream | ||
--- | ||
|
||
<!-- | ||
This file is auto-generated. | ||
To improve this file please make your change against the appropriate "./cmd/*.go" file. | ||
--> | ||
## ory create event-stream | ||
|
||
Create a new event stream | ||
|
||
``` | ||
ory create event-stream [--project=PROJECT_ID] --type=sns --aws-iam-role-arn=arn:aws:iam::123456789012:role/MyRole --aws-sns-topic-arn=arn:aws:sns:us-east-1:123456789012:MyTopic [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--aws-iam-role-arn string The ARN of the AWS IAM role to assume when publishing messages to the SNS topic. | ||
--aws-sns-topic-arn string The ARN of the AWS SNS topic. | ||
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "default") | ||
-h, --help help for event-stream | ||
--project string The project to use, either project ID or a (partial) slug. | ||
-q, --quiet Be quiet with output printing. | ||
--type string The type of the event stream destination. Only "sns" is supported at the moment. | ||
``` | ||
|
||
### 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-event-stream | ||
title: ory delete event-stream | ||
description: ory delete event-stream Delete the event stream 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 event-stream | ||
|
||
Delete the event stream with the given ID | ||
|
||
``` | ||
ory delete event-stream id [--project=PROJECT_ID] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for event-stream | ||
--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, jsonpath and jsonpointer. (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-event-streams | ||
title: ory list event-streams | ||
description: ory list event-streams List your event streams | ||
--- | ||
|
||
<!-- | ||
This file is auto-generated. | ||
To improve this file please make your change against the appropriate "./cmd/*.go" file. | ||
--> | ||
## ory list event-streams | ||
|
||
List your event streams | ||
|
||
``` | ||
ory list event-streams [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "default") | ||
-h, --help help for event-streams | ||
--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,42 @@ | ||
--- | ||
id: ory-update-event-stream | ||
title: ory update event-stream | ||
description: ory update event-stream Update the event stream 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 event-stream | ||
|
||
Update the event stream with the given ID | ||
|
||
``` | ||
ory update event-stream id [--project=PROJECT_ID] [--type=sns] [--aws-iam-role-arn=arn:aws:iam::123456789012:role/MyRole] [--aws-sns-topic-arn=arn:aws:sns:us-east-1:123456789012:MyTopic] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--aws-iam-role-arn string The ARN of the AWS IAM role to assume when publishing messages to the SNS topic. | ||
--aws-sns-topic-arn string The ARN of the AWS SNS topic. | ||
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "default") | ||
-h, --help help for event-stream | ||
--project string The project to use, either project ID or a (partial) slug. | ||
-q, --quiet Be quiet with output printing. | ||
--type string The type of the event stream destination. Only "sns" is supported at the moment. | ||
``` | ||
|
||
### 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