Releases: platformsh/legacy-cli
Releases · platformsh/legacy-cli
v3.0.0
Major changes since version 2.x.x:
- In version 2.x.x, the CLI had a project file structure including a
repository
directory (and abuilds
directory,shared
, etc.). In version 3.x.x, this is no longer the case: the CLI operates directly inside your project's Git repository. The CLI will work (at least temporarily) with the old file structure, and there is a migration tool (platform legacy-migrate
) for updating to the new structure. - The web root has changed location from
www
to, to avoid conflicts with actual project files in the repo. EDIT: from version 3.0.2, the web root will be.www
_www
. - Requires PHP version 5.5.9 (minimum) due to updated dependencies.
SHA-1 checksum for platform.phar
: b024dbeb190bca10aa81e649812ddca0cba5bf4b
v3.0.0-beta4
Changes since v3.0.0-beta3:
- Change to
self:update
(up
) to show update notes for specific versions.
SHA-1 checksum for platform.phar
: d2aea192aec38976bc178bd2b86293f73bbb2979
v2.13.2
v3.0.0-beta3
Changes since v3.0.0-beta2:
- Fix
project:delete
strings when there is no title - Small improvements to
legacy-migrate
SHA-1 checksum for platform.phar
: d5ea217b50fd1fd260ae15344d67ae0d0ee2f5ae
v3.0.0-beta2
Changes since v3.0.0-beta1:
- Change web root from
www
to.www
to avoid conflicts with actual project files in the repo. - BC fix: make sure the "local" dir exists before trying to copy a file into it.
- Ask the user less often to migrate (up to once per hour per project).
- Back up the project before migration, and other minor fixes to
platform legacy-migrate
SHA-1 checksum for platform.phar
: 805ff8e5f2cbc749de3c37762f0d0111fed44449
v3.0.0-beta1
Pre-release of version 3.x.
Changes since version 2.x:
- In version 2.x, the CLI had a project file structure including a
repository
directory (and abuilds
directory,shared
, etc.). In version 3.x, this is no longer the case: the CLI operates directly inside your project's Git repository. The CLI will work (at least temporarily) with the old file structure, and there is a migration tool (platform legacy-migrate
) for updating to the new structure. - Requires PHP version 5.5.9 (minimum) due to updated dependencies.
SHA-1 checksum for platform.phar
: a73cb956ae0d949fe1db1d3175cf31d313760b5e
v2.13.1
Changes since v2.13.0:
- Mostly internal improvements, and preparation for updating to version 3.x.
- Fix a PHP 5.4 incompatibility.
- Ignore symlinks when recursively copying files in
platform build --copy
. - Shorter time out for the self:update check (helps on poor internet connections).
- More help in the environment:delete and environment:merge commands.
SHA-1 checksum for platform.phar
: 9793819202e95e3d9b14a4fc7c293923847af4ee
v2.13.0
Changes since v2.12.3:
- Autocomplete app names for
--app
/-A
- Support array argument autocompletion, e.g. for environment names in
environment:delete
(thanks to stecman/symfony-console-completion#66) - Fix
environment:info
with specified--project
or-p
- Add
--timestamp
/-t
option to sql-dump (#423) - Include the project ID in the default sql-dump filename (#423)
- Provide more help for the environment:synchronize command (#421)
SHA-1 checksum for platform.phar
: f5e5b299f417e94129495d1c0b3c2f168fffff5f