Skip to content

new-deck

Create a new deck file.

Terminal window
./ritual new-deck <name> [options]
ArgumentDescriptionRequired
<name>Name of the deckYes
OptionDescriptionDefault
-f, --format <format>Deck format (e.g., standard, commander)commander

Create a new Commander deck:

Terminal window
./ritual new-deck "Atraxa Superfriends"

Create a Standard deck:

Terminal window
./ritual new-deck "Mono Red Aggro" --format standard

Creates a new Markdown file in the decks/ directory with the deck name as the filename.