Releases: twhiston/dm
1.0.0-beta4
Change DM to the GNU GPLv3 licence so that DM will always be both 'free as in freedom' and 'free as in beer'
1.0.0-beta3
Move lock file to /tmp folder and expose viper config key lock_path to override
1.0.0-beta2
Stack Commands
Added dm stack add
and dm stack rm
commands to help manage dm's (or other) docker-compose files. Can add new services from directly from the cli or merge from other docker-compose files (also useful when dm updates change the stack and you need to restore your custom containers). See dm stack add --help
for more
1.0.0-beta1
Fix issues with custom folders for data and share locations.
See README.md for how this fixes problems with the default configuration and SIP, and how to migrate your current settings
dm clean stack
Added command to delete all dm.yml stack containers
dm hosts
host is now command argument and not option. --host option is removed
0.2.1-beta2
update git library so it can be compiled
0.2.1-beta1
cleanup of output
added stack upgrade functionality to cobra init
moved blackfire recommendations to check command
added clean root command so other commands can attach cleanup routines as sub-commands
added nfs clean command to make blank /etc/exports file
Blackfire, Env Var
Added blackfire support and added blackfire container to stack (thanks @igoooor)
Added Env Var add and remove commands