Skip to content

Managing rCTF through the CLI

Aaron Esau edited this page Feb 19, 2020 · 3 revisions

rctf CLI Management Tool

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.

Commands

Starting rCTF

usage: rctf.py up [-h]

optional arguments:
  -h, --help  show this help message and exit

Example:

# rctf up

Stopping rCTF

usage: rctf.py down [-h]

optional arguments:
  -h, --help  show this help message and exit

Example:

# rctf down

Updating rCTF

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.

About rCTF

Installations and Deployment

Tutorials and Examples

Development

Clone this wiki locally