https://github.com/bopdesign/terminus-scripts-plugin
Terminus Scripts - A Terminus plugin that has commonly used commands put into aliases.
https://github.com/bopdesign/terminus-scripts-plugin
Last synced: about 2 months ago
JSON representation
Terminus Scripts - A Terminus plugin that has commonly used commands put into aliases.
- Host: GitHub
- URL: https://github.com/bopdesign/terminus-scripts-plugin
- Owner: bopdesign
- License: gpl-3.0
- Created: 2017-05-03T21:54:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T22:41:53.000Z (about 8 years ago)
- Last Synced: 2025-02-04T18:43:33.551Z (4 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminus Upstream Deployment Plugin
Terminus Scripts - A Terminus plugin that has commonly used commands put into aliases.
## Examples
### Default Running
```
$ terminus connection:set site-name.dev git
```
or using an alias
```
$ terminus mode site-name.dev git
```## Installation
For help installing, see [Manage Plugins](https://pantheon.io/docs/terminus/plugins/)
```
mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins bopdesign/terminus-scripts-plugin:~1
```## Help
Run `terminus list connection:set` for a complete list of available commands. Use `terminus help ` to get help on one command.