Releases: platformsh/legacy-cli
v3.15.2
Changes since v3.15.1:
- Ensure running another command doesn't wipe necessary service data and cause unexpected logout (#596)
- Downgrade Symfony Process component to v3.2.4 avoiding apparent segmentation fault in v3.2.7 (as well as the other bugs introduced in intermediate versions)
- Add
--raw
option tosql
command - Use RequestTty only for certain commands, when stdin is a tty
- Allow partial match on ID in
certificate:delete
- Show issuer in
certificate:list
- Explain that auto-provisioned certificates can't be deleted
SHA-1 checksum for platform.phar
: 62bf17b13ddad412aeda564a1379c9c00cbc3c9e
v3.15.1
v3.15.0
New features since v3.14.5:
- Add
certificate
commands tolist
,get
,add
, anddelete
SSL certificates.
Other changes since v3.14.5:
- Fix an issue using
ssh
command on Windows (#592 - by @Pierstoval) - Make detection of the system timezone fallback to the PHP default (#591 - by @Pierstoval)
- Use pseudo-terminal for SSH where possible (enables colors for some CLI programs)
- In
activity:list
, avoid formatting the 'result' in CSV/TSV output - Update dependencies to Symfony 3.2.7
SHA-1 checksum for platform.phar
: 9a5e38767bfcabce06fffa1a1d4db36039b03c8b
v3.14.5
Just one change since v3.14.4:
- Fix: relative symlinks were not based on a real path to the target. This could affect symlinks in some builds, such as the
settings.local.php
file in a Drupal-Composer project. The bug was introduced in v3.14.1.
SHA-1 checksum for platform.phar
: 0888e6d44be5e775acf37746409ffade97ffd61c
v3.14.4
Changes since v3.14.3:
- Fix URL opening (e.g. in
url
command) in some circumstances on OS X - Issue #585: Don't add bashisms to
.profile
(in installer) - Display more info about the database dump when running
db:dump -v
- List 10 (instead of 5) activities by default in
activities
command - Further improved timeout logic in (experimental)
create
command
SHA-1 checksum for platform.phar
: 195e0561a88ae195197bdc508a152fb7fb4453a5
v3.14.3
Changes since v3.14.2:
- Revert
symfony/console
dependency to version 3.2.4 to fix input validation - Improve timeout situation in
project:create
command - Show activity result (success/failure) in
activities
command - Show snapshot result (success/failure) in
snapshot:list
command - Filter by successful snapshots in
snapshot:restore
command - Avoid setting the upstream on the wrong branch (in
branch
command)
SHA-1 checksum for platform.phar
: f40c6db2e03a41f4ca26f7b95479d0271f0c070c
v3.14.2
Changes since v3.14.1:
- Fix bug originating in a library dependency, which meant the home directory path could be empty in some cases (meaning
/
would be used instead). An empty home directory path (if it ever happens again) will result in a clearer error message.
SHA-1 checksum for platform.phar
: 9ce2e096b921f58a959558cdaaf17f536aed2ad6
v3.14.1
Changes since v3.14.0:
- Allow building new or unknown application types (internally, the 'toolstack' concept is retired in favor of build flavors)
- Display one, not two error messages, if no internet connection
- Expose error output properly in
db:size
if the query fails (and return an error code) (#576) - Relative paths should not depend on files already existing (#578)
SHA-1 checksum for platform.phar
: f42cba7ba9938e4d74f156c5b59510c6705d0aa9
v3.14.0
Changes since v3.13.0:
- Clarify URL choice in
url
command - Rename
environment:routes
command toroute:list
(still under the aliasroutes
). - Add
route:get
command to view a resolved route to an application - Improve caching for information gleaned from the app via SSH (relationships, routes, and app config).
- Fix integration option names (platformsh/platformsh-docs#510)
SHA-1 checksum for platform.phar
: 9debd0b7a4d32880d0b2cfb435eced372117e25f
v3.13.0
Changes since v3.12.2:
- Install build-time dependencies in
build
command (use--no-deps
for the old behavior) - Drupal settings.local.php: remind user to uncomment databases config block
This release also adds commands to run a local web server (the PHP built-in server). But these commands are at a "beta" stability, and they can only be enabled via a feature flag in ~/.platformsh/config.yaml
- for example:
experimental:
# Enable "platform create" command.
enable_create: true
# Enable "platform server:run" and related commands.
enable_local_server: true
The server commands also require the posix
and pcntl
PHP extensions.
SHA-1 checksum for platform.phar
: 59e1fe7be2e806688206c5c7fbc5b913fae1134a