Sign inSign up

olblak/updatecli

By olblak

Updated over 5 years ago

"Automatically open a PR on your GitOps repository when a third service publishes an updates"

Image
0

10K+

olblak/updatecli repository overview

Updatecli

Go Report Card

Docker Pulls

Go Release Drafter

Updatecli is a tool used to apply file update strategies. Designed to be used from everywhere, each application "run" detects if a value needs to be updated using a custom strategy then apply changes according to the strategy.

You describe your update strategy in a file then you run updatecli to it.

Updatecli reads a yaml or a go template configuration file, then works into three stages

  1. Source: Based on a rule, updatecli fetches a value that will be injected in later stages.
  2. Conditions: Ensure that conditions are met based on the value retrieved during the source stage.
  3. Target: Update and publish the target files based on a value retrieved from the source stage.

Documentation - Contributing - Adopters - License

Tag summary

Content type

Image

Digest

Size

39.5 MB

Last updated

over 5 years ago

docker pull olblak/updatecli