Skip to content

Tags: acquia/cli

Tags

2.54.0

Toggle 2.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update cx-api-spec (#1941)

2.53.1

Toggle 2.53.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
APPCODE-1994: Support translation endpoints (#1940)

* APPCODE-1994: Support translation endpoints

* prerelease

2.53.0

Toggle 2.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CLI-1687: Add cache-clear endpoints (#1938)

2.52.0

Toggle 2.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the dependencies group with 3 updates (#1936)

Bumps the dependencies group with 3 updates: [php-http/cache-plugin](https://github.com/php-http/cache-plugin), [revolt/event-loop](https://github.com/revoltphp/event-loop) and [twig/twig](https://github.com/twigphp/Twig).


Updates `php-http/cache-plugin` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/php-http/cache-plugin/releases)
- [Changelog](https://github.com/php-http/cache-plugin/blob/2.x/CHANGELOG.md)
- [Commits](php-http/cache-plugin@2.0.1...2.0.2)

Updates `revolt/event-loop` from `b6fc06d` to 
- [Release notes](https://github.com/revoltphp/event-loop/releases)
- [Changelog](https://github.com/revoltphp/event-loop/blob/main/CHANGELOG.md)
- [Commits](https://github.com/revoltphp/event-loop/commits)

Updates `twig/twig` from 3.22.0 to 3.22.1
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.22.0...v3.22.1)

---
updated-dependencies:
- dependency-name: php-http/cache-plugin
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: revolt/event-loop
  dependency-version: 
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: twig/twig
  dependency-version: 3.22.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2.51.4

Toggle 2.51.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CLI-1665: pull:db errors (#1929)

2.51.3

Toggle 2.51.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CLI-1647: Support v3 environments (#1927)

* CLI-1647: Support v3 environments

* private method

* test case

2.51.2

Toggle 2.51.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure all environments show when a branch or tag is deployed to mult…

…iple environments (#1898)

* Ensure all environments show when a branch or tag is deployed to multiple environments

* Fix for failing test

---------

Co-authored-by: Dane Powell <[email protected]>

2.51.1

Toggle 2.51.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CLI-1613: Bugfix: sshurl null for cloud environment (#1918)

* bugfix: sshurl null for cloud environment

* mutation test fix

* Update tests/phpunit/src/Commands/CommandBaseTest.php

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>

2.51.0

Toggle 2.51.0's commit message

Verified

This commit was signed with the committer’s verified signature.
danepowell Dane Powell
CLI-1484: Rename native binary

2.50.0

Toggle 2.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CLI-1533: ACLI ssh-key create-upload command improperly handles passw…

…ords. (#1913)

* CLI-1533: ACLI ssh-key create-upload command improperly handles passwords.

* CLI-1533: ACLI ssh-key create-upload command improperly handles passwords.

* CLI-1533: ACLI ssh-key create-upload command improperly handles passwords.

* CLI-1533: ACLI ssh-key create-upload command improperly handles passwords.

* CLI-1533: removed group brokenProphecy.

* CLI-1533: Provide arguments as environment variables.

* CLI-1533: Provided arguments as environment variables.

* CLI-1533: Provided arguments as environment variables.

* CLI-1533: Added escapeshellarg as a forbidden function in Generic.PHP.ForbiddenFunctions.

---------

Co-authored-by: Acquia CI/CD <[email protected]>