muler

1.1.1 • Public • Published

Muler

Muler is a lightweight command line tool used for maintaining your mmc server api. So no need to login from a browser.

Currently you can do below things by muler.

  1. Login into a MMC server
  2. List all the Servers and Clusters
  3. List all the applications in a Server/Cluster
  4. List all the deployments in a Server/Cluster
  5. Deploy an application into repository
  6. Start and restart an application

Below are upcoming futures into muler.

  1. Save configurations and use them in command line
  2. More options

Muler is built on prompt for user interaction and bcrypt for encrypting user information.

muler --help

setup                                                  Init command
list-servers <servername> [port]                       List all the Servers
list-clusters <servername> [port]                      List all the clusters
list-capps <servername> <cluster_name> [port]          List all the apps in cluster
restart <servername> <cluster_name> <app_name> [port]  Restart a app in a cluster
start <servername> <cluster_name> <app_name> [port]    Start a app in a cluster
list-cdepo <servername> <cluster_name> [port]          List deployments in a cluster
create-app <servername> <file_name> [port]             Create application into repository

for eg., To restart an application

muler restart $server_name $cname $app_name 8080

Readme

Keywords

Package Sidebar

Install

npm i muler

Weekly Downloads

9

Version

1.1.1

License

MIT

Last publish

Collaborators

  • chakri8634