Skip to content
/ pluchu Public

Client script for running commands on a plushu Git remote

License

Notifications You must be signed in to change notification settings

plushu/pluchu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

pluchu

Client script for running commands on a plushu Git remote

This script allows you to run plushu commands in a Git repository with a remote that is named "plushu" without having to specify the server.

This imitates the workflow of the Heroku toolbelt, which sends commands to the Heroku servers for the app specified by the "heroku" remote.

This is just a small convenience command to make this specific use case slightly less verbose: you don't actually have to install this script to run commands on a plushu server.

Usage / installation

Place the pluchu script into your home bin directory (or anywhere on your $PATH), with whatever filename you wish (for example, you could use plushu if you want to use the exact same command name on the client and server, or pluchu if you want to install the client script on a plushu server where the executable name plushu is already taken).

Then, in a Git repository that has had a plushu remote added (like so, for instance):

git remote add plushu [email protected]:myapp

You can run plushu commands on that server by calling this client script (named pluchu in this example):

pluchu domains

In this example repository, this line is functionally equivalent to:

ssh -qt [email protected] -- --app=myapp domains

About

Client script for running commands on a plushu Git remote

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages