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
The command warden env-init --help gets me this output:
warden env-init --help
/home/linuxbrew/.linuxbrew/Cellar/warden/0.12.0/commands/env-init.help: Zeile 37: .env: Befehl nicht gefunden
/home/linuxbrew/.linuxbrew/Cellar/warden/0.12.0/commands/env-init.help: Zeile 37: /web/: Datei oder Verzeichnis nicht gefunden
Usage:
env-init <project_name> <environment_type>
Options:
-h, --help Display this help menu
Environment Types:
local Declares the docker-compose version and labels the project
network allowing Warden to recognize it. Must be coupled with
per-project configuration. See documentation for details:
https://docs.warden.dev/environments/types.html#local
magento2 Nginx, varnish, php-fpm, db (mariadb), elasticsearch, redis,
and rabbitmq services pre configured for Magento 2; on macOS
systems code files are synced into container using mutagen
session with pub/media, pub/static and var dirs excluded.
On Linux code is mounted natively.
magento1 Nginx, php-fpm, db (mariadb), and redis services
pre-configured for running Magento 1
laravel Nginx, php-fpm, db (mariadb), and redis services
pre-configured for running Laravel
symfony Nginx, php-fpm, db (mariadb), and redis services
pre-configured for running Symfony 4+
Due to the fact that Symfony uses file too,
WEBROOT value of is used by default
wordpress Nginx, php-fpm, db
pre-configured for running Wordpress
So everything within the markdown code enclosures ` gets executed. I added `ls -alh` into the text of env-init.help and when i enter the command again my current directory gets listed.
I see it as a security risk to execute the code samples in the help file. And as bug that i can't see them in the printed help text.
I use Ubuntu 20.04 and zsh.
The text was updated successfully, but these errors were encountered:
The command
warden env-init --help
gets me this output:So everything within the markdown code enclosures ` gets executed. I added `ls -alh` into the text of env-init.help and when i enter the command again my current directory gets listed.
I see it as a security risk to execute the code samples in the help file. And as bug that i can't see them in the printed help text.
I use Ubuntu 20.04 and zsh.
The text was updated successfully, but these errors were encountered: