Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 529 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 529 Bytes

Modpack CLI

Usage

Update assets & pages on the Web Index

pack web --web-token *******

Create a release Web Index

pack web
  --web-token ******* \
  --version 1.0.0 \
  --author me \
  --changelog "Initial Release" \

Create a release Web Index & Curseforge

pack web curseforge
  --web-token ******* \
  --version 1.1.0 \
  --author me \
  --changelog "Minor Patches" \
  --curseforge-token ******* \
  --curseforge-project 123456 \