replicatedhq / replicated

A CLI to create, edit and promote releases in Replicated
https://vendor.replicated.com
MIT License
34 stars 23 forks source link

Faster app lookup without channel data #388

Closed divolgin closed 4 months ago

divolgin commented 4 months ago

During bootstrapping any command, CLI looks up application by listing all apps. This can be slow for apps with a lot of channels and release. This change uses a query parameter currently supported by the API to not load unused channels data.

replicated app ls --output json still returns data will all channels.