muler
v1.1.1
Published
Muler is a command line tool for MuleSoft MMC server maintainence
Downloads
29
Readme
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.
- Login into a MMC server
- List all the Servers and Clusters
- List all the applications in a Server/Cluster
- List all the deployments in a Server/Cluster
- Deploy an application into repository
- Start and restart an application
Below are upcoming futures into muler.
- Save configurations and use them in command line
- 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