turbot / pipe-fittings

Shared components for use across pipe projects.
https://github.com/turbot
GNU Affero General Public License v3.0
14 stars 5 forks source link

Update mod installer to support installing from a branch #397

Closed kaidaguerre closed 5 months ago

kaidaguerre commented 5 months ago

refer to a branch using powerpipe mod install github.com/turbot/steampipe-mod-aws-compliance#main

Update stragtegy:

When updating dependencies there are multiple strategies to consider:

  1. full - check everything for both latest and accuracy
  2. latest - update everything to latest, but only branches - not tags - are commit checked (which is the same as latest)
  3. development - update branches and broken constraints to latest, leave satisfied constraints unchanged
  4. minimal - only update broken constraints, do not check branches for new commits