Skip to content

Commit

Permalink
Adds driftctl
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Jan 17, 2021
1 parent 3db217f commit 9ce599d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Currently supported distributions are:
- [consul](https://www.consul.io/)
- [dive](https://github.com/wagoodman/dive/)
- [doctl](https://github.com/digitalocean/doctl)
- [driftctl](https://github.com/cloudskiff/driftctl)
- [duf](https://github.com/muesli/duf)
- [dw-query-digest](https://github.com/devops-works/dw-query-digest)
- [fzf](https://github.com/junegunn/fzf)
Expand Down
10 changes: 10 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@ sources:
binaries:
- doctl

driftctl:
description: Detect, track and alert on infrastructure drift
list:
type: github-releases
url: https://api.github.com/repos/cloudskiff/driftctl/releases
fetch:
url: https://github.com/cloudskiff/driftctl/releases/download/v{{ .Version }}/driftctl_{{ .OS }}_{{ .Arch }}
install:
type: direct

duf:
description: Disk Usage/Free Utility
map:
Expand Down

0 comments on commit 9ce599d

Please sign in to comment.