Describe the bug
I'm trying to make goss validate with -f silent and getting such output:
Error: bad output format: silent
How To Reproduce
docker run -ti alpine sh
apk add curl
echo hello > hello.txt
goss a file hello.txt
goss v -f silent
Expected Behavior
Exit status 0 and no error
Actual Behavior
Error: bad output format: silent
Environment:
- Version of goss = 0.3.14
- OS/Distribution version (if applicable)
Describe the bug
I'm trying to make goss validate with -f silent and getting such output:
Error: bad output format: silentHow To Reproduce
Expected Behavior
Exit status 0 and no error
Actual Behavior
Error: bad output format: silentEnvironment: