pantheon-deprecated / terminus-deprecated

Deprecated CLI for Pantheon. Do not install. Current project:
https://github.com/pantheon-systems/cli
82 stars 24 forks source link

Drush terminus operations should not require --strict=0 #191

Open ari-gold opened 10 years ago

ari-gold commented 10 years ago

Using Drush terminus with a Pantheon site requires --strict=0 because the db-url option included in our Drush aliases files is not explicitly supported by Drush.

Using strict=0 works, but it subverts error-checking, so if someone makes a typo, for example, they won't get good feedback that could prevent confusion.

Steps To Reproduce:

drush pauth drush paliases drush @pantheon.sitename.env cc all # error drush @pantheon.sitename.evn cc all --strict=0 # success