UNPKG

58.9 kBMarkdownView Raw
1<a name="2.23.2"></a>
2## [2.23.2](https://github.com/DomoApps/domoapps-cli/compare/v2.23.1...v2.23.2) (2017-06-02)
3
4
5### Technical Improvements
6
7* DOMO-104459 (#49) ([b707212](https://github.com/DomoApps/domoapps-cli/commit/b707212))
8* adding --no-upgrade-check flat to login command ([d5b60d4](https://github.com/DomoApps/domoapps-cli/commit/d5b60d4))
9* DOMO-99403: domo dev UI switch for full screen (#68) ([0d5e4b8](https://github.com/DomoApps/domoapps-cli/commit/0d5e4b8))
10* DOMO-51237: option to go directly to Asset Library (#59) ([fc6b594](https://github.com/DomoApps/domoapps-cli/commit/fc6b594))
11* fix 3 whitelist urls ([76b9426](https://github.com/DomoApps/domoapps-cli/commit/76b9426))
12* DOMO-93433: validate and give user message for token command (#54) ([df82bbd](https://github.com/DomoApps/domoapps-cli/commit/df82bbd))
13* added catch for bad design id error in publish ([fd35fcb](https://github.com/DomoApps/domoapps-cli/commit/fd35fcb))
14* DOMO-105428: moving back to getSimpleDesigns ([43346e8](https://github.com/DomoApps/domoapps-cli/commit/43346e8))
15* DOMO-60067: ls looks bad if you have long design names (#57) ([ca2865a](https://github.com/DomoApps/domoapps-cli/commit/ca2865a))
16* DOMO-105428: going back to getDesigns to bring in ls updates ([4ff46b7](https://github.com/DomoApps/domoapps-cli/commit/4ff46b7))
17* DOMO-98376: passing an object for a data set alias causes an unhandled exception (#55) ([d85d61a](https://github.com/DomoApps/domoapps-cli/commit/d85d61a))
18* DOMO-98047: normalized case and verb form of command descriptions (#44) ([0d6617b](https://github.com/DomoApps/domoapps-cli/commit/0d6617b))
19* DOMO-93534: added logout command (#63) ([547795e](https://github.com/DomoApps/domoapps-cli/commit/547795e))
20* DOMO-91876: prompt for update with dev token login if applicable (#48) ([99d9ac9](https://github.com/DomoApps/domoapps-cli/commit/99d9ac9))
21* DOMO-112649: Log.fail method in cli should set exit code to 1 (#56) ([da01288](https://github.com/DomoApps/domoapps-cli/commit/da01288))
22* DOMO-110270: Publish mapping update warning (#50) ([e16025e](https://github.com/DomoApps/domoapps-cli/commit/e16025e))
23* DOMO-109103: add spotify to whitelist (#47) ([56aff96](https://github.com/DomoApps/domoapps-cli/commit/56aff96))
24* fix login with args to use dev token if one is available ([9ec7271](https://github.com/DomoApps/domoapps-cli/commit/9ec7271))
25* (DOMO-101838) added instance to domo dev output (#46) ([822e1d3](https://github.com/DomoApps/domoapps-cli/commit/822e1d3))
26* DOMO-105428: change endpoint to simple ([917e1b0](https://github.com/DomoApps/domoapps-cli/commit/917e1b0))
27* added clarification that specific options are only available for token add/token create ([b9e8996](https://github.com/DomoApps/domoapps-cli/commit/b9e8996))
28* switched option description text from ID to id ([07162b4](https://github.com/DomoApps/domoapps-cli/commit/07162b4))
29* added space between if and ( ([9b2dbc9](https://github.com/DomoApps/domoapps-cli/commit/9b2dbc9))
30* fixed validation of days until expiration ([2f3414d](https://github.com/DomoApps/domoapps-cli/commit/2f3414d))
31* lowercased options with the exception of proper nouns and acronyms ([91d707c](https://github.com/DomoApps/domoapps-cli/commit/91d707c))
32* fixed accessing of multi word options containing dashes ([8463b7a](https://github.com/DomoApps/domoapps-cli/commit/8463b7a))
33* added option for days on token creation ([80c4184](https://github.com/DomoApps/domoapps-cli/commit/80c4184))
34* changed underscores to dashes ([3abc88f](https://github.com/DomoApps/domoapps-cli/commit/3abc88f))
35* added options to token command to allow by passing of prompts ([ab8225b](https://github.com/DomoApps/domoapps-cli/commit/ab8225b))
36* added options to revert command to allow by passing of prompts ([b935b3c](https://github.com/DomoApps/domoapps-cli/commit/b935b3c))
37* added options to migrate command to allow by passing of prompts ([6727a04](https://github.com/DomoApps/domoapps-cli/commit/6727a04))
38* added options to download command to allow by passing of prompts ([7b7b2b8](https://github.com/DomoApps/domoapps-cli/commit/7b7b2b8))
39* added options to login command to allow by passing of prompts ([3aa0847](https://github.com/DomoApps/domoapps-cli/commit/3aa0847))
40* add buzz to whitelist ([7f8c0d9](https://github.com/DomoApps/domoapps-cli/commit/7f8c0d9))
41
42
43<a name="2.23.1"></a>
44## [2.23.1](https://github.com/DomoApps/domoapps-cli/compare/v2.24.1...v2.23.1) (2017-01-30)
45
46
47### Technical Improvements
48
49* Revert "change endpoint to simple" ([fb9a11a](https://github.com/DomoApps/domoapps-cli/commit/fb9a11a))
50* reworded error message for incorrect design id ([e15f75c](https://github.com/DomoApps/domoapps-cli/commit/e15f75c))
51* removed console log ([39b846e](https://github.com/DomoApps/domoapps-cli/commit/39b846e))
52* changed error checking to check response status code ([92f0e6f](https://github.com/DomoApps/domoapps-cli/commit/92f0e6f))
53* caught error in domo download and added friendly error message ([bf0a6d5](https://github.com/DomoApps/domoapps-cli/commit/bf0a6d5))
54* caught error in domo download and added friendly error message ([4610d78](https://github.com/DomoApps/domoapps-cli/commit/4610d78))
55
56
57<a name="2.24.1"></a>
58## [2.24.1](https://github.com/DomoApps/domoapps-cli/compare/v2.24.0...v2.24.1) (2017-01-27)
59
60
61### Technical Improvements
62
63* changed for login command to removed company name ebay (#40) ([20d13da](https://github.com/DomoApps/domoapps-cli/commit/20d13da))
64
65
66<a name="2.24.0"></a>
67# [2.24.0](https://github.com/DomoApps/domoapps-cli/compare/v2.23.0...v2.24.0) (2017-01-27)
68
69
70### Technical Improvements
71
72* change endpoint to simple for faster domo ls(#39) ([2df6746](https://github.com/DomoApps/domoapps-cli/commit/2df6746))
73
74
75<a name="2.23.0"></a>
76# [2.23.0](https://github.com/DomoApps/domoapps-cli/compare/v2.21.1...v2.23.0) (2017-01-24)
77
78
79### Technical Improvements
80
81* trifecta pull request (#32) ([c0d8afb](https://github.com/DomoApps/domoapps-cli/commit/c0d8afb))
82
83
84<a name="2.21.1"></a>
85## [2.21.1](https://github.com/DomoApps/domoapps-cli/compare/v2.21.0...v2.21.1) (2017-01-19)
86
87
88### Technical Improvements
89
90* add adobe.com and google.com to the whitelist array (#37) ([06968d1](https://github.com/DomoApps/domoapps-cli/commit/06968d1))
91
92
93<a name="2.21.0"></a>
94# [2.21.0](https://github.com/DomoApps/domoapps-cli/compare/v2.20.13...v2.21.0) (2016-11-22)
95
96
97### Technical Improvements
98
99* * feat(fullscreen): add fullscreen preview to 'domo dev' window ([09a9cd6](https://github.com/DomoApps/domoapps-cli/commit/09a9cd6))
100
101
102<a name="2.20.13"></a>
103## [2.20.13](https://github.com/DomoApps/domoapps-cli/compare/v2.20.12...v2.20.13) (2016-11-21)
104
105
106### Bug Fixes
107
108* fixing help output for commands with more than one string ([c5c022b](https://github.com/DomoApps/domoapps-cli/commit/c5c022b))
109
110
111### Technical Improvements
112
113* feat(dev): external access false by default (#35) ([bd6e67a](https://github.com/DomoApps/domoapps-cli/commit/bd6e67a))
114* v2.20.12 ([a01b041](https://github.com/DomoApps/domoapps-cli/commit/a01b041))
115
116
117### User Experience Polish
118
119* changelog cleanup ([9dbd267](https://github.com/DomoApps/domoapps-cli/commit/9dbd267))
120
121
122<a name="2.20.11"></a>
123## [2.20.11](https://github.com/DomoApps/domoapps-cli/compare/v2.20.9...v2.20.11) (2016-11-09)
124
125
126### Technical Improvements
127
128* nicer help and also showing output when no arguments are passed or an invalid argument is used (#33) ([11e8698](https://github.com/DomoApps/domoapps-cli/commit/11e8698))
129* (fix) using universal node with no harmony flag (#29) ([52c364c](https://github.com/DomoApps/domoapps-cli/commit/52c364c))
130
131
132### User Experience Polish
133
134* fixing typo ([0706128](https://github.com/DomoApps/domoapps-cli/commit/0706128))
135
136
137<a name="2.20.9"></a>
138## [2.20.9](https://github.com/DomoApps/domoapps-cli/compare/v2.20.8...v2.20.9) (2016-10-04)
139
140
141### Technical Improvements
142
143* (fix) using universal node with harmony flag (#26) ([d954298](https://github.com/DomoApps/domoapps-cli/commit/d954298))
144* (polish) update Hello World template to include a limit in the data call along with documentation. (#27) ([86f640a](https://github.com/DomoApps/domoapps-cli/commit/86f640a))
145
146
147<a name="2.20.8"></a>
148## [2.20.8](https://github.com/DomoApps/domoapps-cli/compare/v2.20.7...v2.20.8) (2016-09-14)
149
150
151### Bug Fixes
152
153* fixing imports ([ea3e399](https://github.com/DomoApps/domoapps-cli/commit/ea3e399))
154
155
156<a name="2.20.7"></a>
157## [2.20.7](https://github.com/DomoApps/domoapps-cli/compare/v2.20.6...v2.20.7) (2016-09-13)
158
159
160### Bug Fixes
161
162* initial publish error ([92755a3](https://github.com/DomoApps/domoapps-cli/commit/92755a3))
163
164
165<a name="2.20.6"></a>
166## [2.20.6](https://github.com/DomoApps/domoapps-cli/compare/v2.20.5...v2.20.6) (2016-09-13)
167
168
169### Technical Improvements
170
171* upgrade client ([1deb1fa](https://github.com/DomoApps/domoapps-cli/commit/1deb1fa))
172
173
174<a name="2.20.5"></a>
175## [2.20.5](https://github.com/DomoApps/domoapps-cli/compare/v2.20.4...v2.20.5) (2016-09-12)
176
177
178### Bug Fixes
179
180* publish error ([e8bebf9](https://github.com/DomoApps/domoapps-cli/commit/e8bebf9))
181
182
183<a name="2.20.4"></a>
184## [2.20.4](https://github.com/DomoApps/domoapps-cli/compare/v2.20.3...v2.20.4) (2016-09-12)
185
186
187### Bug Fixes
188
189* pass manifest override to migrate command ([d6f6536](https://github.com/DomoApps/domoapps-cli/commit/d6f6536))
190
191
192### Technical Improvements
193
194* move dev to own command ([d52fad8](https://github.com/DomoApps/domoapps-cli/commit/d52fad8))
195* bump client dep ([5a5af3c](https://github.com/DomoApps/domoapps-cli/commit/5a5af3c))
196* bump node version support message to 5.0.0 ([369f687](https://github.com/DomoApps/domoapps-cli/commit/369f687))
197* move verifyNodeVersion into util ([28b1f9c](https://github.com/DomoApps/domoapps-cli/commit/28b1f9c))
198* cleanup main script ([94d993e](https://github.com/DomoApps/domoapps-cli/commit/94d993e))
199* group manifest related utils ([b25471d](https://github.com/DomoApps/domoapps-cli/commit/b25471d))
200* move release to own command ([d5b1ec3](https://github.com/DomoApps/domoapps-cli/commit/d5b1ec3))
201* auto import all commands ([206f7b8](https://github.com/DomoApps/domoapps-cli/commit/206f7b8))
202* move revert to own command ([2bc6e15](https://github.com/DomoApps/domoapps-cli/commit/2bc6e15))
203* move migrate to own command ([a06fe7c](https://github.com/DomoApps/domoapps-cli/commit/a06fe7c))
204* move delete to own command ([61aa162](https://github.com/DomoApps/domoapps-cli/commit/61aa162))
205* move owner actions into own command ([b19cf72](https://github.com/DomoApps/domoapps-cli/commit/b19cf72))
206* separate out manifest util and publish command ([86521c0](https://github.com/DomoApps/domoapps-cli/commit/86521c0))
207* move download into own command ([32e650e](https://github.com/DomoApps/domoapps-cli/commit/32e650e))
208* move ls out into own command ([df88feb](https://github.com/DomoApps/domoapps-cli/commit/df88feb))
209
210
211<a name="2.20.3"></a>
212## [2.20.3](https://github.com/DomoApps/domoapps-cli/compare/v2.20.2...v2.20.3) (2016-09-06)
213
214
215### Technical Improvements
216
217* update readme to point to developer docs ([5b5b6bb](https://github.com/DomoApps/domoapps-cli/commit/5b5b6bb))
218
219
220<a name="2.20.2"></a>
221## [2.20.2](https://github.com/DomoApps/domoapps-cli/compare/v2.20.1...v2.20.2) (2016-09-01)
222
223
224### Bug Fixes
225
226* check CLI version when using tokens ([abbe302](https://github.com/DomoApps/domoapps-cli/commit/abbe302)) (<a href="https://trello.com/c/yhM33tfO/1033-cli-update-and-dev-token-do-not-work-together">ticket</a>)
227
228
229<a name="2.20.1"></a>
230## [2.20.1](https://github.com/DomoApps/domoapps-cli/compare/v2.20.0...v2.20.1) (2016-08-31)
231
232
233### Bug Fixes
234
235* allow specifying manifest for domo dev ([6f9727e](https://github.com/DomoApps/domoapps-cli/commit/6f9727e))
236
237
238<a name="2.20.0"></a>
239# [2.20.0](https://github.com/DomoApps/domoapps-cli/compare/v2.19.6...v2.20.0) (2016-08-31)
240
241
242### Features
243
244* allow specifying manifest file ([a33a12d](https://github.com/DomoApps/domoapps-cli/commit/a33a12d))
245
246
247### Technical Improvements
248
249* remove old methods ([0df0ce1](https://github.com/DomoApps/domoapps-cli/commit/0df0ce1))
250
251
252<a name="2.19.6"></a>
253## [2.19.6](https://github.com/DomoApps/domoapps-cli/compare/v2.19.5...v2.19.6) (2016-08-19)
254
255
256### Bug Fixes
257
258* data access in domo dev with tokens ([0202e2c](https://github.com/DomoApps/domoapps-cli/commit/0202e2c)) (<a href="https://trello.com/c/AFlr0H4D/1040-domo-token-domo-dev-no-longer-accessing-data-again">ticket</a>)
259
260
261<a name="2.19.5"></a>
262## [2.19.5](https://github.com/DomoApps/domoapps-cli/compare/v2.19.4...v2.19.5) (2016-08-16)
263
264
265### Technical Improvements
266
267* update latest domo.js ([669fbda](https://github.com/DomoApps/domoapps-cli/commit/669fbda))
268
269
270<a name="2.19.4"></a>
271## [2.19.4](https://github.com/DomoApps/domoapps-cli/compare/v2.19.3...v2.19.4) (2016-08-03)
272
273
274### Technical Improvements
275
276* add more domains to whitelist ([fb11038](https://github.com/DomoApps/domoapps-cli/commit/fb11038))
277
278
279<a name="2.19.3"></a>
280## [2.19.3](https://github.com/DomoApps/domoapps-cli/compare/v2.19.2...v2.19.3) (2016-08-02)
281
282
283### Bug Fixes
284
285* pass userId in domo dev ([01cfe9e](https://github.com/DomoApps/domoapps-cli/commit/01cfe9e))
286
287
288### Technical Improvements
289
290* update latest domo.js ([b160204](https://github.com/DomoApps/domoapps-cli/commit/b160204))
291
292
293<a name="2.19.2"></a>
294## [2.19.2](https://github.com/DomoApps/domoapps-cli/compare/v2.19.1...v2.19.2) (2016-07-26)
295
296
297### Bug Fixes
298
299* includes 'util' and 'polyfills' files in compilation step for better support of older versions of node ([9bb9cbe](https://github.com/DomoApps/domoapps-cli/commit/9bb9cbe))
300
301
302<a name="2.19.1"></a>
303## [2.19.1](https://github.com/DomoApps/domoapps-cli/compare/v2.19.0...v2.19.1) (2016-07-20)
304
305
306### Bug Fixes
307
308* data access in domo dev with tokens ([437b5d7](https://github.com/DomoApps/domoapps-cli/commit/437b5d7))
309
310
311<a name="2.19.0"></a>
312# [2.19.0](https://github.com/DomoApps/domoapps-cli/compare/v2.18.2...v2.19.0) (2016-07-15)
313
314
315### User Experience Polish
316
317* It is now a requirement to include a thumbnail before a card in Domo can be created from a Custom App design. This release includes a warning in the local dev environment through the domo.dev command or within the publish flow through the domo publish command. In addition, the local dev environment will now display the current thumbnail or warn the user to include it. ([a48ca95](https://github.com/DomoApps/domoapps-cli/commit/a48ca95))
318
319
320<a name="2.18.2"></a>
321## [2.18.2](https://github.com/DomoApps/domoapps-cli/compare/v2.18.1...v2.18.2) (2016-07-11)
322
323
324### Bug Fixes
325
326* prevent domo token create failures ([8be9caa](https://github.com/DomoApps/domoapps-cli/commit/8be9caa)) (<a href="https://trello.com/c/EtZPCesH/1013-cli-dev-token-create-error">ticket</a>)
327
328
329### Technical Improvements
330
331* don't fail parsing when no sid ([18ec8bc](https://github.com/DomoApps/domoapps-cli/commit/18ec8bc))
332* move verify login to login util ([cdfba18](https://github.com/DomoApps/domoapps-cli/commit/cdfba18))
333* update latest client ([ae4d46a](https://github.com/DomoApps/domoapps-cli/commit/ae4d46a))
334
335
336### User Experience Polish
337
338* fix typo in error message ([3a3cc72](https://github.com/DomoApps/domoapps-cli/commit/3a3cc72))
339
340
341<a name="2.18.1"></a>
342## [2.18.1](https://github.com/DomoApps/domoapps-cli/compare/v2.18.0...v2.18.1) (2016-06-29)
343
344
345### Bug Fixes
346
347* add content type header to server proxy ([018f933](https://github.com/DomoApps/domoapps-cli/commit/018f933)) (<a href="https://trello.com/c/5AFIWcHj/1020-domo-dev-doesn-t-fetch-data-when-using-dev-token">ticket</a>)
348
349
350<a name="2.18.0"></a>
351# [2.18.0](https://github.com/DomoApps/domoapps-cli/compare/v2.17.8...v2.18.0) (2016-06-29)
352
353
354### Technical Improvements
355
356* remove deprecated --watch option ([823e787](https://github.com/DomoApps/domoapps-cli/commit/823e787))
357* support for node 6 ([1ba6589](https://github.com/DomoApps/domoapps-cli/commit/1ba6589))
358
359
360<a name="2.17.8"></a>
361## [2.17.8](https://github.com/DomoApps/domoapps-cli/compare/v2.17.7...v2.17.8) (2016-06-24)
362
363
364### Technical Improvements
365
366* remove extra line from changelog commits ([f5f8ea8](https://github.com/DomoApps/domoapps-cli/commit/f5f8ea8))
367
368
369<a name="2.17.7"></a>
370## [2.17.7](https://github.com/DomoApps/domoapps-cli/compare/v2.17.5...v2.17.7) (2016-06-24)
371
372
373### Technical Improvements
374
375* v2.17.6 ([9537f05](https://github.com/DomoApps/domoapps-cli/commit/9537f05))
376* include ticket link in changelog ([63b3d38](https://github.com/DomoApps/domoapps-cli/commit/63b3d38)) (<a href="https://trello.com/c/1QzUvqHY/1017-update-changelog-to-include-trello-card-links">ticket</a>)
377
378
379<a name="2.17.5"></a>
380## [2.17.5](https://github.com/DomoApps/domoapps-cli/compare/v2.17.4...v2.17.5) (2016-06-24)
381
382
383### Technical Improvements
384
385* group changelog commits by type ([0719978](https://github.com/DomoApps/domoapps-cli/commit/0719978)) (<a href="https://trello.com/c/1QzUvqHY/1017-update-changelog-to-include-trello-card-links">ticket</a>)
386
387
388<a name="2.17.4"></a>
389## [2.17.4](https://github.com/DomoApps/domoapps-cli/compare/v2.17.3...v2.17.4) (2016-06-22)
390
391
392### User Experience Polish
393
394* prompt for instance on token add/remove ([8eaecda](https://github.com/DomoApps/domoapps-cli/commit/8eaecda))
395
396
397<a name="2.17.3"></a>
398## [2.17.3](https://github.com/DomoApps/domoapps-cli/compare/v2.17.2...v2.17.3) (2016-06-21)
399
400
401### Bug Fixes
402
403* new instance option now works again ([e52e1f4](https://github.com/DomoApps/domoapps-cli/commit/e52e1f4))
404
405
406<a name="2.17.2"></a>
407## [2.17.2](https://github.com/DomoApps/domoapps-cli/compare/v2.17.1...v2.17.2) (2016-06-16)
408
409
410### Technical Improvements
411
412* fixing bug with output logging during upgrades ([82a5cdb](https://github.com/DomoApps/domoapps-cli/commit/82a5cdb))
413
414
415<a name="2.17.1"></a>
416## [2.17.1](https://github.com/DomoApps/domoapps-cli/compare/v2.17.0...v2.17.1) (2016-06-16)
417
418
419### Technical Improvements
420
421* fixing owner command argument parsing ([e2447a7](https://github.com/DomoApps/domoapps-cli/commit/e2447a7))
422
423
424<a name="2.17.0"></a>
425# [2.17.0](https://github.com/DomoApps/domoapps-cli/compare/v2.16.2...v2.17.0) (2016-06-16)
426
427
428### Features
429
430* domo token <add|remove|create> ([f3920e1](https://github.com/DomoApps/domoapps-cli/commit/f3920e1))
431* support dev tokens ([e8c1b36](https://github.com/DomoApps/domoapps-cli/commit/e8c1b36))
432
433
434### Technical Improvements
435
436* update commander.js ([7036ccd](https://github.com/DomoApps/domoapps-cli/commit/7036ccd))
437* update latest client ([cb59e5f](https://github.com/DomoApps/domoapps-cli/commit/cb59e5f))
438* restoring change log ([e6a91b5](https://github.com/DomoApps/domoapps-cli/commit/e6a91b5))
439* changelog command ([e2b71d8](https://github.com/DomoApps/domoapps-cli/commit/e2b71d8))
440* running changelog before release ([6d8284e](https://github.com/DomoApps/domoapps-cli/commit/6d8284e))
441* update latest client ([165bbcb](https://github.com/DomoApps/domoapps-cli/commit/165bbcb))
442* respect dev tokens when set ([f4533ed](https://github.com/DomoApps/domoapps-cli/commit/f4533ed))
443* clearing change log ([fd9d32e](https://github.com/DomoApps/domoapps-cli/commit/fd9d32e))
444* adding grunt shell:changelog command ([f1fe264](https://github.com/DomoApps/domoapps-cli/commit/f1fe264))
445* move evoke into own function ([a45aaca](https://github.com/DomoApps/domoapps-cli/commit/a45aaca))
446* move login into own command ([843131c](https://github.com/DomoApps/domoapps-cli/commit/843131c))
447* move login to own util ([9999bd4](https://github.com/DomoApps/domoapps-cli/commit/9999bd4))
448* move sid parsing to own util ([25c3b3c](https://github.com/DomoApps/domoapps-cli/commit/25c3b3c))
449
450
451### User Experience Polish
452
453* let user know they can paste token ([090d78a](https://github.com/DomoApps/domoapps-cli/commit/090d78a))
454* mention domo token create command ([bc42879](https://github.com/DomoApps/domoapps-cli/commit/bc42879))
455* move text below logo after login ([e34b0fb](https://github.com/DomoApps/domoapps-cli/commit/e34b0fb))
456
457
458<a name="2.16.2"></a>
459## [2.16.2](https://github.com/DomoApps/domoapps-cli/compare/v2.16.1...v2.16.2) (2016-05-26)
460
461
462### Technical Improvements
463
464* making sure to only warn once ([88c6281](https://github.com/DomoApps/domoapps-cli/commit/88c6281))
465
466
467<a name="2.16.1"></a>
468## [2.16.1](https://github.com/DomoApps/domoapps-cli/compare/v2.16.0...v2.16.1) (2016-05-19)
469
470
471### Technical Improvements
472
473* support data append in domo dev ([78e73e1](https://github.com/DomoApps/domoapps-cli/commit/78e73e1))
474* unhandledRejection handler with update message ([f8b9e80](https://github.com/DomoApps/domoapps-cli/commit/f8b9e80))
475* fixing wording ([5d6de9d](https://github.com/DomoApps/domoapps-cli/commit/5d6de9d))
476* uncaughtException handler with update message ([0f24802](https://github.com/DomoApps/domoapps-cli/commit/0f24802))
477
478
479<a name="2.16.0"></a>
480# [2.16.0](https://github.com/DomoApps/domoapps-cli/compare/v2.15.0...v2.16.0) (2016-05-11)
481
482
483### Technical Improvements
484
485* loading info function ([11e7d6f](https://github.com/DomoApps/domoapps-cli/commit/11e7d6f))
486
487
488<a name="2.15.0"></a>
489# [2.15.0](https://github.com/DomoApps/domoapps-cli/compare/v2.14.9...v2.15.0) (2016-05-11)
490
491
492<a name="2.14.9"></a>
493## [2.14.9](https://github.com/DomoApps/domoapps-cli/compare/v2.14.8...v2.14.9) (2016-05-11)
494
495
496### Technical Improvements
497
498* adding warning when watch flag is used since it will soon be deprecated ([8083e1f](https://github.com/DomoApps/domoapps-cli/commit/8083e1f))
499
500
501<a name="2.14.8"></a>
502## [2.14.8](https://github.com/DomoApps/domoapps-cli/compare/v2.14.7...v2.14.8) (2016-05-02)
503
504
505### Technical Improvements
506
507* move log dep higher ([ba17897](https://github.com/DomoApps/domoapps-cli/commit/ba17897))
508
509
510<a name="2.14.7"></a>
511## [2.14.7](https://github.com/DomoApps/domoapps-cli/compare/v2.14.6...v2.14.7) (2016-05-02)
512
513
514### Bug Fixes
515
516* process command files with babel ([869210b](https://github.com/DomoApps/domoapps-cli/commit/869210b))
517
518
519<a name="2.14.6"></a>
520## [2.14.6](https://github.com/DomoApps/domoapps-cli/compare/v2.14.5...v2.14.6) (2016-04-28)
521
522
523### Technical Improvements
524
525* add domo login to init's next steps ([34df93c](https://github.com/DomoApps/domoapps-cli/commit/34df93c))
526
527
528<a name="2.14.5"></a>
529## [2.14.5](https://github.com/DomoApps/domoapps-cli/compare/v2.14.4...v2.14.5) (2016-04-28)
530
531
532### Technical Improvements
533
534* explicit exit for windows ([8105420](https://github.com/DomoApps/domoapps-cli/commit/8105420))
535
536
537<a name="2.14.4"></a>
538## [2.14.4](https://github.com/DomoApps/domoapps-cli/compare/v2.14.3...v2.14.4) (2016-04-28)
539
540
541### Technical Improvements
542
543* use multichoice abstraction to support windows ([a392d87](https://github.com/DomoApps/domoapps-cli/commit/a392d87))
544* abstraction for multichoice questions ([6469a55](https://github.com/DomoApps/domoapps-cli/commit/6469a55))
545* move init into own command ([94af99d](https://github.com/DomoApps/domoapps-cli/commit/94af99d))
546
547
548<a name="2.14.3"></a>
549## [2.14.3](https://github.com/DomoApps/domoapps-cli/compare/v2.14.2...v2.14.3) (2016-03-25)
550
551
552### Technical Improvements
553
554* sending method and body to data endpoint ([d2bc408](https://github.com/DomoApps/domoapps-cli/commit/d2bc408))
555* v2.14.2 ([e6bd4e0](https://github.com/DomoApps/domoapps-cli/commit/e6bd4e0))
556* update domo.js to 2.5.2 ([103568d](https://github.com/DomoApps/domoapps-cli/commit/103568d))
557
558
559<a name="2.14.2"></a>
560## [2.14.2](https://github.com/DomoApps/domoapps-cli/compare/v2.14.1...v2.14.2) (2016-03-14)
561
562
563### Technical Improvements
564
565* v2.14.1 ([d5cbed4](https://github.com/DomoApps/domoapps-cli/commit/d5cbed4))
566* make domo logo grey ([4711eaa](https://github.com/DomoApps/domoapps-cli/commit/4711eaa))
567
568
569<a name="2.14.0"></a>
570# [2.14.0](https://github.com/DomoApps/domoapps-cli/compare/v2.13.8...v2.14.0) (2016-03-09)
571
572
573### Technical Improvements
574
575* make domo init create a new directory ([51a050f](https://github.com/DomoApps/domoapps-cli/commit/51a050f))
576* update whitelist ([c688397](https://github.com/DomoApps/domoapps-cli/commit/c688397))
577
578
579<a name="2.13.8"></a>
580## [2.13.8](https://github.com/DomoApps/domoapps-cli/compare/v2.13.7...v2.13.8) (2016-03-03)
581
582
583### Technical Improvements
584
585* DOMO-66519 add more domains to whitelist ([58b6cf9](https://github.com/DomoApps/domoapps-cli/commit/58b6cf9))
586
587
588<a name="2.13.7"></a>
589## [2.13.7](https://github.com/DomoApps/domoapps-cli/compare/v2.13.6...v2.13.7) (2016-03-03)
590
591
592### Bug Fixes
593
594* domo ls ([5007957](https://github.com/DomoApps/domoapps-cli/commit/5007957))
595
596
597<a name="2.13.6"></a>
598## [2.13.6](https://github.com/DomoApps/domoapps-cli/compare/v2.13.5...v2.13.6) (2016-03-03)
599
600
601### Bug Fixes
602
603* allow digits in alias names ([4c7c68d](https://github.com/DomoApps/domoapps-cli/commit/4c7c68d))
604
605
606<a name="2.13.5"></a>
607## [2.13.5](https://github.com/DomoApps/domoapps-cli/compare/v2.13.4...v2.13.5) (2016-03-02)
608
609
610### Bug Fixes
611
612* pass in real userId, and allow override ([bf1012f](https://github.com/DomoApps/domoapps-cli/commit/bf1012f))
613
614
615<a name="2.13.4"></a>
616## [2.13.4](https://github.com/DomoApps/domoapps-cli/compare/v2.13.3...v2.13.4) (2016-03-01)
617
618
619### User Experience Polish
620
621* validate alias names as valid JS props ([2ff3cfa](https://github.com/DomoApps/domoapps-cli/commit/2ff3cfa))
622
623
624<a name="2.13.3"></a>
625## [2.13.3](https://github.com/DomoApps/domoapps-cli/compare/v2.13.2...v2.13.3) (2016-02-29)
626
627
628### Technical Improvements
629
630* separate message for designs not yet published ([a36856c](https://github.com/DomoApps/domoapps-cli/commit/a36856c))
631
632
633<a name="2.13.2"></a>
634## [2.13.2](https://github.com/DomoApps/domoapps-cli/compare/v2.13.1...v2.13.2) (2016-02-29)
635
636
637### Bug Fixes
638
639* correct error message when no designs ([3c81f27](https://github.com/DomoApps/domoapps-cli/commit/3c81f27))
640
641
642<a name="2.13.1"></a>
643## [2.13.1](https://github.com/DomoApps/domoapps-cli/compare/v2.13.0...v2.13.1) (2016-02-26)
644
645
646### Technical Improvements
647
648* fix syntax ([ac8c23b](https://github.com/DomoApps/domoapps-cli/commit/ac8c23b))
649
650
651<a name="2.13.0"></a>
652# [2.13.0](https://github.com/DomoApps/domoapps-cli/compare/v2.12.3...v2.13.0) (2016-02-26)
653
654
655### Technical Improvements
656
657* proxy /domo requests ([0944434](https://github.com/DomoApps/domoapps-cli/commit/0944434))
658
659
660<a name="2.12.3"></a>
661## [2.12.3](https://github.com/DomoApps/domoapps-cli/compare/v2.12.2...v2.12.3) (2016-02-25)
662
663
664### Technical Improvements
665
666* more naming references ([e15f363](https://github.com/DomoApps/domoapps-cli/commit/e15f363))
667
668
669<a name="2.12.2"></a>
670## [2.12.2](https://github.com/DomoApps/domoapps-cli/compare/v2.12.1...v2.12.2) (2016-02-25)
671
672
673### Technical Improvements
674
675* use custom apps name ([8c86f6a](https://github.com/DomoApps/domoapps-cli/commit/8c86f6a))
676
677
678<a name="2.12.1"></a>
679## [2.12.1](https://github.com/DomoApps/domoapps-cli/compare/v2.12.0...v2.12.1) (2016-02-24)
680
681
682### Technical Improvements
683
684* fixing typo and improving the recreate message ([4577adf](https://github.com/DomoApps/domoapps-cli/commit/4577adf))
685* handling re-creation of (soft) deleted designs ([5df796a](https://github.com/DomoApps/domoapps-cli/commit/5df796a))
686
687
688<a name="2.12.0"></a>
689# [2.12.0](https://github.com/DomoApps/domoapps-cli/compare/v2.11.12...v2.12.0) (2016-02-09)
690
691
692### Features
693
694* domo release command ([e4e204e](https://github.com/DomoApps/domoapps-cli/commit/e4e204e))
695
696
697### Technical Improvements
698
699* add #ensureThumbnail ([a2be70d](https://github.com/DomoApps/domoapps-cli/commit/a2be70d))
700* update ryuu-client lib to 2.6.1 ([2f8204a](https://github.com/DomoApps/domoapps-cli/commit/2f8204a))
701
702
703<a name="2.11.12"></a>
704## [2.11.12](https://github.com/DomoApps/domoapps-cli/compare/v2.11.11...v2.11.12) (2016-02-08)
705
706
707### User Experience Polish
708
709* using our cache file ([3b8a312](https://github.com/DomoApps/domoapps-cli/commit/3b8a312))
710
711
712<a name="2.11.11"></a>
713## [2.11.11](https://github.com/DomoApps/domoapps-cli/compare/v2.11.10...v2.11.11) (2016-01-08)
714
715
716### Features
717
718* support opening link in new window/tab in domo dev ([f54c0f2](https://github.com/DomoApps/domoapps-cli/commit/f54c0f2))
719
720
721<a name="2.11.10"></a>
722## [2.11.10](https://github.com/DomoApps/domoapps-cli/compare/v2.11.9...v2.11.10) (2016-01-08)
723
724
725### Technical Improvements
726
727* update to domo.js 2.5.0 ([7db6d34](https://github.com/DomoApps/domoapps-cli/commit/7db6d34))
728
729
730<a name="2.11.9"></a>
731## [2.11.9](https://github.com/DomoApps/domoapps-cli/compare/v2.11.8...v2.11.9) (2016-01-06)
732
733
734### Technical Improvements
735
736* support all proxy paths ([7d59581](https://github.com/DomoApps/domoapps-cli/commit/7d59581))
737
738
739<a name="2.11.8"></a>
740## [2.11.8](https://github.com/DomoApps/domoapps-cli/compare/v2.11.7...v2.11.8) (2016-01-05)
741
742
743### Technical Improvements
744
745* support POST proxying ([6c3eab7](https://github.com/DomoApps/domoapps-cli/commit/6c3eab7))
746
747
748<a name="2.11.7"></a>
749## [2.11.7](https://github.com/DomoApps/domoapps-cli/compare/v2.11.6...v2.11.7) (2015-12-17)
750
751
752### Bug Fixes
753
754* manual include of domo.js ([704482a](https://github.com/DomoApps/domoapps-cli/commit/704482a))
755
756
757<a name="2.11.6"></a>
758## [2.11.6](https://github.com/DomoApps/domoapps-cli/compare/v2.11.5...v2.11.6) (2015-11-20)
759
760
761### Technical Improvements
762
763* add coupahost.com to whitelist ([68c17c9](https://github.com/DomoApps/domoapps-cli/commit/68c17c9))
764
765
766<a name="2.11.5"></a>
767## [2.11.5](https://github.com/DomoApps/domoapps-cli/compare/v2.11.4...v2.11.5) (2015-11-16)
768
769
770### Technical Improvements
771
772* fix domo init ([aca997b](https://github.com/DomoApps/domoapps-cli/commit/aca997b))
773
774
775<a name="2.11.4"></a>
776## [2.11.4](https://github.com/DomoApps/domoapps-cli/compare/v2.11.3...v2.11.4) (2015-11-16)
777
778
779### Technical Improvements
780
781* fix(init): Fix file system error for 'hello world' template. ([4d7450e](https://github.com/DomoApps/domoapps-cli/commit/4d7450e))
782
783
784<a name="2.11.3"></a>
785## [2.11.3](https://github.com/DomoApps/domoapps-cli/compare/v2.11.2...v2.11.3) (2015-10-28)
786
787
788### Technical Improvements
789
790* move session check into own util ([0da9c35](https://github.com/DomoApps/domoapps-cli/commit/0da9c35))
791
792
793### User Experience Polish
794
795* check session before domo ls ([e7e7be8](https://github.com/DomoApps/domoapps-cli/commit/e7e7be8))
796
797
798<a name="2.11.2"></a>
799## [2.11.2](https://github.com/DomoApps/domoapps-cli/compare/v2.11.1...v2.11.2) (2015-10-27)
800
801
802### Bug Fixes
803
804* support root-relative paths again in domo dev ([9cd8b52](https://github.com/DomoApps/domoapps-cli/commit/9cd8b52))
805
806
807<a name="2.11.1"></a>
808## [2.11.1](https://github.com/DomoApps/domoapps-cli/compare/v2.11.0...v2.11.1) (2015-10-27)
809
810
811### Bug Fixes
812
813* always pull latest domo.js lib on domo init ([450bd88](https://github.com/DomoApps/domoapps-cli/commit/450bd88))
814
815
816<a name="2.11.0"></a>
817# [2.11.0](https://github.com/DomoApps/domoapps-cli/compare/v2.10.2...v2.11.0) (2015-10-21)
818
819
820### Features
821
822* support link API in domo dev ([35c2718](https://github.com/DomoApps/domoapps-cli/commit/35c2718))
823
824
825### Technical Improvements
826
827* mount domo app separately from domo dev ([3f24448](https://github.com/DomoApps/domoapps-cli/commit/3f24448))
828
829
830<a name="2.10.2"></a>
831## [2.10.2](https://github.com/DomoApps/domoapps-cli/compare/v2.10.1...v2.10.2) (2015-10-20)
832
833
834### Technical Improvements
835
836* scale back file permissions to read/write ([8cc02c2](https://github.com/DomoApps/domoapps-cli/commit/8cc02c2))
837
838
839<a name="2.10.1"></a>
840## [2.10.1](https://github.com/DomoApps/domoapps-cli/compare/v2.10.0...v2.10.1) (2015-10-20)
841
842
843### Bug Fixes
844
845* recursively set download files to read/write ([31d9097](https://github.com/DomoApps/domoapps-cli/commit/31d9097))
846
847
848<a name="2.10.0"></a>
849# [2.10.0](https://github.com/DomoApps/domoapps-cli/compare/v2.9.3...v2.10.0) (2015-10-20)
850
851
852### Features
853
854* manifest-only init ([7599396](https://github.com/DomoApps/domoapps-cli/commit/7599396))
855
856
857<a name="2.9.3"></a>
858## [2.9.3](https://github.com/DomoApps/domoapps-cli/compare/v2.9.2...v2.9.3) (2015-10-12)
859
860
861### Technical Improvements
862
863* set file permissions explicitly ([ff7e48d](https://github.com/DomoApps/domoapps-cli/commit/ff7e48d))
864
865
866<a name="2.9.2"></a>
867## [2.9.2](https://github.com/DomoApps/domoapps-cli/compare/v2.9.1...v2.9.2) (2015-10-09)
868
869
870### Bug Fixes
871
872* pass accept header on domo dev ([b71638e](https://github.com/DomoApps/domoapps-cli/commit/b71638e))
873
874
875<a name="2.9.1"></a>
876## [2.9.1](https://github.com/DomoApps/domoapps-cli/compare/v2.9.0...v2.9.1) (2015-10-01)
877
878
879### Bug Fixes
880
881* handle invalid context ([5e357b1](https://github.com/DomoApps/domoapps-cli/commit/5e357b1))
882
883
884<a name="2.9.0"></a>
885# [2.9.0](https://github.com/DomoApps/domoapps-cli/compare/v2.8.2...v2.9.0) (2015-09-28)
886
887
888### User Experience Polish
889
890* domo dev: inform user of expired session ([b9db55c](https://github.com/DomoApps/domoapps-cli/commit/b9db55c))
891
892
893<a name="2.8.2"></a>
894## [2.8.2](https://github.com/DomoApps/domoapps-cli/compare/v2.8.1...v2.8.2) (2015-09-25)
895
896
897### Technical Improvements
898
899* better error message when sharing unpublished design ([e5410cd](https://github.com/DomoApps/domoapps-cli/commit/e5410cd))
900
901
902<a name="2.8.1"></a>
903## [2.8.1](https://github.com/DomoApps/domoapps-cli/compare/v2.8.0...v2.8.1) (2015-09-25)
904
905
906### Technical Improvements
907
908* fix domo dev to use new context refactor ([a27ca47](https://github.com/DomoApps/domoapps-cli/commit/a27ca47))
909* remove unused function ([d31c100](https://github.com/DomoApps/domoapps-cli/commit/d31c100))
910
911
912<a name="2.8.0"></a>
913# [2.8.0](https://github.com/DomoApps/domoapps-cli/compare/v2.7.0...v2.8.0) (2015-08-27)
914
915
916### Features
917
918* domo download ([70afdc4](https://github.com/DomoApps/domoapps-cli/commit/70afdc4))
919
920
921### Technical Improvements
922
923* refactor(version): add short hand flag for detecting version ([ea1938b](https://github.com/DomoApps/domoapps-cli/commit/ea1938b))
924
925
926<a name="2.7.0"></a>
927# [2.7.0](https://github.com/DomoApps/domoapps-cli/compare/v2.6.16...v2.7.0) (2015-08-19)
928
929
930### Technical Improvements
931
932* domo ls command ([eb9d080](https://github.com/DomoApps/domoapps-cli/commit/eb9d080))
933* use very latest domo.js ([532ecd1](https://github.com/DomoApps/domoapps-cli/commit/532ecd1))
934* always use latest domo.js lib ([09bbd56](https://github.com/DomoApps/domoapps-cli/commit/09bbd56))
935
936
937<a name="2.6.16"></a>
938## [2.6.16](https://github.com/DomoApps/domoapps-cli/compare/v2.6.15...v2.6.16) (2015-08-13)
939
940
941### Technical Improvements
942
943* Add more debugging for this error ([c60f670](https://github.com/DomoApps/domoapps-cli/commit/c60f670))
944
945
946<a name="2.6.15"></a>
947## [2.6.15](https://github.com/DomoApps/domoapps-cli/compare/v2.6.14...v2.6.15) (2015-08-03)
948
949
950### Technical Improvements
951
952* fix a bug for Ayne ([846a922](https://github.com/DomoApps/domoapps-cli/commit/846a922))
953
954
955<a name="2.6.14"></a>
956## [2.6.14](https://github.com/DomoApps/domoapps-cli/compare/v2.6.13...v2.6.14) (2015-07-29)
957
958
959### Technical Improvements
960
961* fix babel when ryuu installed globally ([b1c1bf2](https://github.com/DomoApps/domoapps-cli/commit/b1c1bf2))
962
963
964<a name="2.6.13"></a>
965## [2.6.13](https://github.com/DomoApps/domoapps-cli/compare/v2.6.12...v2.6.13) (2015-07-29)
966
967
968### Technical Improvements
969
970* move to domo.js ([a31147f](https://github.com/DomoApps/domoapps-cli/commit/a31147f))
971* remove grunt babel ([db74033](https://github.com/DomoApps/domoapps-cli/commit/db74033))
972
973
974<a name="2.6.12"></a>
975## [2.6.12](https://github.com/DomoApps/domoapps-cli/compare/v2.6.11...v2.6.12) (2015-07-28)
976
977
978### Technical Improvements
979
980* remove compiled files ([3817e8b](https://github.com/DomoApps/domoapps-cli/commit/3817e8b))
981* fix dependencies ([50b3440](https://github.com/DomoApps/domoapps-cli/commit/50b3440))
982
983
984<a name="2.6.11"></a>
985## [2.6.11](https://github.com/DomoApps/domoapps-cli/compare/v2.6.10...v2.6.11) (2015-07-28)
986
987
988### Technical Improvements
989
990* remove unused grunt task ([a0586b3](https://github.com/DomoApps/domoapps-cli/commit/a0586b3))
991* configure runner ([e443346](https://github.com/DomoApps/domoapps-cli/commit/e443346))
992* run babel on the fly instead of precompiled ([baf6ae2](https://github.com/DomoApps/domoapps-cli/commit/baf6ae2))
993
994
995<a name="2.6.10"></a>
996## [2.6.10](https://github.com/DomoApps/domoapps-cli/compare/v2.6.9...v2.6.10) (2015-07-28)
997
998
999### Technical Improvements
1000
1001* migrate from dataSourceId to dataSetId ([2982913](https://github.com/DomoApps/domoapps-cli/commit/2982913))
1002
1003
1004<a name="2.6.9"></a>
1005## [2.6.9](https://github.com/DomoApps/domoapps-cli/compare/v2.6.8...v2.6.9) (2015-07-27)
1006
1007
1008### Technical Improvements
1009
1010* Bump ryuu-client ([3929a50](https://github.com/DomoApps/domoapps-cli/commit/3929a50))
1011
1012
1013<a name="2.6.8"></a>
1014## [2.6.8](https://github.com/DomoApps/domoapps-cli/compare/v2.6.7...v2.6.8) (2015-07-23)
1015
1016
1017### Technical Improvements
1018
1019* refactor for better error messages ([3395b8f](https://github.com/DomoApps/domoapps-cli/commit/3395b8f))
1020
1021
1022<a name="2.6.7"></a>
1023## [2.6.7](https://github.com/DomoApps/domoapps-cli/compare/v2.6.6...v2.6.7) (2015-07-23)
1024
1025
1026### Technical Improvements
1027
1028* use latest client ([ee2f930](https://github.com/DomoApps/domoapps-cli/commit/ee2f930))
1029
1030
1031<a name="2.6.6"></a>
1032## [2.6.6](https://github.com/DomoApps/domoapps-cli/compare/v2.6.5...v2.6.6) (2015-07-23)
1033
1034
1035### Technical Improvements
1036
1037* include example at domo login prompt ([307fe7b](https://github.com/DomoApps/domoapps-cli/commit/307fe7b))
1038* use template strings for the logo ([bdc1c43](https://github.com/DomoApps/domoapps-cli/commit/bdc1c43))
1039
1040
1041<a name="2.6.5"></a>
1042## [2.6.5](https://github.com/DomoApps/domoapps-cli/compare/v2.6.4...v2.6.5) (2015-07-22)
1043
1044
1045### Technical Improvements
1046
1047* Update to latest ryuu-client ([3c7abb3](https://github.com/DomoApps/domoapps-cli/commit/3c7abb3))
1048* Properly pass down documented errors ([616386e](https://github.com/DomoApps/domoapps-cli/commit/616386e))
1049
1050
1051<a name="2.6.4"></a>
1052## [2.6.4](https://github.com/DomoApps/domoapps-cli/compare/v2.6.3...v2.6.4) (2015-07-22)
1053
1054
1055### Technical Improvements
1056
1057* enable harmony flag again ([235ac31](https://github.com/DomoApps/domoapps-cli/commit/235ac31))
1058
1059
1060<a name="2.6.3"></a>
1061## [2.6.3](https://github.com/DomoApps/domoapps-cli/compare/v2.6.2...v2.6.3) (2015-07-22)
1062
1063
1064### Technical Improvements
1065
1066* fix git add task ([d590e15](https://github.com/DomoApps/domoapps-cli/commit/d590e15))
1067
1068
1069<a name="2.6.2"></a>
1070## [2.6.2](https://github.com/DomoApps/domoapps-cli/compare/v2.6.1...v2.6.2) (2015-07-22)
1071
1072
1073### Technical Improvements
1074
1075* add all task ([5769d4b](https://github.com/DomoApps/domoapps-cli/commit/5769d4b))
1076* add missing dep ([366f0fc](https://github.com/DomoApps/domoapps-cli/commit/366f0fc))
1077
1078
1079<a name="2.6.1"></a>
1080## [2.6.1](https://github.com/DomoApps/domoapps-cli/compare/v2.6.0...v2.6.1) (2015-07-22)
1081
1082
1083### Technical Improvements
1084
1085* update grunt-release ([c806305](https://github.com/DomoApps/domoapps-cli/commit/c806305))
1086* comment ([5dfab2c](https://github.com/DomoApps/domoapps-cli/commit/5dfab2c))
1087
1088
1089<a name="2.6.0"></a>
1090# [2.6.0](https://github.com/DomoApps/domoapps-cli/compare/v2.5.0...v2.6.0) (2015-07-22)
1091
1092
1093### Technical Improvements
1094
1095* use babel ([7e55a5e](https://github.com/DomoApps/domoapps-cli/commit/7e55a5e))
1096
1097
1098<a name="2.5.0"></a>
1099# [2.5.0](https://github.com/DomoApps/domoapps-cli/compare/v2.4.3...v2.5.0) (2015-07-21)
1100
1101
1102### Technical Improvements
1103
1104* support simultaneous app development ([ffdef67](https://github.com/DomoApps/domoapps-cli/commit/ffdef67))
1105
1106
1107<a name="2.4.3"></a>
1108## [2.4.3](https://github.com/DomoApps/domoapps-cli/compare/v2.4.2...v2.4.3) (2015-07-21)
1109
1110
1111### Technical Improvements
1112
1113* Give more specific error messages for publish failures ([a08f5ef](https://github.com/DomoApps/domoapps-cli/commit/a08f5ef))
1114
1115
1116<a name="2.4.2"></a>
1117## [2.4.2](https://github.com/DomoApps/domoapps-cli/compare/v2.4.1...v2.4.2) (2015-07-20)
1118
1119
1120### Technical Improvements
1121
1122* update readme ([5b0070b](https://github.com/DomoApps/domoapps-cli/commit/5b0070b))
1123
1124
1125<a name="2.4.1"></a>
1126## [2.4.1](https://github.com/DomoApps/domoapps-cli/compare/v2.4.0...v2.4.1) (2015-07-15)
1127
1128
1129<a name="2.4.0"></a>
1130# [2.4.0](https://github.com/DomoApps/domoapps-cli/compare/v2.3.0...v2.4.0) (2015-07-15)
1131
1132
1133### Technical Improvements
1134
1135* prompt user to upgrade when out of date ([ed40dc5](https://github.com/DomoApps/domoapps-cli/commit/ed40dc5))
1136
1137
1138<a name="2.3.0"></a>
1139# [2.3.0](https://github.com/DomoApps/domoapps-cli/compare/v2.2.4...v2.3.0) (2015-07-15)
1140
1141
1142### Technical Improvements
1143
1144* check and verify CLI version on login ([d713dd6](https://github.com/DomoApps/domoapps-cli/commit/d713dd6))
1145* add 'warn' and 'info' logging functions ([9d1f526](https://github.com/DomoApps/domoapps-cli/commit/9d1f526))
1146* Better document "owners" ([56530e9](https://github.com/DomoApps/domoapps-cli/commit/56530e9))
1147* Add a timestamp to the publish command ([0830233](https://github.com/DomoApps/domoapps-cli/commit/0830233))
1148
1149
1150<a name="2.2.4"></a>
1151## [2.2.4](https://github.com/DomoApps/domoapps-cli/compare/v2.2.3...v2.2.4) (2015-07-13)
1152
1153
1154### Technical Improvements
1155
1156* update readme ([8a44083](https://github.com/DomoApps/domoapps-cli/commit/8a44083))
1157
1158
1159<a name="2.2.3"></a>
1160## [2.2.3](https://github.com/DomoApps/domoapps-cli/compare/v2.2.2...v2.2.3) (2015-07-09)
1161
1162
1163### Technical Improvements
1164
1165* add license ([b92752c](https://github.com/DomoApps/domoapps-cli/commit/b92752c))
1166
1167
1168<a name="2.2.2"></a>
1169## [2.2.2](https://github.com/DomoApps/domoapps-cli/compare/v2.2.1...v2.2.2) (2015-07-09)
1170
1171
1172### Technical Improvements
1173
1174* use client 2.3.3 ([ed61934](https://github.com/DomoApps/domoapps-cli/commit/ed61934))
1175* v2.2.1 ([5987c78](https://github.com/DomoApps/domoapps-cli/commit/5987c78))
1176
1177
1178<a name="2.2.1"></a>
1179## [2.2.1](https://github.com/DomoApps/domoapps-cli/compare/v2.2.0...v2.2.1) (2015-07-09)
1180
1181
1182### Technical Improvements
1183
1184* publish to npm ([92d5ed5](https://github.com/DomoApps/domoapps-cli/commit/92d5ed5))
1185
1186
1187<a name="2.2.0"></a>
1188# [2.2.0](https://github.com/DomoApps/domoapps-cli/compare/v2.1.1...v2.2.0) (2015-07-08)
1189
1190
1191### Technical Improvements
1192
1193* update to latest client ([3bea848](https://github.com/DomoApps/domoapps-cli/commit/3bea848))
1194* Make this reduction a bit more elegant ([0132ff2](https://github.com/DomoApps/domoapps-cli/commit/0132ff2))
1195* Don't overwrite anything with domo init ([2fc7de5](https://github.com/DomoApps/domoapps-cli/commit/2fc7de5))
1196* Fix bad formatting of manifest.json file ([80f7767](https://github.com/DomoApps/domoapps-cli/commit/80f7767))
1197
1198
1199<a name="2.1.1"></a>
1200## [2.1.1](https://github.com/DomoApps/domoapps-cli/compare/v2.1.0...v2.1.1) (2015-06-18)
1201
1202
1203### Technical Improvements
1204
1205* restore login memory functionality ([d42622a](https://github.com/DomoApps/domoapps-cli/commit/d42622a))
1206
1207
1208<a name="2.1.0"></a>
1209# [2.1.0](https://github.com/DomoApps/domoapps-cli/compare/v2.0.1...v2.1.0) (2015-06-18)
1210
1211
1212### Technical Improvements
1213
1214* support configured instances ([ea67015](https://github.com/DomoApps/domoapps-cli/commit/ea67015))
1215
1216
1217<a name="2.0.1"></a>
1218## [2.0.1](https://github.com/DomoApps/domoapps-cli/compare/v2.0.0...v2.0.1) (2015-06-17)
1219
1220
1221### Technical Improvements
1222
1223* fix for legacy login format ([fec7e79](https://github.com/DomoApps/domoapps-cli/commit/fec7e79))
1224* lock inquirer version ([ec7a7ce](https://github.com/DomoApps/domoapps-cli/commit/ec7a7ce))
1225
1226
1227<a name="2.0.0"></a>
1228# [2.0.0](https://github.com/DomoApps/domoapps-cli/compare/v1.9.0...v2.0.0) (2015-06-16)
1229
1230
1231### Technical Improvements
1232
1233* consolidate authentication check ([a01c396](https://github.com/DomoApps/domoapps-cli/commit/a01c396))
1234* enable harmony and check for supported Node version ([0908f8a](https://github.com/DomoApps/domoapps-cli/commit/0908f8a))
1235* remove old domo.js template ([76d4667](https://github.com/DomoApps/domoapps-cli/commit/76d4667))
1236* enable local development with domo dev command ([5fc064f](https://github.com/DomoApps/domoapps-cli/commit/5fc064f))
1237
1238
1239<a name="1.9.0"></a>
1240# [1.9.0](https://github.com/DomoApps/domoapps-cli/compare/v1.8.0...v1.9.0) (2015-06-09)
1241
1242
1243### Technical Improvements
1244
1245* v1.8.1 ([8c3a35f](https://github.com/DomoApps/domoapps-cli/commit/8c3a35f))
1246* include domoapp design name in publish log ([352a249](https://github.com/DomoApps/domoapps-cli/commit/352a249))
1247* update changelog ([2531e5c](https://github.com/DomoApps/domoapps-cli/commit/2531e5c))
1248* instance selection list with populating email ([d7a1e39](https://github.com/DomoApps/domoapps-cli/commit/d7a1e39))
1249
1250
1251<a name="1.8.0"></a>
1252# [1.8.0](https://github.com/DomoApps/domoapps-cli/compare/v1.7.4...v1.8.0) (2015-06-09)
1253
1254
1255### Technical Improvements
1256
1257* require full Domo instance ([e2dbbc0](https://github.com/DomoApps/domoapps-cli/commit/e2dbbc0))
1258* inform user of publish location ([7764ced](https://github.com/DomoApps/domoapps-cli/commit/7764ced))
1259* let user know which env was logged into ([9151f31](https://github.com/DomoApps/domoapps-cli/commit/9151f31))
1260* use consistent capitalization ([4b49b9c](https://github.com/DomoApps/domoapps-cli/commit/4b49b9c))
1261* exit process on fail ([b7f0108](https://github.com/DomoApps/domoapps-cli/commit/b7f0108))
1262
1263
1264<a name="1.7.4"></a>
1265## [1.7.4](https://github.com/DomoApps/domoapps-cli/compare/v1.7.3...v1.7.4) (2015-06-01)
1266
1267
1268### Technical Improvements
1269
1270* log formatting errors ([ee165de](https://github.com/DomoApps/domoapps-cli/commit/ee165de))
1271* use domoapps-client 0.5.0 ([ad23eb7](https://github.com/DomoApps/domoapps-cli/commit/ad23eb7))
1272* Fix link to quick start guide. ([a76f0dd](https://github.com/DomoApps/domoapps-cli/commit/a76f0dd))
1273* Merge cli docs into main documentation ([54e4d21](https://github.com/DomoApps/domoapps-cli/commit/54e4d21))
1274* Rename data source to dataset. ([e9d40fd](https://github.com/DomoApps/domoapps-cli/commit/e9d40fd))
1275* Update old documentation ([87a712c](https://github.com/DomoApps/domoapps-cli/commit/87a712c))
1276
1277
1278<a name="1.7.3"></a>
1279## [1.7.3](https://github.com/DomoApps/domoapps-cli/compare/v1.7.2...v1.7.3) (2015-05-20)
1280
1281
1282### Technical Improvements
1283
1284* use full syntax for domo.js dependency ([47ef390](https://github.com/DomoApps/domoapps-cli/commit/47ef390))
1285* update domoapps-client to 1.4.1 ([dc44742](https://github.com/DomoApps/domoapps-cli/commit/dc44742))
1286* automatically pull in the latest domo.js lib ([ec07cda](https://github.com/DomoApps/domoapps-cli/commit/ec07cda))
1287* update install location ([28f9a05](https://github.com/DomoApps/domoapps-cli/commit/28f9a05))
1288* better install instructions ([6b01ce7](https://github.com/DomoApps/domoapps-cli/commit/6b01ce7))
1289* remove legacy apps stuff ([1b56197](https://github.com/DomoApps/domoapps-cli/commit/1b56197))
1290* update note about node version ([a182394](https://github.com/DomoApps/domoapps-cli/commit/a182394))
1291
1292
1293<a name="1.7.2"></a>
1294## [1.7.2](https://github.com/DomoApps/domoapps-cli/compare/v1.0.0...v1.7.2) (2015-05-06)
1295
1296
1297### Technical Improvements
1298
1299* Add docs for datetimeintervaloffset, or "last" ([2cfd239](https://github.com/DomoApps/domoapps-cli/commit/2cfd239))
1300* start using grunt-release ([037e930](https://github.com/DomoApps/domoapps-cli/commit/037e930))
1301* v1.7.1 ([71ee0b1](https://github.com/DomoApps/domoapps-cli/commit/71ee0b1))
1302* make linting happy ([fb7ad01](https://github.com/DomoApps/domoapps-cli/commit/fb7ad01))
1303* improved --watch reliability ([23870c8](https://github.com/DomoApps/domoapps-cli/commit/23870c8))
1304* Pointing CLI to correct version of client ([8b6b615](https://github.com/DomoApps/domoapps-cli/commit/8b6b615))
1305* v1.7.0 ([0d55e65](https://github.com/DomoApps/domoapps-cli/commit/0d55e65))
1306* Adding ability to delete designs ([6b3f462](https://github.com/DomoApps/domoapps-cli/commit/6b3f462))
1307* v1.6.1 ([a5e5aa1](https://github.com/DomoApps/domoapps-cli/commit/a5e5aa1))
1308* Forgot to clean up some comments ([118e288](https://github.com/DomoApps/domoapps-cli/commit/118e288))
1309* Fixing the output of 'domo owner ls' and adding the -i option to specify the design ID when not run from a location with a valid manifest.json file ([f268e61](https://github.com/DomoApps/domoapps-cli/commit/f268e61))
1310* Adding design owner management ([2fc655a](https://github.com/DomoApps/domoapps-cli/commit/2fc655a))
1311* Fix broken link ([1656b84](https://github.com/DomoApps/domoapps-cli/commit/1656b84))
1312* Polish up the documentation a little ([f50d410](https://github.com/DomoApps/domoapps-cli/commit/f50d410))
1313* Update node version in docs ([453111a](https://github.com/DomoApps/domoapps-cli/commit/453111a))
1314* Add info about domo.js. Improve formatting. ([927e2a1](https://github.com/DomoApps/domoapps-cli/commit/927e2a1))
1315* Improve main documentation ([eb28305](https://github.com/DomoApps/domoapps-cli/commit/eb28305))
1316* v1.5.0 ([5c42b38](https://github.com/DomoApps/domoapps-cli/commit/5c42b38))
1317* update to domoapps-client 1.1.0 ([e4de3ef](https://github.com/DomoApps/domoapps-cli/commit/e4de3ef))
1318* move tests to domoapps-client repo ([c0b816f](https://github.com/DomoApps/domoapps-cli/commit/c0b816f))
1319* move domoapps-client into own repo ([3a31b84](https://github.com/DomoApps/domoapps-cli/commit/3a31b84))
1320* fix tests ([b38f567](https://github.com/DomoApps/domoapps-cli/commit/b38f567))
1321* v1.4.0 ([5b956bf](https://github.com/DomoApps/domoapps-cli/commit/5b956bf))
1322* pull CLI version from package.json ([3a0fee2](https://github.com/DomoApps/domoapps-cli/commit/3a0fee2))
1323* validate manifest.json format before publishing ([3490dd0](https://github.com/DomoApps/domoapps-cli/commit/3490dd0))
1324* add link to node.org ([9c6bc44](https://github.com/DomoApps/domoapps-cli/commit/9c6bc44))
1325* refactor ok and fail messages to allow submessages ([7f02e45](https://github.com/DomoApps/domoapps-cli/commit/7f02e45))
1326* inform user of next step after domo init ([c6cfa30](https://github.com/DomoApps/domoapps-cli/commit/c6cfa30))
1327* add auth headers ([cc0b4ad](https://github.com/DomoApps/domoapps-cli/commit/cc0b4ad))
1328* catch error when invalid login ([199a689](https://github.com/DomoApps/domoapps-cli/commit/199a689))
1329* ensure manifest.json is valid JSON ([bf321df](https://github.com/DomoApps/domoapps-cli/commit/bf321df))
1330* fix broken links to examples ([14d0dce](https://github.com/DomoApps/domoapps-cli/commit/14d0dce))
1331* add 1x1 default size to the manifest template ([27bb92a](https://github.com/DomoApps/domoapps-cli/commit/27bb92a))
1332* update domo.js to v1.0.0 ([54002fb](https://github.com/DomoApps/domoapps-cli/commit/54002fb))
1333* Fix broken link in README ([ff8f390](https://github.com/DomoApps/domoapps-cli/commit/ff8f390))
1334* Update docs location in wiki ([41c4dd6](https://github.com/DomoApps/domoapps-cli/commit/41c4dd6))
1335* Remove docs from repo. They are now on the wiki. ([073364f](https://github.com/DomoApps/domoapps-cli/commit/073364f))
1336* Redirect documentation to Wiki ([f839dd3](https://github.com/DomoApps/domoapps-cli/commit/f839dd3))
1337* Add documentation on sizing in manifest file ([e32db0b](https://github.com/DomoApps/domoapps-cli/commit/e32db0b))
1338* add note about updating the CLI ([a3de5ec](https://github.com/DomoApps/domoapps-cli/commit/a3de5ec))
1339* instructions for publish and migrate commands ([5b1649f](https://github.com/DomoApps/domoapps-cli/commit/5b1649f))
1340* v1.3.1 ([e51e242](https://github.com/DomoApps/domoapps-cli/commit/e51e242))
1341* fix for design service result ([86dafc3](https://github.com/DomoApps/domoapps-cli/commit/86dafc3))
1342* add auth to tests ([a051655](https://github.com/DomoApps/domoapps-cli/commit/a051655))
1343* update to use latest design service api ([ad0f0ed](https://github.com/DomoApps/domoapps-cli/commit/ad0f0ed))
1344* Add rolling period documentation ([a4fd284](https://github.com/DomoApps/domoapps-cli/commit/a4fd284))
1345* point to github dep ([056dea4](https://github.com/DomoApps/domoapps-cli/commit/056dea4))
1346* v1.3.0 ([5419a88](https://github.com/DomoApps/domoapps-cli/commit/5419a88))
1347* add domo publish command ([770b3ed](https://github.com/DomoApps/domoapps-cli/commit/770b3ed))
1348* allow domo login from any directory, no longer needs a manifest.json present ([e117b47](https://github.com/DomoApps/domoapps-cli/commit/e117b47))
1349* Add documentation on period-to-date ([36464de](https://github.com/DomoApps/domoapps-cli/commit/36464de))
1350* Remove obsolete operators from docs ([344ff69](https://github.com/DomoApps/domoapps-cli/commit/344ff69))
1351* Add docs about in and !in ([4421167](https://github.com/DomoApps/domoapps-cli/commit/4421167))
1352* Add docs for not equals ([ef0b321](https://github.com/DomoApps/domoapps-cli/commit/ef0b321))
1353* v1.2.0 ([f799edc](https://github.com/DomoApps/domoapps-cli/commit/f799edc))
1354* better error handling ([d6bc477](https://github.com/DomoApps/domoapps-cli/commit/d6bc477))
1355* Add docs about Date filtering ([d0b30a6](https://github.com/DomoApps/domoapps-cli/commit/d0b30a6))
1356* fix apiContent urls ([686ead7](https://github.com/DomoApps/domoapps-cli/commit/686ead7))
1357* v1.1.0 ([e9374d9](https://github.com/DomoApps/domoapps-cli/commit/e9374d9))
1358* add domo revert command ([d035be9](https://github.com/DomoApps/domoapps-cli/commit/d035be9))
1359* Fix capitalization ([d555def](https://github.com/DomoApps/domoapps-cli/commit/d555def))
1360* Fix newline issue in manifest doc ([cb9b846](https://github.com/DomoApps/domoapps-cli/commit/cb9b846))
1361* Add a clarification to the manifest doc ([5195414](https://github.com/DomoApps/domoapps-cli/commit/5195414))
1362* One more thing ([bbba01f](https://github.com/DomoApps/domoapps-cli/commit/bbba01f))
1363* Improvements to manifest documentation ([d912473](https://github.com/DomoApps/domoapps-cli/commit/d912473))
1364* Fix formatting of documentation index ([a3783f9](https://github.com/DomoApps/domoapps-cli/commit/a3783f9))
1365* Update documentation ([cf5a9b0](https://github.com/DomoApps/domoapps-cli/commit/cf5a9b0))
1366* Various improvements to migration document ([f195728](https://github.com/DomoApps/domoapps-cli/commit/f195728))
1367* add migration docs ([3a59393](https://github.com/DomoApps/domoapps-cli/commit/3a59393))
1368* Add in more specific information ([2118316](https://github.com/DomoApps/domoapps-cli/commit/2118316))
1369* Overhaul migration doc ([307c5c5](https://github.com/DomoApps/domoapps-cli/commit/307c5c5))
1370* display correct error message on a failed upload ([dad91ea](https://github.com/DomoApps/domoapps-cli/commit/dad91ea))
1371* use PUT instead of POST for updating kpis ([d10da69](https://github.com/DomoApps/domoapps-cli/commit/d10da69))
1372* Add one more step to the migration docs. ([373eaba](https://github.com/DomoApps/domoapps-cli/commit/373eaba))
1373* Typo ([452be33](https://github.com/DomoApps/domoapps-cli/commit/452be33))
1374* Improve documentation ([65b34df](https://github.com/DomoApps/domoapps-cli/commit/65b34df))
1375* Grammatical change ([a27fb32](https://github.com/DomoApps/domoapps-cli/commit/a27fb32))
1376* Fix typo ([9bb8866](https://github.com/DomoApps/domoapps-cli/commit/9bb8866))
1377* More minor updates ([ad9c90b](https://github.com/DomoApps/domoapps-cli/commit/ad9c90b))
1378* Fix typos ([1684a99](https://github.com/DomoApps/domoapps-cli/commit/1684a99))
1379* Add documentation for updating js data ([d11399a](https://github.com/DomoApps/domoapps-cli/commit/d11399a))
1380* Update docs with migration steps ([1c17e33](https://github.com/DomoApps/domoapps-cli/commit/1c17e33))
1381* add instructions for installing ([031b38d](https://github.com/DomoApps/domoapps-cli/commit/031b38d))
1382* add domo init command ([2e7210e](https://github.com/DomoApps/domoapps-cli/commit/2e7210e))
1383* add domo.env containing any query params ([a357730](https://github.com/DomoApps/domoapps-cli/commit/a357730))
1384* add instructions for adding a domoapp to the page ([9a54195](https://github.com/DomoApps/domoapps-cli/commit/9a54195))
1385* add note about the domo revert command ([5b8dd8b](https://github.com/DomoApps/domoapps-cli/commit/5b8dd8b))
1386* better readme ([c1c8d5b](https://github.com/DomoApps/domoapps-cli/commit/c1c8d5b))
1387* default version at 1.0.0 ([dfa822c](https://github.com/DomoApps/domoapps-cli/commit/dfa822c))
1388* move migrating section to the wiki ([18ded7c](https://github.com/DomoApps/domoapps-cli/commit/18ded7c))
1389* update watch command to work with new lib ([6bd3719](https://github.com/DomoApps/domoapps-cli/commit/6bd3719))
1390* upload all assets when the design version or id changes ([25b5d8f](https://github.com/DomoApps/domoapps-cli/commit/25b5d8f))
1391
1392
1393### Tests
1394
1395* add more tests ([b76950f](https://github.com/DomoApps/domoapps-cli/commit/b76950f))
1396
1397
1398<a name="1.0.0"></a>
1399# [1.0.0](https://github.com/DomoApps/domoapps-cli/compare/0.2.0...v1.0.0) (2014-09-16)
1400
1401
1402### Technical Improvements
1403
1404* add domo.uploadAsset function ([a745bec](https://github.com/DomoApps/domoapps-cli/commit/a745bec))
1405* cleanup ([25dc07e](https://github.com/DomoApps/domoapps-cli/commit/25dc07e))
1406* create design ([cdc034e](https://github.com/DomoApps/domoapps-cli/commit/cdc034e))
1407* domo.getAsset function ([cda83a3](https://github.com/DomoApps/domoapps-cli/commit/cda83a3))
1408* fix autopopulate most recent login ([9b608ba](https://github.com/DomoApps/domoapps-cli/commit/9b608ba))
1409* initial migration script ([d3e21b7](https://github.com/DomoApps/domoapps-cli/commit/d3e21b7))
1410* make test setup even more awesome ([2d31582](https://github.com/DomoApps/domoapps-cli/commit/2d31582))
1411* login ([5931e9a](https://github.com/DomoApps/domoapps-cli/commit/5931e9a))
1412* move functionality into domo.js ([f589ecd](https://github.com/DomoApps/domoapps-cli/commit/f589ecd))
1413* domo.uploadAllAssets ([f631b84](https://github.com/DomoApps/domoapps-cli/commit/f631b84))
1414* update deps ([d7ec932](https://github.com/DomoApps/domoapps-cli/commit/d7ec932))
1415* cleanup ([65f4f4f](https://github.com/DomoApps/domoapps-cli/commit/65f4f4f))
1416* cleanup design test ([94af9b1](https://github.com/DomoApps/domoapps-cli/commit/94af9b1))
1417* even better test setup ([03e5089](https://github.com/DomoApps/domoapps-cli/commit/03e5089))
1418* update CLI to use new lib functions ([7dc9e3b](https://github.com/DomoApps/domoapps-cli/commit/7dc9e3b))
1419* domo.updateKpi ([5ff6403](https://github.com/DomoApps/domoapps-cli/commit/5ff6403))
1420* domo.getKpi method ([5259f74](https://github.com/DomoApps/domoapps-cli/commit/5259f74))
1421* refactor lib ([e416890](https://github.com/DomoApps/domoapps-cli/commit/e416890))
1422* domo.createApp method ([cfb8223](https://github.com/DomoApps/domoapps-cli/commit/cfb8223))
1423* domo migrate command ([4231c09](https://github.com/DomoApps/domoapps-cli/commit/4231c09))
1424* test setup ([adfeead](https://github.com/DomoApps/domoapps-cli/commit/adfeead))
1425
1426
1427### Tests
1428
1429* add test for domo publish ([ee341c1](https://github.com/DomoApps/domoapps-cli/commit/ee341c1))
1430* add unit test for login command ([3cde7b0](https://github.com/DomoApps/domoapps-cli/commit/3cde7b0))
1431* cleanup tests ([4f699db](https://github.com/DomoApps/domoapps-cli/commit/4f699db))
1432* upload asset test ([a6e5329](https://github.com/DomoApps/domoapps-cli/commit/a6e5329))
1433
1434
1435<a name="0.2.0"></a>
1436# [0.2.0](https://github.com/DomoApps/domoapps-cli/compare/0.1.0...0.2.0) (2014-09-03)
1437
1438
1439### Technical Improvements
1440
1441* remember most recent login customer and email, save customer in manifest for future publishes ([7f36494](https://github.com/DomoApps/domoapps-cli/commit/7f36494))
1442
1443
1444<a name="0.1.0"></a>
1445# [0.1.0](https://github.com/DomoApps/domoapps-cli/compare/0f7b3b3...0.1.0) (2014-08-19)
1446
1447
1448### Technical Improvements
1449
1450* initial domoapp cli ([0f7b3b3](https://github.com/DomoApps/domoapps-cli/commit/0f7b3b3))
1451
1452