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

Fixes nil pointer exception in steampipe plugin. Closes #678 #681

Merged
merged 2 commits into from
Jul 23, 2021

Conversation

binaek
Copy link
Contributor

@binaek binaek commented Jul 23, 2021

Output:

binaeksarkar@Binaeks-MacBook-Pro steampipe % steampipe plugin
Steampipe plugin management.

Plugins extend Steampipe to work with many different services and providers.
Find plugins using the public registry at https://hub.steampipe.io.

Examples:

  # Install a plugin
  steampipe plugin install aws

  # Update a plugin
  steampipe plugin update aws

  # List installed plugins
  steampipe plugin list

  # Uninstall a plugin
  steampipe plugin uninstall aws

Usage:
  steampipe plugin [command]

Available Commands:
  install     Install one or more plugins
  list        List currently installed plugins
  uninstall   Uninstall a plugin
  update      Update one or more plugins

Flags:
  -h, --help   help for plugin

Global Flags:
      --install-dir string   Path to the Config Directory (defaults to ~/.steampipe) (default "~/.steampipe")
      --workspace string     Path to the workspace (defaults to current working directory)

Use "steampipe plugin [command] --help" for more information about a command.
binaeksarkar@Binaeks-MacBook-Pro steampipe % 

@binaek binaek added the bug Something isn't working label Jul 23, 2021
@binaek binaek requested a review from kaidaguerre July 23, 2021 09:33
@binaek binaek self-assigned this Jul 23, 2021
@binaek binaek linked an issue Jul 23, 2021 that may be closed by this pull request
@binaek binaek changed the title Fixes nil pointer exception in steampipe plugin Fixes nil pointer exception in steampipe plugin. Closes #678 Jul 23, 2021
@kaidaguerre kaidaguerre merged commit a73ffee into main Jul 23, 2021
@kaidaguerre kaidaguerre deleted the plugin_cmd_nil_error_678 branch July 23, 2021 11:06
ahirreddy pushed a commit to ahirreddy/steampipe that referenced this pull request Jul 8, 2024
…t#681)

Co-authored-by: Madhushree Ray <madhushree@turbot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running steampipe plugin without arguments throw nil pointer error
2 participants