slic icon indicating copy to clipboard operation
slic copied to clipboard

The slic (StellarWP Local Interactive Containers) CLI command provides a containerized and consistent environment for running automated tests.

Results 17 slic issues
Sort by recently updated
recently updated
newest added

## Possibly related * `v1.5.1` changelog * Issue #69

## Steps to reproduce 1. Run `slic php-version set 8.1` 2. Response `yes` to restart the stack now ## Expected Stack images are restarted successfully ## Actual ``` PHP version...

The `airplane-mode` feature is intended to prevent WP from making external calls, but it would be nice if that setting also prevented `slic` itself from making external calls. GitHub was...

Right now `init` runs Composer and NPM installs but no build.

enhance

After `slic upgrade` already ran, I tried it again and it wen through the upgrade cycle again. Confirmed by doing it a 3rd time. FYI: I first ran `slic update`...

As the build infrastructure is updated to keep up with newer version of `node`, the version of `node` used by the project should be updated to the [latest LTS version...

`slic site-cli i18n make-pot . languages/tk-automatewoo-pluginhive-bookings.pot --headers='{"Report-Msgid-Bugs-To":"https://github.com/cliffordp/tk-automatewoo-pluginhive-bookings/issues"}'` And causes a PHP notice at https://github.com/wp-cli/i18n-command/blob/v2.4.1/src/MakePotCommand.php#L969 > Warning: Invalid argument supplied for foreach() 1min video of `slic` vs `wp` direct in WP...

The below screenshot shows when running tests (most of it only if the needed containers are off). The timing looks good but you can see a few occurrences of double...

While `nvm use` now works in 1.0.0+, but it also complains that the version is not installed with NVM yet. This is likely because of other errors with permissions on...

When you run something like `tric composer install` or `tric npm install` (or other commands), it would be helpful to know after the setup is done and it's actually moved...