Skip to content

The Pantheon CLI — a standalone utility for performing operations on the Pantheon Platform

License

Notifications You must be signed in to change notification settings

pantheon-systems/terminus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7412f62 · Mar 6, 2025
Mar 6, 2025
Sep 14, 2016
Dec 16, 2024
Mar 6, 2025
Jun 6, 2024
Jun 6, 2024
Mar 6, 2025
Oct 16, 2021
Sep 18, 2024
Oct 18, 2022
Sep 21, 2016
Jun 6, 2024
Jun 1, 2023
Jul 9, 2021
Mar 6, 2025
Sep 12, 2024
Dec 16, 2024
Mar 1, 2023
Feb 25, 2014
Sep 30, 2024
Jun 6, 2024
Jan 14, 2022
Dec 16, 2024
Dec 16, 2024
Dec 26, 2018
May 24, 2023
Jun 6, 2024

Repository files navigation

terminus : Pantheon's Command-Line Interface

Status

Commit Build Actively Maintained

About

Terminus is Pantheon's Command Line Interface (CLI), providing at least equivalent functionality to the Pantheon's browser-based Dashboard and easier scripting.

If you would like to contribute, pull requests are welcome!

The Manual

Our documentation is kept in the Terminus Manual, located here: https://pantheon.io/docs/terminus

Requirements

Operating System Version
MacOS 10.14+
Ubuntu Latest LTS
Windows + WSL + Ubuntu TBD

Package Manager

Required Packages

These packages are required to take full advantage of Terminus.

  • Composer 2 (Needed for the plugin manager component)

  • PHP (v7.4+)

  • Git (May be needed for the plugin manager component)

  • OpenSSH 7.8 or later

Recommended Packages

  • Drush (Useful to run incompatible-with-Terminus Drush commands)

  • WP-CLI (Useful to run incompatible-with-Terminus WP-CLI commands)

Installation

Mac OS:

Terminus is published as a package under pantheon-systems/external. To install it, you should run:

brew install pantheon-systems/external/terminus

Ubuntu / WinWSL+Ubuntu:

*** TBD ***

Other installation methods

Refer to the Terminus manual for other installation methods.