blurstudio / hab

A application environment and launcher
GNU Lesser General Public License v3.0
25 stars 3 forks source link

Add ability to dump a freeze of all URI's #104

Closed MHendricks closed 2 months ago

MHendricks commented 2 months ago

Combines all non-placeholder URI's into a single json document and display. This can be used to compare changes to configs when editing them in bulk.

Checklist

Types of Changes

Proposed Changes

Adds the api and cli to support hab dump --type all-uris. This generates a hab freeze for every non-placeholder defined URI and writes it as a json document. This lets you compare config changes for example if you want to make most of your configs inherit from the default configs you can check what changes that will make.