Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Latest commit

History

History
82 lines (51 loc) 路 1.45 KB

cli.md

File metadata and controls

82 lines (51 loc) 路 1.45 KB

The CLI

The command line interface will be the primary means of deploying websites. It will be simple but feature complete. The CLI will also supersede RVA-CLI, so it has to provide the same functionality as RVA.

Features

Usage

Deploy Website

Deploy the current directory as a static website! Or specify the project path.

$ max [project path]

Login

Login or create an account on the maxup API.

$ max login

Logout

Logout of the maxup API.

$ max logout

Who Am I?

Check who you are logged in as on the maxup API,

$ max whoami

List Websites

List all the projects that you have access to.

$ max list

Destroy Website

Destroy a published project.

$ max destroy

Initialize Config

Initialize optional custom config and config required for Review Apps.

$ max init

Publish Review App

Publish a static website Review App based on your base domain set with max init.

$ max review start [name]

Stop Review App

Destroy an already published Review App.

$ max review stop [name]