Releases: Khelechy/argus
Releases · Khelechy/argus
Calypso
What's Changed
- fixed markdown errors and name issues on README by @jayjaychukwu in #1
- markdown lint issues, spelling issues and other small fixes by @jayjaychukwu in #2
- add Python client by @jayjaychukwu in #3
- support for wildcards by @Khelechy in #4
- fix authentication bug by @Khelechy in #5
New Contributors
Full Changelog: v1.1.0...v1.1.1
Belus
Support for wildcard extension, allows you to watch files in a folder that matches a particular file extenion, with support for recursive watching (Subdirectories).
Add sample path in the format "C:/Users/PFY-102.PFY-102/source/repos/Mine/argus/testfolder/*.json"
to your config, please note the *.json
, other examples are; *.yaml
, *.log
etc.