Skip to content

feat: add project id to list command#783

Merged
rektdeckard merged 1 commit into
livekit:mainfrom
inickt:project-list-id
Mar 9, 2026
Merged

feat: add project id to list command#783
rektdeckard merged 1 commit into
livekit:mainfrom
inickt:project-list-id

Conversation

@inickt

@inickt inickt commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

Project ID is outputted when using --json, but wasn't in the table for normal usage

before:

❯ lk project list
┌───────────────┬─────────────────────────────────────────────────┬─────────────────┐
│ Name          │ URL                                             │ API Key         │
├───────────────┼─────────────────────────────────────────────────┼─────────────────┤
│ * local       │ wss://*******-local-*******.livekit.cloud       │ API************ │
│   production  │ wss://*******-production-*******.livekit.cloud  │ API************ │
│   staging     │ wss://*******-staging-*******.livekit.cloud     │ API************ │
│   development │ wss://*******-development-*******.livekit.cloud │ API************ │
└───────────────┴─────────────────────────────────────────────────┴─────────────────┘

after:

❯ go run ./cmd/lk project list
┌───────────────┬───────────────┬─────────────────────────────────────────────────┬─────────────────┐
│ Name          │ Project ID    │ URL                                             │ API Key         │
├───────────────┼───────────────┼─────────────────────────────────────────────────┼─────────────────┤
│ * local       │ p_*********** │ wss://*******-local-*******.livekit.cloud       │ API************ │
│   production  │ p_*********** │ wss://*******-production-*******.livekit.cloud  │ API************ │
│   staging     │ p_*********** │ wss://*******-staging-*******.livekit.cloud     │ API************ │
│   development │ p_*********** │ wss://*******-development-*******.livekit.cloud │ API************ │
└───────────────┴───────────────┴─────────────────────────────────────────────────┴─────────────────┘

@rektdeckard rektdeckard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@rektdeckard rektdeckard merged commit 6868915 into livekit:main Mar 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants