ctfcli icon indicating copy to clipboard operation
ctfcli copied to clipboard

Proposal: Renaming a challenge

Open reteps opened this issue 1 year ago • 0 comments

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

reteps avatar Sep 11 '24 04:09 reteps