morganestes/terminus-defrost-plugin

A Terminus plugin for defrosting frozen Pantheon sites.

Installs: 3 469

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 0

Type:terminus-plugin

pkg:composer/morganestes/terminus-defrost-plugin

2.1.0 2021-05-11 22:01 UTC

This package is auto-updated.

Last update: 2025-09-29 02:59:52 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.