dreamhack-cli는 드림핵 문제 풀이 환경을 더 쉽고 간편하게 설정하는 툴입니다.
- install package
npm install -g dreamhack-cli- config user information
dh config --email=<email> --password=<password>- create wargame
dh create https://dreamhack.io/wargame/challenges/1081 -dUsage: dh <command> [options]
Commands:
dh config Configure user information
--email=<email>
--password=<password>
dh create <wargame_link> Download wargame
-d --docker Build docker image and run container
dh vm <wargame_link>
-c --create Create VM
-g --get Get VM Info
-d --delete Delete VM
dh submit <wargame_link> Submit flag
--flag=<flag>
dh help Display help for command
