Releases: platformsh/legacy-cli
Releases · platformsh/legacy-cli
v2.4.6
Changes since v2.4.5:
v2.4.5...v2.4.6
v2.4.5
Minor changes since v2.4.4:
- Fix bug that broke
domain:add
. - Rename 'backup' to 'snapshot':
environment:backup
becomessnapshot:create
environment:backup --list
becomessnapshots
environment:restore
becomessnapshot:restore
- Show that for the project owner, you can't change the role or delete the user.
- Clarify SSH URL and permission denied errors.
v2.4.4
Minor changes since v2.4.3:
- Improve Markdown help
- Show the command examples
- Generally nicer formatting, with fewer lists
- Allow listing more than 10 backups with a
--limit
option - Prefix SQL dump with environment name automatically (thanks to @mglaman)
- Add
--no-inactive
or-I
option toenvironment:list
- Ensure that
getCurrentEnvironment()
only succeeds for the current project - Get correct project for autocomplete when specified via
-p
v2.4.3
Changes since v2.4.1:
- Switch API URL from marketplace.commerceguys.com to accounts.platform.sh
- Show the project owner in the users list
- Clear environments cache instead of refreshing it, for environment-related commands
- Add a
--no-wait
option toenvironment:delete
v2.4.2
Release v2.4.2
v2.4.1
A couple of minor bug fixes since v2.4.0:
- Drush aliases: also merge in the current alias file when the group changes
- For safety when building outside project context, don't look for apps in 'builds'
- Restructured codebase a little, separating command namespaces into subdirectories
v2.4.0
Changes since v2.3.2:
- Improvements to
platform get
usability:- Default project directory will be a slug of the project title, instead of the ID.
- Default Drush alias group will be the same as the directory name.
- The created aliases are shown in the output of
get
. - You can use
get
when the specified directory already exists (you will be asked if you want to overwrite it). - Removed unnecessary
--include-inactive
option.
- Improvements to
platform drush-aliases
- The
restrict_robots
property is now writable viaplatform environment:metadata
. - Better messages for confusing OAuth errors (HTTP 400 and 401).
v2.3.2
- Fixed issue with choice-based questions - downgrade Symfony Console to 2.6 (it breaks from 2.7)
- Fixed: for Vanilla / Composer builds, build in the build directory, not the web root (except where the web root is
/
, AKA/public
)
v2.3.1
Changes since v2.3.0:
- Fix a bug where files such as
robots.txt
may be deleted in the repository (and replaced by an invalid symlink). - Add support for a new configuration file format.
v2.3.0
Changes since v2.2.0:
- Support for YAML-format Drush Make files (with Drush 7+).
- Fix for the default build directory in Composer and Symfony-based builds (helps with running build hooks).