This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Releases: symfony/cli
Releases · symfony/cli
v4.12.1
- Fix watching for tunnels status and proxy configuration files fails on Windows
- Fix panic when deploying and creating project at the same time
- Add support for public dir auto-discovery when configured in
composer.json
(extra.symfony.public-dir
) - Add support for defining the language used to determine env vars via
APP_LANGUAGE
v4.12.0
- Add 'Symfony 5: The Fast Track' commands (
book:checkout
andsymfony new --book
) - Add a
--yes
/-y
flag toself:update
to bypass upgrade confirmation - Add clickable links in the HTTP server logs
- Remove the passphrase from
default.p12
(allows to runyarn encore dev-server --https --pfx=~/.symfony/certs/default.p12
) - Fix
tunnel:open
breaks terminal if 'Ctrl+C' is sent during application selection - Improve billing error messages when a project is canceled
- Add a title to HTML error pages
v4.11.3
- Fix loading the local
php.ini
on FPM (loading PHP extensions now works) - Fix loading PHP config from
.symfony.cloud.yaml
for web servers using PHP CGI or PHP CLI - Remove
php:wrappers:install
and supports for the PHP wrappers (usesymfony php/pecl/...
instead) - Update extension list for PHP 7.4
- Fix infinite login loop when used in non interactive environment
- Add Blackfire integration when using Docker for the Blackfire agent
- Fix
open:remote:rabbitmq
does not found the RabbitMQ management UI - Specify which environment will be snapshoted when running
env:sync
- Fix double spinner issue on
env:sync
v4.11.2
v4.11.1
v4.11.0
- Allow customers to stop or decline a cloud trial and move to a paid subscription directly
- Add command
project:billing:accept
to disable project suspension at then end of trial - Rename
billing:update:card
command toproject:billing:update-card
- Fix detection of the default PHP version from PATH
- Fix PHP version used when executing
php
in a sub-process - Add Docker Compose detection when configured via
COMPOSE_FILE
- Allow to configure COMPOSE_PROJECT_NAME via .env
v4.10.2
v4.10.1
v4.10.0
- Add support for Bitbucket integration
- Add support for
SYMFONY_DEFAULT_ROUTE_*
locally - Add
open:remote:rabbitmq
andopen:local:rabbitmq
- Add information about environment variables on
server:status
- Env vars from SymfonyCloud are not exposed by default anymore when a tunnel is open (use
--expose-env-vars
ontunnel:open
explicitly instead) - Remove
--force
onvar:export
andlocal:run
(use--expose-env-vars
ontunnel:open
instead) - Remove
SYMFONY_FORCE_TUNNEL_ENVS_MASTER
(use--expose-env-vars
ontunnel:open
instead) - Add a link to the RabbitMQ management interface is available via Docker locally
- Add
--first
flag toenv:urls
command - Support routes served by services (like Varnish) in
env:urls
andopen:remote
commands - Support
dir1,dir2
syntax for--watch
flag of thesymfony run
command - Add an argument to
var:export
to allow printing one env var value - Add support for SPAs in the local web server (
symfony server:start --passthru=index.html
) - Add
env:needs-deploy
command - Update available extensions list
- Improve
domain:attach
output when domain name is invalid - Fix
symfony ssh
multiline handling when output is captured or piped - Fix log parsing when PHP uses RFC3339Nano for dates
- Fix parsing very long log lines (Symfony exceptions for instance)
v4.9.0
- Add monitoring of commands executed via
run -d
to automatically restart them when they crash - Add
--watch
torun -d
to automatically restart the commands when code changes - Fix wrong instructions for renewing local server TLS certificate
- Fix
APP_ENV
detection when runningsymfony console
- Update application name used by
project:init
to beapp
- Add
slug
flag toproject:init
allowing to override application name - Fix streaming several files with
local:server:log
only stream the last one - Change default value for
lines
flag oflocal:server:log
command to 0 - Add
mount:list
andmount:size
commands - Follow redeployment following
project:scale
- Reuse SSH connection when running several commands in the same session
- Add
db:size
command