Skip to content

Commit

Permalink
update "steampipe plugin install" reference docs for new default pull…
Browse files Browse the repository at this point in the history
… mode (#38)
  • Loading branch information
johnsmyth authored Jun 10, 2024
1 parent 45432f9 commit c84480f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cli/mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ powerpipe mod install ../steampipe-mod-aws-insights
| `--dry-run` | Show which mods would be installed/updated/uninstalled without modifying them (default `false`).
| `--force` | Install mods even if plugin/cli version requirements are not met (cannot be used with `--dry-run`).
| `--prune` | Remove unused dependencies after installation is complete (default `true`).
| `--pull string` | Specify an [update strategy](#update-strategy): `full`, `latest`, `development`, `minimal` (default `minimal`)
| `--pull string` | Specify an [update strategy](#update-strategy): `full`, `latest`, `development`, `minimal` (default is `latest` if there is a target, `minimal` if no target is given).


#### Update Strategy
Expand Down

0 comments on commit c84480f

Please sign in to comment.