Skip to content

1.1.0

Compare
Choose a tag to compare
@grasmash grasmash released this 26 Oct 13:09
fddfe38

Notable Changes

  • Cloud application UUIDs are no longer saved to ~/.acquia/acquia-cli.json. They are now saved to ./.acquia-cli.yml in your repository root. If you previously linked your application, you will be prompted to do so again.
  • Renamed refresh to pull and added subcommands pull:code, pull:database, pull:files, and pull:run-scripts
  • The pull and push commands are now compatible with Lando environments.
  • The pull and push commands now support non Site Factory multisite applications.
  • Added new push:* commands
  • Added new ide:service-restart command
  • Caching has been added for application aliases, as well as a clear-caches command
  • Large databases are now supported in pull:* commands

All Closed Issues and Pull Requests

  • Fixes #124: Store the linked project information relative to the project root. (#328)
  • Add support for Lando db. (#331)
  • Fixes 297: Missing access token causes lengthy API calls. (#321)
  • DX-1752: Use single input/output objects for testing (#326)
  • Fixes #323: acli pull is not fully multisite aware. (#324)
  • Fixes #316: SSH key wizard often returns duplicated info on screen. (#319)
  • Fixes #315: acli refresh can return duplicated databases. (#320)
  • Fixes #317: pull:files doesn't do what it says. (#318)
  • Do not prompt for link when UUID set in BLT.yml. (#314)
  • Fixes #312: Can't get access to stdout/stderr on remote:drush (#313)
  • DX-2533: Added confirmation question prompt and default responses (#309)
  • DX-1605: Add usage examples (#310)
  • Fixes #307: Regression when refreshing databases. (#311)
  • Split pull:all functionality into sub commands, add push:* commands. (#305)
  • Don't link directories that aren't repos (#302)
  • Rename refresh command to pull. Create pull sub command stubs. (#303)
  • Refactoring ACSF test fixtures.
  • Support large databases for refresh command. (#294)
  • Cache command aliases. (#298)
  • Accept application and environment aliases. (#293)
  • DX-2508: Clean up docs (#292)
  • Fixes #276: Allow passing a sitegroup to all IDE commands. (#291)
  • Fixes #283: Add ide:service-restart command. (#287)
  • Notify users of available update. (#284)
  • DX-2482 | Fix to clear client query filter (#285)