Changelog
- 6e0d1db: docs: rename purpose of the tool (@loresuso)
- 8f10092: fix: update test data (@loresuso)
- 0da5193: fix: use a move function that copies content of a file if rename fails (@loresuso)
- df5dbd5: update: add all possible directories related flags to config file (@loresuso)
- 35d74bf: update: force viper values into flags if needed (@loresuso)
- cc94eec: update(config): find default config file in
/etc/falcoctl/falcoctl.yaml
(@leogr) - e1104a6: chore(cmd/testdata): new default config path (@leogr)
- 49e5a2a: chore(internal/config): explicitly set the config file to viper (@leogr)
- 5f72ed1: update: add retry logic when retrieving falco versions (@loresuso)
- d907121: update: stop retry logic earlier if you know you are going to sleep more than max delay (@loresuso)
- 71daaaa: fix: catch os.IsNotExists error when creating config (@loresuso)
- 933edfd: refactor: match config file to artifact install and follow commands (@loresuso)
- d64e502: refactor: match config file to registry auth commands (@loresuso)
- dd096bd: update: rename working dir of the follower to tmp dir (@loresuso)
- 8560532: upddate: remove logout command (@loresuso)
- d3c8ac7: refactor: restructure of auth commands (@loresuso)
- dbbd849: refactor: move second level commands to their own packages (@loresuso)
- 8370fb7: fix: use falcoctl as name of the config also when updating it (@loresuso)
- 6628ba6: refactor: rename login function to basic (@loresuso)
- e4dbe68: new(internal/artifact): added support to pass cron-like strings to specify artifact follow intervals. (@FedeDP)