-
Notifications
You must be signed in to change notification settings - Fork 49
Managing rCTF through the CLI
Aaron Esau edited this page Feb 19, 2020
·
3 revisions
We have written a handy CLI tool to manage your rCTF installation through the CLI.
If you used the automatic installation script, the tool will be placed in /usr/bin/rctf
. Otherwise, you can find it at install/rctf.py
in the repository.
usage: rctf.py up [-h]
optional arguments:
-h, --help show this help message and exit
Example:
# rctf up
usage: rctf.py down [-h]
optional arguments:
-h, --help show this help message and exit
Example:
# rctf down
usage: rctf.py update [-h]
optional arguments:
-h, --help show this help message and exit
Example:
# rctf update
This will git pull
in your repository and restart the docker instance if it is running. If it is not running, it will not start it.