morganestes/terminus-defrost-plugin

A Terminus plugin for defrosting frozen Pantheon sites.

2.1.0 2021-05-11 22:01 UTC

This package is auto-updated.

Last update: 2024-05-01 00:11:42 UTC


README

Terminus v2.x Compatible

Terminus plugin to defrost a frozen Pantheon website.

Examples (with aliases)

Site name

$ terminus site:defrost my-cool-site

URL

$ terminus site:thaw https://dev-my-cool-site.pantheonsite.io/

ID/UUID

$ terminus site:unfreeze de305d54-75b4-431b-adb2-eb6b9e546014

Installation

For help installing, see Manage Plugins

mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins morganestes/terminus-defrost-plugin:~2 --no-dev

Help

Run terminus list site for a complete list of available commands. Use terminus help <command> to get help on one command.

Credits

Based on the Snowman plugin at https://github.com/terminus-plugin-project/terminus-snowman-plugin.