You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
As part of the work to implement the RFC for our revamped config handling (#80, #81), this task implement a few quality-of-life improvements for working with configuration. The steps should look something like:
* Add new config-related commands and options:
* `config-list`: get a listing of config bundles for a given cluster (e.g. what's in S3?)
* `config-pull`: pull a specified config bundle from S3 to the client
* `config-update --version`: a way to deploy a specific, historical version of the config to the cluster
* README update
Description
As part of the work to implement the RFC for our revamped config handling (#80, #81), this task implement a few quality-of-life improvements for working with configuration. The steps should look something like: