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

show example of mod install syntax? #1817

Closed
judell opened this issue Apr 7, 2022 · 1 comment · Fixed by #3821
Closed

show example of mod install syntax? #1817

judell opened this issue Apr 7, 2022 · 1 comment · Fixed by #3821
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@judell
Copy link
Contributor

judell commented Apr 7, 2022

Currently, steampipe mod install --help is as below.

I do this infrequently enough to always need to go to the docs to remind myself that the command I'm looking for is like this:

steampipe mod install github.com/turbot/steampipe-mod-aws-thrifty

Could we include an example like that?

steampipe mod install --help
Install one or more mods and their dependencies.

Usage:
  steampipe mod install [flags]

Flags:
      --dry-run   Show which mods would be installed/updated/uninstalled without modifying them
  -h, --help      Help for install
      --prune     Remove unused dependencies after installation is complete (default true)

Global Flags:
      --cloud-host string           Steampipe Cloud host (default "cloud.steampipe.io")
      --cloud-token string          Steampipe Cloud authentication token
      --install-dir string          Path to the Config Directory (defaults to ~/.steampipe) (default "~/.steampipe")
      --schema-comments             Include schema comments when importing connection schemas (default true)
      --workspace string            Path to the workspace working directory (DEPRECATED: please use workspace-chdir)
      --workspace-chdir string      Path to the workspace working directory
@judell judell added the enhancement New feature or request label Apr 7, 2022
@pskrbasu pskrbasu self-assigned this Aug 24, 2023
@pskrbasu pskrbasu added this to the 0.21.0 milestone Aug 24, 2023
@pskrbasu pskrbasu linked a pull request Aug 24, 2023 that will close this issue
@pskrbasu pskrbasu linked a pull request Sep 11, 2023 that will close this issue
@pskrbasu
Copy link
Contributor

Completed in #3821

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants