Cog 0.14.0
Pre-release
Pre-release
Enhancements
- New Template Engine #876
- Added a
-dev
flag to Relay's CLI #950- We've added a development mode to Relay to simplify bundle development. Starting a Relay with
-dev
causes Relay to
re-pull any Docker images associated with installed command bundles on each pipeline execution. This should simplify
iterating command development.
- We've added a development mode to Relay to simplify bundle development. Starting a Relay with
- Improved presentation of bundle and command help #658
- Introduced new bundle config version 4 which adds documentation structure
used by help command and reorganized template definitions. Also bundle
descriptions are now required. spanner #76