nsc integrations tailscale list

List named Tailscale integration specs.

nsc integrations tailscale list prints the named Tailscale integration specs configured for your workspace. Each spec bundles a Tailscale OAuth client ID and a set of tags that Namespace workloads advertise when they join your tailnet, and is created with nsc integrations tailscale set.

Use this command to check which specs already exist in your workspace before referencing one by name from a Devbox config, a GitHub Actions runner profile, or another nsc integrations tailscale command.

Usage

nsc integrations tailscale list [--output <format>]

Example

$ nsc integrations tailscale list
NAME    OAUTH CLIENT ID    TAGS
corp    abc123def456       tag:namespace,tag:ci

Options

--output, -o <format>

Output format. One of plain or json. Default is plain.