ory get project
ory get project
Get an Ory Cloud project
ory get project id [flags]
Examples
$ ory get project ecaaa3cb-0730-4ee8-a6df-9553cdfeef89
ID      ecaaa3cb-0730-4ee8-a6df-9553cdfeef89
SLUG    good-wright-t7kzy3vugf
STATE   running
NAME    Example Project
$ ory get project ecaaa3cb-0730-4ee8-a6df-9553cdfeef89 --format json
{
  "name": "Example Project",
  "identity": {
    "services": {
      "config": {
        "courier": {
          "smtp": {
            "from_name": "..."
          }
          // ...
        }
      }
    }
  }
}
Options
      --format string   Set the output format. One of table, json, yaml, and json-pretty. (default "default")
  -h, --help            help for project
Options inherited from parent commands
  -c, --config string   Path to the Ory Cloud configuration file.
  -q, --quiet           Be quiet with output printing.
  -y, --yes             Confirm all dialogues with yes.
SEE ALSO
- ory get - Get a resource