Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 640 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 640 Bytes

About

rCTF-CLI (rctf-cli) is a CLI tool to help you manage your rCTF installation.

Installation

# pip3 install rctf-cli

Usage

To read more about its usage, see the wiki page or the GitHub repository.

Starting rCTF

# rctf start

Stopping rCTF

# rctf stop

Upgrading rCTF

# rctf update

Configuring rCTF

Viewing Configuration

# rctf config
# rctf config [key]

Editing Configuration

# rctf config [key] [value]