Show project details

## Usage

`circleci project get [flags]`

## Flags

| Flag               | Description                                             |
| ------------------ | ------------------------------------------------------- |
| `--json`           | Output as JSON                                          |
| `--project string` | Project slug (e.g. gh/org/repo); defaults to git remote |

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Examples

- Show details for the current git repository's project: 
  `circleci project get`
- Show details for a specific project: 
  `circleci project get --project gh/myorg/myrepo`
- Output as JSON for scripting: 
  `circleci project get --json`

## Details

Display detailed information about a CircleCI project, including
its UUID, organization ID, and VCS configuration.

JSON fields: id, slug, name, organization_name, organization_slug, organization_id, vcs_provider, vcs_default_branch, vcs_url

