Skip to content

Releases: platformsh/legacy-cli

v2.4.6

23 Sep 22:38
Compare
Choose a tag to compare

Changes since v2.4.5:
v2.4.5...v2.4.6

v2.4.5

06 Sep 14:51
Compare
Choose a tag to compare

Minor changes since v2.4.4:

  • Fix bug that broke domain:add.
  • Rename 'backup' to 'snapshot':
    • environment:backup becomes snapshot:create
    • environment:backup --list becomes snapshots
    • environment:restore becomes snapshot: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

01 Sep 07:25
Compare
Choose a tag to compare

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 to environment:list
  • Ensure that getCurrentEnvironment() only succeeds for the current project
  • Get correct project for autocomplete when specified via -p

v2.4.3

21 Aug 10:40
Compare
Choose a tag to compare

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 to environment:delete

v2.4.2

21 Aug 10:26
Compare
Choose a tag to compare
Release v2.4.2

v2.4.1

30 Jul 18:31
Compare
Choose a tag to compare

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

25 Jul 15:55
Compare
Choose a tag to compare

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 via platform environment:metadata.
  • Better messages for confusing OAuth errors (HTTP 400 and 401).

v2.3.2

14 Jul 10:29
Compare
Choose a tag to compare
  • 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

11 Jul 12:42
Compare
Choose a tag to compare

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

07 Jul 11:31
Compare
Choose a tag to compare

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).