Last active
February 25, 2024 05:56
-
-
Save ccharlton/cdddeebf6b0d8db4946bf76bb7550992 to your computer and use it in GitHub Desktop.
Pantheon Quicksilver profiles pack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Quicksilver configuration file | |
# | |
# Requirements: | |
# - Terminus Quicksilver plugin: https://github.com/pantheon-systems/terminus-quicksilver-plugin) | |
# | |
# Copy to $HOME/.quicksilver/quicksilver.yml | |
# | |
# To create your own repository with installable examples: | |
# | |
# Clone the Pantheon Quicksilver examples project: | |
# https://github.com/pantheon-systems/quicksilver-examples | |
# | |
# Customize it to suit, and add an entry for it in the | |
# 'repositories:' section of this configuration file. | |
# | |
# To create a 'profile' -- a group of examples installable with | |
# a single command (e.g. 'terminus quicksilver profile development'): | |
# | |
# Add an entry to the 'profiles' section in this file. | |
# List the examples to install with that profile. | |
# | |
# repositories: | |
# my-quicksilver-examples: https://github.com/me/my-quicksilver-examples.git | |
profiles: | |
development: | |
- db_sanitization | |
drupal7: | |
- drush_revert_features | |
- enable_dev_modules | |
drupal8: | |
- drush_config_import | |
drupal9: | |
- drush_config_import | |
drupal10: | |
- drush_config_import | |
local: | |
wordpress: | |
- wp_cfm_import | |
# - wp_search_replace # NOTE: requires customization | |
wordpress-advanced: | |
- wp_solr_index | |
webops: | |
- new_relic_apdex_t | |
- new_relic_deploy | |
# - url_checker # NOTE: requires customization | |
- webhook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment