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.
- Simple
- Easy GitLab Review Apps
Deploy the current directory as a static website! Or specify the project path.
$ max [project path]Login or create an account on the maxup API.
$ max loginLogout of the maxup API.
$ max logoutCheck who you are logged in as on the maxup API,
$ max whoamiList all the projects that you have access to.
$ max listDestroy a published project.
$ max destroyInitialize optional custom config and config required for Review Apps.
$ max initPublish a static website Review App based on your base domain set with max init.
$ max review start [name]
Destroy an already published Review App.
$ max review stop [name]