> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# nsc github profile list

List all GitHub runner profiles.

`nsc github profile list` displays all runner profiles configured in the current workspace, including their tags, instance shapes, operating systems, and status information.

## Usage

```bash theme={null}
nsc github profile list [flags]
```

### Examples

**List all profiles:**

```bash theme={null}
nsc github profile list
```

**List profiles as JSON:**

```bash theme={null}
nsc github profile list -o json
```

## Flags

<h3 id="-o---output-string-optional">
  -o, --output string (optional)
</h3>

Output format. Default: `plain`.

Supported values: `plain`, `json`.

## Related Topics

* [nsc github profile](/docs/reference/cli/github-profile) - Manage GitHub runner profiles
* [nsc github profile create](/docs/reference/cli/github-profile-create) - Create a profile
* [nsc github profile describe](/docs/reference/cli/github-profile-describe) - Describe a profile in detail
