CLI Reference
configure
Configure your account and environment
$ ms configureup
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 apiexec
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?