CLI Reference

configure

Configure your account and environment

$ ms configure

up

Run all or specific applications

# Run all applications
$ ms configure

# Run a specific applications
$ ms up api nginx database

# Run and Recreate if already exists
$ ms up --recreate api

The flag --recreate has the same effect of do a ms kill and ms up

exec

Execute a command inside the application

logs

Print logs of the application

proxy

Create a local tunnel between your computer and application

status

Get the status info of all applications inside an environment

Last updated

Was this helpful?