CLI client for creating, deploying, and managing Mothership applications
- Clone repo
cd
into repo- Run
yarn install
- Run
yarn link
Mothership commands should now be available from your command line.
Command | Action |
---|---|
mothership login |
Log in to Mothership |
mothership help |
Display list of CLI commands |
mothership list |
Display list of Mothership's apps |
mothership create appname |
Create an app named 'appname' |
mothership deploy appname |
Deploy current directory to 'appname' |
mothership logs appname |
Load and stream logs for 'appname' |