CTFd / ctfcli

ctfcli is a tool to manage Capture The Flag events and challenges
https://ctfd.io/
Apache License 2.0
174 stars 74 forks source link

Proposal: Renaming a challenge #159

Open reteps opened 2 months ago

reteps commented 2 months ago

Requires #109. Fixes #107

Problem: ctfcli cannot support renames. :

[challenges]
[[challenge-file.yml]]
deployment_details:
    ctfd_id:
    last_updated:

Solution: check a deployment_details section if exists and PATCH the id before doing a name search Tradeoff: You can no longer copy the .ctf/config file and share it