Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: add command to update aggregator configuration #1196

Closed
divergentdave opened this issue Jul 25, 2024 · 0 comments · Fixed by #1197
Closed

CLI: add command to update aggregator configuration #1196

divergentdave opened this issue Jul 25, 2024 · 0 comments · Fixed by #1197

Comments

@divergentdave
Copy link
Collaborator

I just ran curl -i -XPATCH -H "Authorization: Bearer $DIVVIUP_TOKEN" -H 'Content-Type: application/vnd.divviup+json;version=0.1' -H 'Accept: application/vnd.divviup+json;version=0.1' --data '{}' "https://api.staging.divviup.org/api/aggregators/$AGGREGATOR_ID" to update feature flags of our aggregators. We currently have CLI subcommands to rename an aggregator or rotate an aggregator's bearer token, which would both re-fetch aggregator configuration as a side-effect, but it would be nice to provide a dedicated update/refresh command that just fetched the config.

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 a pull request may close this issue.

1 participant