ctfcli
ctfcli copied to clipboard
Running sync & install commands when inside a challenge directory now fails silently
Not sure if this is intended behavior, but in the previous build of ctfcli, when in a challenge directory, running ctf challenge sync
or ctf challenge install
would sync/install that challenge
In 0.0.8, it fails silently
I think that you want ctf challenge install .
and ctf challenge sync .
Without the argument was always supposed to install/sync all challenges. I think perhaps you haven't added the challenge into the .ctf/config file with ctf challenge add
.
I see how this could be confusing so I'll leave this open to see if anyone has a better workflow or if I come up with something better.