CTFd / CTFd/ctfcli

Install when using `challenge sync`

Open
#171 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
215
Forks
95
Avg merge
2h 17m
Merged PRs (30d)
1

Description

`challenge sync` should be able to install challenge when the challenge is not installed
logic:
```
if chal.found:
sync chal
else:
install chal
```
since maybe people may want to use the ctfcli in github action, it is quite annoying if chal sync throws an error when not installed.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.