Skip to content

1.3.0

Compare
Choose a tag to compare
@febbraro febbraro released this 06 Jun 20:33
· 152 commits to develop since this release

Highlight: Introduced the rig project set of commands/sub-commands.

  • BaseCommand.Commands() function now returns an array of cli.Command structs instead of a single struct
  • Added support for project based commands
    • Added support for .outrigger.yml file in project folders to support custom configuration and scripts
    • Added project run:[script] command to run commands defined in project config files
    • Added project sync:start and project sync:stop to support Unison based sync volumes for faster in container builds
    • Added project create that will run a generator image (defaults to outrigger/generator) to create default project scaffolding and configuration

Documentation: