livekit / livekit-cli

Command line interface to LiveKit
https://docs.livekit.io
Other
185 stars 59 forks source link

feat(cli): restructure subcommands #343

Closed rektdeckard closed 6 hours ago

rektdeckard commented 2 weeks ago

Do not merge before https://github.com/livekit/web/pull/238

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

rektdeckard commented 2 days ago

@dennwc @davidzhao Ready for final review, I think. Couple things to note:

The Linux install script and the brew formula both rely on GitHub release artifacts, so they will come in a separate PR here and against homebrew, respectively, after this is merged and released.

Since our only means of distribution for Windows is pre-built binaries, I haven't done anything besides change the name of the binary we build. Those users will probably figure it out for themselves when they upgrade (though we might want to consider packaging for choco and/or winget).

And of course, all of this should line up with https://github.com/livekit/web/pull/238