You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python (3.6+) script is for migrating Amazon AWS System Manager (SSM) Parameter Store keys from one path to another.
2
3
## Quick Start
4
5
To install the script do the following:
Git pre-commit hook for checking fil...Git pre-commit hook for checking files with coder-review and php lint. This prevents developers committing broken PHP or code that doesn't comply with the Drupal coding standards.Add this file to .git/hooks/pre-commit in the root of your doc repo and make it executable (chmod +x .git/hooks/pre-commit).You must have the coder module in ~/.drush/This has only been tested with drush 6.x.
1
#!/bin/bash
2
3
#
4
# Git pre-commit hook for Drupal projects.
5
# Created by Dave Hall - http://davehall.com.au
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page
or contact support.