new-deck
Create a new deck file.
./ritual new-deck <name> [options]Arguments
Section titled “Arguments”| Argument | Description | Required |
|---|---|---|
<name> | Name of the deck | Yes |
Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
-f, --format <format> | Deck format (e.g., standard, commander) | commander |
Examples
Section titled “Examples”Create a new Commander deck:
./ritual new-deck "Atraxa Superfriends"Create a Standard deck:
./ritual new-deck "Mono Red Aggro" --format standardOutput
Section titled “Output”Creates a new Markdown file in the decks/ directory with the deck name as the filename.