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

plugin update. Closes #164 Closes #176 Closes #177 #179

Merged
merged 42 commits into from
Feb 18, 2021
Merged

Conversation

binaek
Copy link
Contributor

@binaek binaek commented Feb 16, 2021

No description provided.

@binaek
Copy link
Contributor Author

binaek commented Feb 17, 2021

Current plugins:

binaeksarkar@Binaeks-MacBook-Pro ~ % steampipe plugin list           
┌──────────────────────────────────────────────┬─────────┬─────────────┐
│ NAME                                         │ VERSION │ CONNECTIONS │
├──────────────────────────────────────────────┼─────────┼─────────────┤
│ hub.steampipe.io/plugins/turbot/aws@latest   │ 0.4.0   │ aws2        │
│ hub.steampipe.io/plugins/turbot/chaos@latest │ 0.0.4   │ chaos       │
└──────────────────────────────────────────────┴─────────┴─────────────┘

binaeksarkar@Binaeks-MacBook-Pro ~ % steampipe plugin install aws gcp

Error: install failed for plugin 'aws': aws is already installed. If you want update it, please run steampipe plugin update aws

Installed plugin: gcp v0.0.6
Documentation:    https://hub.steampipe.io/plugins/turbot/gcp

binaeksarkar@Binaeks-MacBook-Pro ~ % steampipe plugin list
┌──────────────────────────────────────────────┬─────────┬─────────────┐
│ NAME                                         │ VERSION │ CONNECTIONS │
├──────────────────────────────────────────────┼─────────┼─────────────┤
│ hub.steampipe.io/plugins/turbot/aws@latest   │ 0.4.0   │ aws2        │
│ hub.steampipe.io/plugins/turbot/chaos@latest │ 0.0.4   │ chaos       │
│ hub.steampipe.io/plugins/turbot/gcp@latest   │ 0.0.6   │ gcp         │
└──────────────────────────────────────────────┴─────────┴─────────────┘
binaeksarkar@Binaeks-MacBook-Pro ~ % steampipe plugin update azure aws gcp

Error: update failed for plugin 'azure': azure is not installed. If you want install it, please run steampipe plugin install azure

Updated plugin: aws v0.4.0
Documentation:    https://hub.steampipe.io/plugins/turbot/aws

Updated plugin: gcp v0.0.6
Documentation:    https://hub.steampipe.io/plugins/turbot/gcp
binaeksarkar@Binaeks-MacBook-Pro ~ % steampipe plugin install aws gcp     

Error: install failed for plugin 'aws': aws is already installed. If you want update it, please run steampipe plugin update aws

Error: install failed for plugin 'gcp': gcp is already installed. If you want update it, please run steampipe plugin update gcp
binaeksarkar@Binaeks-MacBook-Pro ~ % steampipe plugin update aws gcp 

Updated plugin: aws v0.4.0
Documentation:    https://hub.steampipe.io/plugins/turbot/aws

Updated plugin: gcp v0.0.6
Documentation:    https://hub.steampipe.io/plugins/turbot/gcp

pluginmanager/pluginmanager.go Outdated Show resolved Hide resolved
pluginmanager/pluginupdate.go Outdated Show resolved Hide resolved
task/pluginversioncheck.go Outdated Show resolved Hide resolved
task/runner.go Outdated Show resolved Hide resolved
task/runner.go Outdated Show resolved Hide resolved
task/taskutils.go Show resolved Hide resolved
task/version_checker.go Outdated Show resolved Hide resolved
@binaek binaek force-pushed the issue-164 branch 3 times, most recently from 127872f to cd1ac63 Compare February 18, 2021 10:14
@kaidaguerre kaidaguerre merged commit 21d2f7d into main Feb 18, 2021
@kaidaguerre kaidaguerre deleted the issue-164 branch February 18, 2021 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
2 participants