platformsh / legacy-cli

This is the legacy version of Platform.sh's command-line interface. The new version is at: https://github.com/platformsh/cli
https://docs.platform.sh/administration/cli.html
MIT License
224 stars 121 forks source link

Allow auto drush aliases to be turned off via a feature flag #1368

Closed pjcdawkins closed 6 months ago

pjcdawkins commented 6 months ago

Allows automatic Drush alias functionality to be turned off with

export PLATFORMSH_CLI_APPLICATION_DRUSH_ALIASES=0

or

echo 'application: {drush_aliases: false}' >> ~/.platformsh/config.yaml