0.2.9 • Published 4 years ago

mulist v0.2.9

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

MULIST cli

MULIST cli is a Command Line Interface manager for a MULIST server.

Requirements

Install or Update

First of all, you must install mulist as a global module to create the mulist command on your system.

npm install -g mulist

or

npm install -g git+https://github.com/kimihub/mulist-cli

Configuration

You have to create a working directory and put inside a file named config.yml with your MULIST server configuration.

Example of config.yml:

api_hostname: mulist.domain.com
api_key: 47a3e979a15abe72bcc7e4417f914f6ffc21cf44

Once config.yml is created you should be able to use the mulist command in your working directory.

Commands usage help

$ mulist

Usage: mulist [options] [command] [argument]
Commands 
  init              Check config.yml
  add    <email>    Add <email> to remote mailing list
  remove <email>    Remove <email> from remote mailing list
  edit              Edit remote mailing list
  empty             Empty remote mailing list
  export            Export remote mailing list
  help   [command]  Output usage information of [command]
  [...]
0.2.9

6 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago