Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Ability to skip installing a plugin if already installed #473

Open
andrucz opened this issue Oct 17, 2022 · 1 comment
Open
Labels
status: help wanted requesting help from the community triage queue Issue is in our internal backlog. It's either a bug or a feature enhancement. type: community enhancement feature request not on Twilio's roadmap

Comments

@andrucz
Copy link

andrucz commented Oct 17, 2022

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.

@isha689
Copy link
Contributor

isha689 commented Oct 18, 2022

@andrucz Thank you for raising this request. It has been added to our internal backlog to be prioritised. Pull requests and +1s on the feature request will help it move up the backlog.

@shrutiburman shrutiburman added type: community enhancement feature request not on Twilio's roadmap status: help wanted requesting help from the community labels Oct 18, 2022
@shrutiburman shrutiburman added the triage queue Issue is in our internal backlog. It's either a bug or a feature enhancement. label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted requesting help from the community triage queue Issue is in our internal backlog. It's either a bug or a feature enhancement. type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

3 participants