Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ccharlton
Last active February 25, 2024 05:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccharlton/cdddeebf6b0d8db4946bf76bb7550992 to your computer and use it in GitHub Desktop.
Save ccharlton/cdddeebf6b0d8db4946bf76bb7550992 to your computer and use it in GitHub Desktop.
Pantheon Quicksilver profiles pack
#
# 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