Skip to content

Releases: typhonius/acquia_cli

2.0.10

21 Nov 03:38
Compare
Choose a tag to compare
  • f8a549a Fix setup (#133)
  • 3370841 Updates composer.lock to allow for composer v2. (#132)
  • ab651e6 Fixes #97 Adds environment:branch command. (#128)
  • 12ca1d8 Add --no-backup option to databse:copy and database:copy:all (#125)
  • 54f467f Adds caching for uuid and environment. (#126)
  • faef43c Fixes composer to discard changes when building the phar. (#127)
  • 760469d First pass at adding github actions. (#123)
  • 28d151f Updates acquia-logstream constraints and update supported PHP versions. (#122)
  • 1800dde Updates typhonius/acquia-php-sdk-v2 to latest and amends tests due to changes in user agent code. (#121)
  • f782245 Creates the ssl:create command (#119)

2.0.9

07 Oct 01:09
e6c2ff8
Compare
Choose a tag to compare
  • b63f71f - Fixes bug in phar builder and pulls in acquia-php-sdk-v2 VERSION file.
  • 75a5126 - Tidies up notifications and code to allow global use of sort/limit/filter and adds further documentation. (#115)

2.0.8

06 Oct 12:44
879f5b0
Compare
Choose a tag to compare
  • 1ac26bf - Adds symfony/yaml specifically to fix the broken phar. (#116)

2.0.7

06 Oct 12:05
bf16bf3
Compare
Choose a tag to compare
  • 6fc87b8 - Update php-coveralls/php-coveralls (#114)
  • 3acd3a0 - Fixes #112 Removes the clearQuery to allow limits etc in db:backup:list (#113)
  • fccb83d - Update symfony/lock (#111)
  • 2cf8dc9 - Update php-coveralls/php-coveralls (#110)
  • 45a6799 - Update symfony/lock (#109)
  • 8e99847 - Update consolidation/robo (#107)
  • d8f19d3 - Update squizlabs/php_codesniffer (#103)
  • b29ebc6 - Update symfony/lock (#104)
  • 34d42be - Adds user agent string for Cli library. (#98)
  • 789d29c - Update typhonius/acquia-php-sdk-v2 (#100)
  • 08932ae - Update symfony/lock (#99)
  • 0bfb634 - Update consolidation/robo (#94)
  • d7a8272 - Update symfony/lock (#95)
  • d965cf9 - Update typhonius/acquia-php-sdk-v2 (#93)
  • fbde333 - Fixes the permissons tests from the with updates from the underlying library.
  • adadf7f - Update consolidation/robo (#92)
  • a300719 - Update symfony/lock (#81)
  • 77a2154 - Adds a test for verbosity. (#89)
  • a54389d - Readme changes based on a question in #90.
  • c027b7e - Adds users to the notification list.
  • bc0ed96 - Tests the ability to use the --realm option. (#88)
  • 82d4f48 - Adds in the ability for users to directly configure their environment settings with AcquiaCli.
  • 0ec4213 - Fixes #84 Adds notification UUID to the output. (#85)
  • 1da4c05 - Adds in ability to enable/diable SSL certificates. (#83)
  • 45c0eee - Update squizlabs/php_codesniffer (#78)

2.0.6

22 Apr 02:30
Compare
Choose a tag to compare
  • b043a32 - Adds in the functionality to delete db backups. (#80)
  • 20eb332 - Update typhonius/acquia-php-sdk-v2 (#77)
  • 3038a8f - Re-adds PHP 7.1/2 to travis for testing before we deprecate in 2.1
  • a69c391 - Fixes the warnings from codesniffer for constant visibility.
  • 40bef46 - Changes setup to setup:config with a setup alias so it shows in the command list.
  • 5d6b1ae - Corrects implode() usage and uses wraps ints in '' to satisfy PHP 7.4. (#75)
  • 1768181 - Add functionality for managing IDEs. (#74)

2.0.5

06 Apr 00:38
Compare
Choose a tag to compare
  • 8a9298e - Fixes link in the README.
  • a7b71c2 - Fixes #69: Adds in --no-backup option for code tasks to skip db backups. (#70)
  • 555ea9b - Fixes #48: Allows all configuration to be overwritten with environment variables and refactors the setup commands. (#67)
  • 861d25d - Update symfony/lock (#61)
  • 24a4b3b - Removes unused variable from missing version test.
  • 7f03fa2 - Adds a test for a missing VERSION file. (#66)
  • 99d749b - Caches composer in travis. (#65)
  • 5da0a06 - Adds a test for the lock and skip lock functionality. (#64)
  • 14bcdc2 - Adds further clarity to the README.
  • 065ab27 - Prevents setup command from using project directory if we are in a phar.
  • d9d8280 - Alters default config location to allow for incorporation from global require.

2.0.4

26 Mar 00:19
Compare
Choose a tag to compare
  • 6eefbc4 - Removes ext-sysvsem from composer as we now use LockableTrait which uses Flock or SemaphoreLock.
  • f719a5b - Updates code standards to PSR-12
  • f74d7ca - Fixed typo in install command.
  • 1aed1be - Fixes #51 and provides a better example for deploy:prepare.

2.0.3

23 Mar 23:51
Compare
Choose a tag to compare
  • e63a2bf - Fixes #49: Adjusts path to root for phars and removes sync dir from config.
  • 6c994a8 - Adds in self:update documentation.
  • 9dcd56c - Adds further spacing to the README and explains env vars further.
  • 2cd75d0 - Updates README.

2.0.2

22 Mar 09:54
Compare
Choose a tag to compare
  • c9d267b - Adds self-update command for phar to autodeploy.
  • 607713a - Updates box.json to create phars.

2.0.1

21 Mar 04:03
Compare
Choose a tag to compare
  • d68bcdd - Adds in more appropriate examples.
  • 332d428 - Adds in correct badges for Acquia Cli repo.