mld-cli

0.7.4 • Public • Published

MLD-CLI

(exclusive use of Mundo Livre Digital company)

This is a project to make a better and easier way to deploy packages to Twilio.

Getting started

First, install the these two requirements:

npm install twilio-cli -g
twilio plugins:install @twilio-labs/plugin-flex

then, install the MLD-CLI package globally:

npm i mld-cli -g

How to use

As others CLI, you can set the options by passing command flags. To check the most recent commands, check it out by typing mld --help in your OS terminal/prompt to see something like this:

mld <command>
mld --deploy --service GIT_REPOSITORY_URL
mld --deploy --plugin  GIT_REPOSITORY_URL
mld --remove --service ZSXXXXXXXXXXXXXXXX
mld --remove --plugin PLUGIN_NAME

Options:

      --help     Show help 
      --version  Show version number  
  -d, --deploy   deploy resource   
      --remove   remove resource   
  -s, --service  Set service resouce type for deployment.
                 It needs to be followed by git repository url.
  -p, --plugin   Set plugin resouce type for deployment.
                 It needs to be followed by git repository url.
  -i, --info     Show accounts info  

Optionals

plugin deploy versioning flags (default --major):

--major // ++1.0.0  
--minor // ++0.1.0  
--patch // ++0.0.1

Demonstrative example

mld -d -p GIT_REPOSITORY_URL --minor

Contact

please mail us at
dev@mundolivre.digital

Readme

Keywords

Package Sidebar

Install

npm i mld-cli

Weekly Downloads

1

Version

0.7.4

License

ISC

Unpacked Size

35.5 kB

Total Files

16

Last publish

Collaborators

  • dev.mld