0.0.11 • Published 7 years ago
@mambasdk/cli v0.0.11
@mambasdk/cli
A CLI to help developing Mamba Applications
Requirements
- Node.js >= 6.9.x
POSTools
You must have the
.postoolsinstalled and in your shell's$PATHssh
config($HOME/.ssh/config) file with aPOShostHost POS HostName 127.0.0.1 Port 51000 User MAINAPP IdentityFile ~/.ssh/id_rsa_pax
Commands
mamba app <command>mamba app deployDeploys the current app to the POS. It uses the
manifest.xmlID and displayedName to create the app directory.
mamba pos <command>mamba pos ssh-init [--tty Pos0]- Initializes the POS SSH servermamba pos start- Starts the Mamba Systemmamba pos stop- Kills the Mamba Systemmamba pos restart- Restarts the Mamba System