0.7.4 • Published 3 years ago

mld-cli v0.7.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

0.7.2

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.6

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.5.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.13

3 years ago

0.4.12

3 years ago

0.4.11

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago