/mothership-cli

CLI client for creating, deploying, and managing Mothership applications

Primary LanguageJavaScript

Mothership

🛸 Mothership CLI

CLI client for creating, deploying, and managing Mothership applications

Setup

  1. Clone repo
  2. cd into repo
  3. Run yarn install
  4. Run yarn link

Mothership commands should now be available from your command line.

Commands

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'