Feature request: Ability to skip installing a plugin if already installed
andrucz opened this issue · 1 comments
andrucz commented
I've created a script for Travis with the following commands:
before_install:
- sudo apt-get install -y libsecret-1-dev
- npm install twilio-cli -g
- twilio plugins:install @twilio-labs/plugin-flex
twilio plugins:install
always takes around a minute to finish and installs the same version in the majority of builds, so I'd like to add the installation to the build cache and skip installing it when there are no updates.