Releases: phase2/rig
Releases · phase2/rig
1.3.1
- Don't start NFS if not on Darwin
- Auto update generator (project create) and dashboard images
- Added flag to disable autoupdate of generator (project create) image
- Added doctor check for Docker env var configuration
- Added doctor check for
/data
and/Users
usage - Added configurable timeouts for sync start
- Added detection when sync start has finished initializing
1.3.0
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
andproject sync:stop
to support Unison based sync volumes for faster in container builds - Added
project create
that will run a generator image (defaults tooutrigger/generator
) to create default project scaffolding and configuration
- Added support for
Documentation:
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
- Renamed from
devtools
torig
. - Renamed
DEVTOOLS_NAMESERVERS
toRIG_NAMESERVER
- Renamed
.devtools-watch-ignore
file to.rig-watch-ignore
- Moved
--name
to a global option on rig and the env var to RIG_ACTIVE_MACHINE - Upgraded
doctor
to check API compatibility instead of just docker versions