pantheon-tools icon indicating copy to clipboard operation
pantheon-tools copied to clipboard

Tools to run actions against a Pantheon site

Results 9 pantheon-tools issues
Sort by recently updated
recently updated
newest added

If a user of pantheon-tools does not have pipe viewer installed when running the `pantheon-db-dump` command (may need to check other commands) you receive the error: `mysqldump: Got errno 0...

This PR refers to this issue: https://github.com/fourkitchens/pantheon-tools/issues/24

Ready for review

It would be great if these commands detected that CI is likely being used (look for directories like `.ci`, `.circleci`, etc.), and then ask: "It looks like this site uses...

Do we or would we ever try to use these commands on a D8/9/10 site that doesn't use Configuration Management? I'm pretty confidently saying "no". So we can remove the...

Since we merged the Advo + 4K clients together, the `pantheon-module-report` needs to deal with more edge cases. It would be great if it could handle these errors better: ```...

Before deploying, we currently check for overridden code in the environment that you are deploying _from_. Should we do the same for the environment that you're deploying _to_ so that...

Common scenario: 1. Make some config changes locally 2. Push it up to a multidev 3. Deploy 4. The live site shows some overridden config, but it's all benign (like...

Way back when Config Split was first introduced (Drupal 8.0ish) you needed to run a different command to import config (`drush config-split-import`), but that went away somewhere around Drupal 8.3....

See screenshot ➜ pantheon-deploy fhao live Pro tip: If you know that your deploy is code-only (no config, or DB updates), and doesn't require a DB backup, then you can...