Releases: DownUnderCTF/ducky-cli
Releases · DownUnderCTF/ducky-cli
v0.2.0
Full Changelog: https://github.com/DownUnderCTF/ducky-cli/commits/v0.2.0
Implement ducky challenge lint.
USAGE
$ ducky challenge lint [-I <value>] [-D <value>] [--verbose] [--format text|json]
FLAGS
-D, --directory=<value> [default: ./] Challenge directory to lint
-I, --ignore=<value> Comma separated list of rule ids to ignore
--format=(text|json) [default: text] Output Format
--verbose Verbose mode
DESCRIPTION
Lint a challenge for misconfigurations
Release 0.1.0
First release 🎉
Supports ducky challenge init to initialize challenges from .template folders.