# baserock-schema
Definitions schema for baserock system definitions.
You can build with
stack build
You can test with
stack test
You can test the in-place application by running
stack install
which will install the baserock executable. You may then sit in a definitions repository and run
baserock sanitize <path/to/system.morph>
You can set all the refs in a given stratum by runnings
baserock set-all-refs <ref> <path/to/stratum.morph>
For gitlab-only strata you can bump the shas to the latest head of that ref by doing
baserock bump-shas <path/to/stratum.morph>