All Projects → terminus-plugin-project → terminus-pancakes-plugin

terminus-plugin-project / terminus-pancakes-plugin

Licence: MIT License
Terminus Plugin to open Pantheon Site Databases in your Favorite SQL Client

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to terminus-pancakes-plugin

Drupal Project
🚀 Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"
Stars: ✭ 1,502 (+6727.27%)
Mutual labels:  composer, drupal
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (+2513.64%)
Mutual labels:  composer, drupal
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+327.27%)
Mutual labels:  composer, drupal
Lightning Project
A Composer-based installer for the Lightning distribution of Drupal 8.
Stars: ✭ 137 (+522.73%)
Mutual labels:  composer, drupal
drupal8-composer-template
Project template for Drupal 8 projects with composer | Quick installation via "composer create-project woprrr/drupal8-composer-template:8.3.0"
Stars: ✭ 27 (+22.73%)
Mutual labels:  composer, drupal
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (+150%)
Mutual labels:  composer, drupal
drupal-dev-docker
An opinionated Drupal development environment based on Docker.
Stars: ✭ 22 (+0%)
Mutual labels:  composer, drupal
docker-drupal
Docker scaffolding for Drupal 8
Stars: ✭ 41 (+86.36%)
Mutual labels:  composer, drupal
docker
docker environment for PHP developers
Stars: ✭ 12 (-45.45%)
Mutual labels:  composer
jwt-auth
JSON Web Token Authentication for Laravel and Lumen
Stars: ✭ 46 (+109.09%)
Mutual labels:  composer
JakePHP
JakePHP is a boilerplate created for modern web application development on Linux platforms. Simply clone, and start developing!
Stars: ✭ 12 (-45.45%)
Mutual labels:  composer
composer-prefer-lowest
Checks prefer-lowest installation for actually defined min versions in composer.json
Stars: ✭ 13 (-40.91%)
Mutual labels:  composer
SetupStuff
This repository contains the instructions to install various tools that are helpful to a developer.
Stars: ✭ 18 (-18.18%)
Mutual labels:  composer
XoopsCore25
XOOPS Core 2.5.x (current release is 2.5.10: https://github.com/XOOPS/XoopsCore25/releases)
Stars: ✭ 50 (+127.27%)
Mutual labels:  composer
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+186.36%)
Mutual labels:  composer
assert-true
A lot of ways to you set your assert as true
Stars: ✭ 19 (-13.64%)
Mutual labels:  composer
is-biz-mail-php
isBizMail tells you whether a given email address belongs to a free email account provider (gmail.com, yahoo.es, yandex.ru etc) or not.
Stars: ✭ 19 (-13.64%)
Mutual labels:  composer
The-PHP-Workshop
A New, Interactive Approach to Learning PHP
Stars: ✭ 30 (+36.36%)
Mutual labels:  composer
zauberlehrling
Collection of tools and ideas for splitting up big monolithic PHP applications in smaller parts.
Stars: ✭ 28 (+27.27%)
Mutual labels:  composer
campaign
Comic Relief Campaign Distribution in Drupal 8
Stars: ✭ 22 (+0%)
Mutual labels:  drupal

Pancakes

Terminus v2.x Compatible Terminus v1.x Compatible Terminus v0.x Compatible

Terminus plugin to open any Pantheon site database using a SQL GUI client.

Installation

Composer

For quick install using Composer, install using:

composer create-project --stability=beta -d ~/.terminus/plugins/ terminus-plugin-project/terminus-pancakes-plugin:~2

Manually

Download project and unzip to ~/.terminus/plugins/terminus-pancakes-plugin

Note: For versions before Terminus 1.x, including v0.13, go here.

Supported:

HeidiSQL (Windows)

Sequel Pro (Mac)

MySQL Workbench (Mac, Linux and Windows)

MySQL CLI (Mac and Linux)

Note: The latest version of MySQL Workbench for Mac (version 6.3.6) is not compatible with this plugin.

Please download version 6.2.5 instead. Click on the Looking for previous GA versions? link to locate.

Examples:

Simply running the new site command "pancakes" or "pc" will auto-detect the application you have installed:

$ terminus site:pancakes

$ terminus site:pc

$ terminus pc

$ terminus pc site.dev

You can also be specific with the app you want if you have multiple installed:

$ terminus site:pc --app=sequel

$ terminus site:pc --app=workbench

$ terminus site:pc --app=heidi

Windows:

The plugin will automatically attempt to find the HeidiSQL executable within your Program Files directory. If your version of HeidiSQL is installed in a non-standard location or you are using the portable version of HeidiSQL, ensure the full path to heidisql.exe (including the executable itself) is set in the TERMINUS_PANCAKES_HEIDISQL_LOC environment variable.

Likewise, if your version of MySQL Workbench is installed outside the Program Files directory, make sure the TERMINUS_PANCAKES_MYSQLWORKBENCH_LOC environment variable is set.

Help:

Run terminus help site:pancakes for help.

Refer to the Terminus Getting Started.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].