mstack-cli

mstack command line interface

Usage no npm install needed!

<script type="module">
  import mstackCli from 'https://cdn.skypack.dev/mstack-cli';
</script>

README

Mstack CLI

Mstack logo

Build Status npm GitHub

The Mstack CLI is used to manage Mstack apps from the command line.

Installation

npm install -g mstack-cli

NPM

Issues

For problems directly related to the CLI, add an issue on GitHub.

Contributors

Commands

Login

Login into your account

 mstack login

Logout

Logout of your account

 mstack logout

Register

Create account on mstack

mstack register

List all your instances

List all of your instances

mstack ls - List all your instances

Regions

List all available regions

mstack regions

Create new instance

Create a new instance

mstack create [name]

Delete instance

Delete a instance by name

mstack delete [name]

List templates

List all available premaide templates

mstack list-templates

Template

Retrieve the template Dockerfile

mstack template [template-name]