Releases: WeareJH/wf2
v0.9.1
fix: updated to correct env file
The one where you wipe all docker data and start again if you're smart/lazy
tl;dr - just dump your local DB & restore docker factory settings - it will just be easier since we've changed how volumes/dirs work.
if you really want to do it manually, follow these steps, then run wf2 up
again from fresh
wf2 db-dump
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker volume rm $(docker volume ls -aq)
docker volume ls -q
Fixes
fix: use 'wf2' + recipe name + project name to create dir for files 7f3b03a
fix: prevent infinite loop when help is displayed a87e7ee
fix: -d
to run wf2 up
in the background - fixes #16 2b43d6d
fix: add pass-thru commands to help text Shane Osbourne 2019-06-11 22:54 cec32f4
Features
feat: Add M2Contrib recipe for contributing to Magento e7c5764
feat: Add --debug flag for xdebugging cli requests 125b58d (note this is subject to a name change when we can all agree on something)
0.8.2
v0.8.1-beta bug fix
fix: dont pass m
through to the subcommand ac97815
ONLY USE IF BRAVE
-
fixed:
pv
detected & used properly -
fixed: no need to escape arguments anymore with
wf2 m
commands eg:
wf2 m some:magento:command --with-flag
-
added: pass-thru support for more commands for
node
,dc
, &m
eg:
-wf2 node yarn install
-wf2 dc logs db
-wf2 m setup:static-content:deploy -f
-
added:
-d
forwf2 up
to put the process in detached modewf2 up -d
v0.7.2
release: 0.7.2
v0.7.1
chore: messed up version again
v0.7.0: Revert "fix: used a named default network"
0.6.0
v0.6.0
The one with the config file
v0.5 release: 0.5