0.0.11 • Published 6 years ago

@mambasdk/cli v0.0.11

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

@mambasdk/cli

A CLI to help developing Mamba Applications

Requirements

  • Node.js >= 6.9.x
  • POSTools

    You must have the .postools installed and in your shell's $PATH

  • ssh config ($HOME/.ssh/config) file with a POS host

      Host POS
        HostName 127.0.0.1
        Port 51000
        User MAINAPP
        IdentityFile ~/.ssh/id_rsa_pax

Commands

  • mamba app <command>

    • mamba app deploy

      Deploys the current app to the POS. It uses the manifest.xml ID and displayedName to create the app directory.

  • mamba pos <command>

    • mamba pos ssh-init [--tty Pos0] - Initializes the POS SSH server
    • mamba pos start - Starts the Mamba System
    • mamba pos stop - Kills the Mamba System
    • mamba pos restart - Restarts the Mamba System
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago