Releases: stellarwp/slic
Releases · stellarwp/slic
0.5.22
0.5.21
0.5.20
0.5.19
0.5.18
Changed
- Fix an issue where the
USING_CONTAINERS
environment variable would be duplicated in environment files set up by
tric
init command. - Fix an issue where a negative answer to build targets with sub-directories, e.g. TEC and ET, would result in the
target being built anyway.
0.5.17
Changed
- Fix the XDebug version and
wordpress
serviceDockerfile
to keep using version2
and not update to version3
on a rebuild (e.g. one triggered bytric update
ortric build-stack
commands). - Add the
tric ssh
command to allow opening a shell in a running stack service; differently from theshell
command, thessh
command will not start the service if it's not already running.
0.5.16
Changed
- Add support for the
TRIC_HOST
environment variable. This will override the default host machine IP address lookuptric
would perform on Linux or the hard-wiredhost.docker.internal
hostnametric
would use on Windows and Mac host to set the defaultxdebug.remote_host
value. - Default to the host machine IP address to set
xdebug.remote_host
only if the host has not been set by means of a call totric xdebug host <host>
or by setting theXDH
environment variable explicitly. - Fix an issue that would reset run settings stored in the
.env.tric.run
file when using thetric xdebug <key> <value>
command. - Correctly handle Docker network removal in parallel tasks to avoid "error while removing network" errors.
- Add support for
tric run
to run all the avaiable Codeception test suites from the target one after another.
0.5.15
Changed
- Removed the 3s wait at start of the
codeception
service. - Fixed (in the context of the lucatume/dockerfiles repository) an issue that would cause Codeception tests to exit
0
on failure and not1
as expected.
0.5.14
0.5.13
Changed
- Executing
tric use
without a target now attempts to set the current working directory as the target. tric info
now outputs all valid targets, which is whattric use
without a valid target used to do.- The Composer prompt from
tric init
no longer appears ifcomposer.json
is not found, likewise for the NPM prompt ifpackage.json
is not found. - Fixed an issue that would prevent the
npm
andnpm_lts
services from correctly returning their exit status. - Add support for the
--pretty
flag to thenpm
andnpm_lts
commands to print a more human-readable output.