nfcompose icon indicating copy to clipboard operation
nfcompose copied to clipboard

Implement compose_cli utility commands that diff and push automatically

Open s4ke opened this issue 1 year ago • 0 comments

Currently the compose client cli is intended to be used as a component of bash scripts to handle the logic around diffing then pushing changes of dataseries for migrations.

While this works in existing deployments, this is hard for newcomers. We should create the same logic we currently have in private bash scripts also in the compose client in this repository.

  • [ ] migrate dataseries
  • [ ] migrate engines
  • [ ] migrate httpendpoints
  • [ ] migrate groups

s4ke avatar May 28 '23 14:05 s4ke