This commit is contained in:
Kevin Chung
2020-05-29 14:33:00 -04:00
parent 90adffcbdd
commit 83fd7d1865
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ CTFd is written in Python and makes use of the Flask web framework.
deployment
configuration
management
scoring
themes
plugins

7
docs/management.rst Normal file
View File

@@ -0,0 +1,7 @@
Management
==========
Challenges
----------
The `ctfcli <https://github.com/CTFd/ctfcli>`_ tool can be used to manage challenges and sync them up to a specified CTFd instance via the CTFd API. It can be used as part of a build system or amongst multilpe users collaborating via version control.