You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
In support of WCMS-9796, I tried to get dktl to run under ddev.
This was unsuccessful, until I discovered I could use DKTL_MODE=HOST to force dktl to not manage the Docker containers.
However, this also did not work, because the dktl shell script ignores DKTL_PROJECT_DIRECTORY in a few important places.
Steps To Reproduce
Expected behavior
** Proposed Resolution **
Generally improve dktl so that it can run under vendor/bin/ in a project, and so that it can switch to DKTL_MODE=HOST while honoring DKTL_PROJECT_DIRECTORY.
The text was updated successfully, but these errors were encountered:
Describe the bug
In support of WCMS-9796, I tried to get dktl to run under ddev.
This was unsuccessful, until I discovered I could use
DKTL_MODE=HOST
to force dktl to not manage the Docker containers.However, this also did not work, because the dktl shell script ignores
DKTL_PROJECT_DIRECTORY
in a few important places.Steps To Reproduce
Expected behavior
** Proposed Resolution **
Generally improve dktl so that it can run under vendor/bin/ in a project, and so that it can switch to
DKTL_MODE=HOST
while honoringDKTL_PROJECT_DIRECTORY
.The text was updated successfully, but these errors were encountered: