File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ ory get identity [id-1] [id-2] [id-n] [flags]
2626### Examples
2727
2828```
29- To get the identities with the recovery email address at the domain "ory.com ", run:
29+ To get the identities with the recovery email address at the domain "ory.sh ", run:
3030
31- ory get identity $(ory ls identities --format json | jq -r 'map(select(.recovery_addresses[].value | endswith("@ory.com "))) | .[].id')
31+ ory get identity $(ory ls identities --format json | jq -r 'map(select(.recovery_addresses[].value | endswith("@ory.sh "))) | .[].id')
3232```
3333
3434### Options
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ specified in the patch will be overwritten. To replace the config use the `updat
2020
2121The format of the patch is a JSON-Patch document. For more details please check:
2222
23- https://www.ory.com /docs/reference/api#operation/patchProject
23+ https://www.ory.sh /docs/reference/api#operation/patchProject
2424 https://jsonpatch.com
2525
2626```
You can’t perform that action at this time.
0 commit comments