github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/prow/cmd/config-bootstrapper/README.md (about)

     1  # `config-bootstrapper`
     2  
     3  `config-bootstrapper` is used to bootstrap a configuration that would be incrementally updated by the
     4  config-updater Prow plugin.
     5  
     6  When a set of configurations do not exist (for example, on a clean redeployment or in a disaster
     7  recovery situation), the config-updater plugin is not useful as it can only upload incremental
     8  updates. This tool is meant to be used in those situations to set up the config to the correct
     9  base state and hand off ownership to the plugin for updates.