packages/config-yaml/src/README.md
This specification is a work in progress and subject to change.
config.yaml is loaded in the following steps
A "source" config.yaml is "unrolled" so that its packages all get merged into a single config.yaml. This is done by recursively loading all packages and merging them into the config.yaml.
This happens on the server, unless using local mode.
The unrolled config.yaml is then rendered on the client. This is done by replacing all user secret template variables with their values and replacing all other secrets with secret locations.
Make sure you are logged into the npm registry with npm login.
Then, bump the version in package.json and then run:
npm run build
npm publish --access public