2
2
3
3
Command-line interface for viewing decks and decklists.
4
4
5
- By default mcdbcli prints the deck sorted by aspect and pack .
5
+ By default mcdbcli prints the deck sorted by aspect and release order .
6
6
7
7
## Options
8
8
@@ -20,6 +20,8 @@ mcdbcli -l 36680
20
20
21
21
-r : Print in release order
22
22
23
+ -w : Print in waves ordered by aspect
24
+
23
25
Without -d or -l arguments ` mcdbcli ` will read deck as JSON from stdin
24
26
25
27
``` sh
@@ -33,7 +35,7 @@ using the OAuth API yourself, and feed the JSON to mcdbcli via stdin.
33
35
34
36
## Example
35
37
36
- Print a popular decklist:
38
+ Print a popular decklist by aspect :
37
39
38
40
``` console
39
41
$ mcdbcli -l 13922
@@ -80,10 +82,10 @@ Wild Tutor - Adam Warlock
80
82
1 × Gamora (Wave #3 Drax #20)
81
83
```
82
84
83
- Print a popular decklist in release order :
85
+ Print a popular decklist by wave and aspect :
84
86
85
87
``` console
86
- $ mcdbcli -l 13922 -r
88
+ $ mcdbcli -l 13922 -w
87
89
Wild Tutor - Adam Warlock
88
90
Wave #1
89
91
Aggression cards
@@ -139,6 +141,47 @@ Wave #4
139
141
1 × Shield Spell (Wave #4 The Mad Titan's Shadow #61)
140
142
```
141
143
144
+ Print a popular deck in absolute release order:
145
+
146
+ ``` console
147
+ $ mcdbcli -l 13922 -r
148
+ Wild Tutor - Adam Warlock
149
+ 1 × The Power of Aggression (Wave #1 Core Set #55)
150
+ 1 × The Power of Justice (Wave #1 Core Set #62)
151
+ 1 × The Power of Leadership (Wave #1 Core Set #72)
152
+ 1 × The Power of Protection (Wave #1 Core Set #79)
153
+ 1 × Nick Fury (Wave #1 Core Set #84)
154
+ 1 × Energy (Wave #1 Core Set #88)
155
+ 1 × Genius (Wave #1 Core Set #89)
156
+ 1 × Strength (Wave #1 Core Set #90)
157
+ 1 × Tackle (Wave #1 Ms. Marvel #15)
158
+ 1 × Concussive Blow (Wave #1 Ms. Marvel #31)
159
+ 1 × Brother Voodoo (Wave #1 Doctor Strange #12)
160
+ 1 × The Sorcerer Supreme (Wave #1 Doctor Strange #26)
161
+ 1 × Drop Kick (Wave #1 Hulk #14)
162
+ 1 × Martial Prowess (Wave #1 Hulk #18)
163
+ 1 × The Power in All of Us (Wave #2 Wasp #24)
164
+ 1 × Spiritual Meditation (Wave #2 Scarlet Witch #19)
165
+ 1 × Deft Focus (Wave #3 Galaxy's Most Wanted #24)
166
+ 1 × Gamora (Wave #3 Drax #20)
167
+ 1 × "Think Fast!" (Wave #3 Drax #31)
168
+ 1 × "Welcome Aboard" (Wave #3 Venom #27)
169
+ 1 × Kaluu (Wave #4 The Mad Titan's Shadow #14)
170
+ 1 × Pip the Troll (Wave #4 The Mad Titan's Shadow #32)
171
+ 1 × Soul World (Wave #4 The Mad Titan's Shadow #33)
172
+ 1 × Karmic Staff (Wave #4 The Mad Titan's Shadow #34)
173
+ 1 × Warlock's Cape (Wave #4 The Mad Titan's Shadow #35)
174
+ 2 × Cosmic Ward (Wave #4 The Mad Titan's Shadow #36)
175
+ 2 × Mystic Senses (Wave #4 The Mad Titan's Shadow #37)
176
+ 3 × Karmic Blast (Wave #4 The Mad Titan's Shadow #38)
177
+ 2 × Cosmic Awareness (Wave #4 The Mad Titan's Shadow #39)
178
+ 2 × Quantum Magic (Wave #4 The Mad Titan's Shadow #40)
179
+ 1 × Magic Attack (Wave #4 The Mad Titan's Shadow #43)
180
+ 1 × Zone of Silence (Wave #4 The Mad Titan's Shadow #50)
181
+ 1 × Summoning Spell (Wave #4 The Mad Titan's Shadow #55)
182
+ 1 × Shield Spell (Wave #4 The Mad Titan's Shadow #61)
183
+ ```
184
+
142
185
## Caching
143
186
144
187
mcdbcli caches the loaded cards to your home directory under ` ~/.mcdb/cards ` . To remove the cached cards run the following command
0 commit comments