UNPKG

14.5 kBMarkdownView Raw
1## [2.17.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.17.0...v2.17.1) (2018-10-23)
2
3
4### Bug Fixes
5
6* **sql:** don’t die if postinstallscript isnt found ([af2cdca](https://github.com/roundtablelearning/rtolms-cli/commit/af2cdca))
7* **which:** require config first ([0178f1a](https://github.com/roundtablelearning/rtolms-cli/commit/0178f1a)), closes [#25](https://github.com/roundtablelearning/rtolms-cli/issues/25)
8
9# [2.17.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.16.2...v2.17.0) (2018-10-23)
10
11
12### Bug Fixes
13
14* **link:** don’t pass argv to unlink ([669f726](https://github.com/roundtablelearning/rtolms-cli/commit/669f726)), closes [#24](https://github.com/roundtablelearning/rtolms-cli/issues/24)
15
16
17### Features
18
19* **config:** Read db and server from .env and .env.defaults ([a1080d1](https://github.com/roundtablelearning/rtolms-cli/commit/a1080d1)), closes [#20](https://github.com/roundtablelearning/rtolms-cli/issues/20)
20
21## [2.16.2](https://github.com/roundtablelearning/rtolms-cli/compare/v2.16.1...v2.16.2) (2018-10-23)
22
23## [2.16.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.16.0...v2.16.1) (2018-10-23)
24
25
26### Bug Fixes
27
28* **reconfig:** add warning when connection string doesn’t contain auth info ([d18d209](https://github.com/roundtablelearning/rtolms-cli/commit/d18d209))
29
30# [2.16.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.15.0...v2.16.0) (2018-10-23)
31
32
33### Features
34
35* **reconfigure:** add “-R” flag to replace connection string entirely ([36cf56b](https://github.com/roundtablelearning/rtolms-cli/commit/36cf56b))
36
37# [2.15.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.14.1...v2.15.0) (2018-10-19)
38
39
40### Features
41
42* **admin:** Add command to replicate labels accross all repos ([4f7c0f2](https://github.com/roundtablelearning/rtolms-cli/commit/4f7c0f2))
43
44## [2.14.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.14.0...v2.14.1) (2018-10-03)
45
46
47### Bug Fixes
48
49* **reconfigure:** Find reconfig files from custom repo root ([340cf24](https://github.com/roundtablelearning/rtolms-cli/commit/340cf24)), closes [#19](https://github.com/roundtablelearning/rtolms-cli/issues/19)
50
51# [2.14.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.13.0...v2.14.0) (2018-10-01)
52
53
54### Features
55
56* **sql:** Add option to find archived scripts ([7d27282](https://github.com/roundtablelearning/rtolms-cli/commit/7d27282)), closes [#23](https://github.com/roundtablelearning/rtolms-cli/issues/23)
57* **sql:** Alias incrementals to base sql command ([a85acde](https://github.com/roundtablelearning/rtolms-cli/commit/a85acde))
58* **sql:** Run postinstall after everything ([acd08b1](https://github.com/roundtablelearning/rtolms-cli/commit/acd08b1)), closes [#22](https://github.com/roundtablelearning/rtolms-cli/issues/22)
59
60# [2.13.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.12.0...v2.13.0) (2018-09-27)
61
62
63### Features
64
65* **admin:** Bulk assign team membership across repos ([c41bb73](https://github.com/roundtablelearning/rtolms-cli/commit/c41bb73))
66
67# [2.12.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.11.0...v2.12.0) (2018-09-20)
68
69
70### Features
71
72* **link:** Use junction symlink type with flag only ([271d80d](https://github.com/roundtablelearning/rtolms-cli/commit/271d80d))
73
74# [2.11.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.10.1...v2.11.0) (2018-08-27)
75
76
77### Features
78
79* **reconfigure:** Add "reconfig" alias ([6756439](https://github.com/roundtablelearning/rtolms-cli/commit/6756439))
80
81## [2.10.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.10.0...v2.10.1) (2018-08-21)
82
83
84### Bug Fixes
85
86* **sql:** Execute incrementals by filename date ([77e1f04](https://github.com/roundtablelearning/rtolms-cli/commit/77e1f04)), closes [#17](https://github.com/roundtablelearning/rtolms-cli/issues/17)
87
88# [2.10.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.9.1...v2.10.0) (2018-08-15)
89
90
91### Features
92
93* **status:** Add "st", "stat" aliases for status command ([6a0d790](https://github.com/roundtablelearning/rtolms-cli/commit/6a0d790))
94
95## [2.9.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.9.0...v2.9.1) (2018-08-09)
96
97
98### Bug Fixes
99
100* **utils:** Change param defaults for decorateRepoPath ([935d0c1](https://github.com/roundtablelearning/rtolms-cli/commit/935d0c1)), closes [#18](https://github.com/roundtablelearning/rtolms-cli/issues/18)
101
102# [2.9.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.8.0...v2.9.0) (2018-08-08)
103
104
105### Features
106
107* **sql:** Replace `--select-months` flag with `--from` with nice date parsing ([498c742](https://github.com/roundtablelearning/rtolms-cli/commit/498c742))
108
109# [2.8.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.7.1...v2.8.0) (2018-08-08)
110
111
112### Features
113
114* **status:** Add hyperlinks to repo paths ([31216d7](https://github.com/roundtablelearning/rtolms-cli/commit/31216d7))
115
116## [2.7.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.7.0...v2.7.1) (2018-08-08)
117
118
119### Bug Fixes
120
121* move dev dependency to default deps ([87574be](https://github.com/roundtablelearning/rtolms-cli/commit/87574be))
122
123# [2.7.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.6.0...v2.7.0) (2018-08-08)
124
125
126### Bug Fixes
127
128* **status:** Pad status symbol ([163eda6](https://github.com/roundtablelearning/rtolms-cli/commit/163eda6))
129
130
131### Features
132
133* **status:** Add option to fetch repos before displaying status ([37b5817](https://github.com/roundtablelearning/rtolms-cli/commit/37b5817))
134* **status:** Pad repo title to make status display more columnar ([0f068eb](https://github.com/roundtablelearning/rtolms-cli/commit/0f068eb))
135
136# [2.6.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.5.0...v2.6.0) (2018-08-07)
137
138
139### Features
140
141* **status:** Add status command to list current state of all repos ([5245c67](https://github.com/roundtablelearning/rtolms-cli/commit/5245c67)), closes [#4](https://github.com/roundtablelearning/rtolms-cli/issues/4)
142
143# [2.5.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.4.4...v2.5.0) (2018-08-07)
144
145
146### Features
147
148* **reconfigure:** Change args to flags ([b602cdd](https://github.com/roundtablelearning/rtolms-cli/commit/b602cdd)), closes [#15](https://github.com/roundtablelearning/rtolms-cli/issues/15)
149
150## [2.4.4](https://github.com/roundtablelearning/rtolms-cli/compare/v2.4.3...v2.4.4) (2018-08-07)
151
152
153### Bug Fixes
154
155* **sql:** Replace server relative dot with localhost ([69113f3](https://github.com/roundtablelearning/rtolms-cli/commit/69113f3)), closes [#14](https://github.com/roundtablelearning/rtolms-cli/issues/14)
156
157## [2.4.3](https://github.com/roundtablelearning/rtolms-cli/compare/v2.4.2...v2.4.3) (2018-08-07)
158
159## [2.4.2](https://github.com/roundtablelearning/rtolms-cli/compare/v2.4.1...v2.4.2) (2018-08-07)
160
161
162### Bug Fixes
163
164* **docs:** correct defaults messaging ([b7f45a6](https://github.com/roundtablelearning/rtolms-cli/commit/b7f45a6))
165
166## [2.4.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.4.0...v2.4.1) (2018-08-07)
167
168
169### Bug Fixes
170
171* **sql:** Parse server config with instance names ([abdbbc0](https://github.com/roundtablelearning/rtolms-cli/commit/abdbbc0))
172
173# [2.4.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.3.1...v2.4.0) (2018-08-07)
174
175
176### Features
177
178* **sql:** Add command to run sql incrementals ([434336d](https://github.com/roundtablelearning/rtolms-cli/commit/434336d))
179
180## [2.3.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.3.0...v2.3.1) (2018-08-02)
181
182
183### Bug Fixes
184
185* **build:** install correct node version ([2fb2f85](https://github.com/roundtablelearning/rtolms-cli/commit/2fb2f85))
186
187# [2.3.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.2.0...v2.3.0) (2018-08-01)
188
189
190### Features
191
192* Add which command ([16be976](https://github.com/roundtablelearning/rtolms-cli/commit/16be976)), closes [#10](https://github.com/roundtablelearning/rtolms-cli/issues/10)
193
194# [2.2.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.1.0...v2.2.0) (2018-08-01)
195
196
197### Features
198
199* **reconfigure:** Add maildrop configuration option ([16178f5](https://github.com/roundtablelearning/rtolms-cli/commit/16178f5)), closes [#9](https://github.com/roundtablelearning/rtolms-cli/issues/9)
200
201# [2.1.0](https://github.com/roundtablelearning/rtolms-cli/compare/v2.0.2...v2.1.0) (2018-08-01)
202
203
204### Features
205
206* **reconfigure:** Alias “reconf” ([dcf9ffe](https://github.com/roundtablelearning/rtolms-cli/commit/dcf9ffe))
207
208## [2.0.2](https://github.com/roundtablelearning/rtolms-cli/compare/v2.0.1...v2.0.2) (2018-08-01)
209
210
211### Bug Fixes
212
213* **reconfigure:** Use correct arg names ([0b358b5](https://github.com/roundtablelearning/rtolms-cli/commit/0b358b5))
214
215## [2.0.1](https://github.com/roundtablelearning/rtolms-cli/compare/v2.0.0...v2.0.1) (2018-08-01)
216
217
218### Bug Fixes
219
220* **reconfigure:** Replace alternate style connection strings ([2f44a59](https://github.com/roundtablelearning/rtolms-cli/commit/2f44a59)), closes [#8](https://github.com/roundtablelearning/rtolms-cli/issues/8)
221* **reconfigure:** Replace database as well ([1c23578](https://github.com/roundtablelearning/rtolms-cli/commit/1c23578)), closes [#8](https://github.com/roundtablelearning/rtolms-cli/issues/8)
222
223# [2.0.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.10.0...v2.0.0) (2018-08-01)
224
225# [1.10.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.9.0...v1.10.0) (2018-08-01)
226
227
228### Features
229
230* Add get-path command ([2dd1460](https://github.com/roundtablelearning/rtolms-cli/commit/2dd1460)), closes [#5](https://github.com/roundtablelearning/rtolms-cli/issues/5)
231
232# [1.9.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.8.0...v1.9.0) (2018-07-30)
233
234
235### Features
236
237* Add autocomplete plugin ([1615e04](https://github.com/roundtablelearning/rtolms-cli/commit/1615e04))
238
239# [1.8.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.7.0...v1.8.0) (2018-07-30)
240
241
242### Features
243
244* **admin:** Add a few hidden admin commands ([c40da3f](https://github.com/roundtablelearning/rtolms-cli/commit/c40da3f))
245
246# [1.7.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.6.0...v1.7.0) (2018-07-27)
247
248
249### Bug Fixes
250
251* **clone:** Remove duplicate “init” command alias ([0849fb8](https://github.com/roundtablelearning/rtolms-cli/commit/0849fb8))
252
253
254### Features
255
256* **change-db:** Add new command to change database connection strings ([a401b30](https://github.com/roundtablelearning/rtolms-cli/commit/a401b30))
257* **config:** Add init and set commands ([b0c4eb0](https://github.com/roundtablelearning/rtolms-cli/commit/b0c4eb0))
258
259# [1.6.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.5.0...v1.6.0) (2018-07-27)
260
261
262### Features
263
264* **clone:** Use authToken as credentials ([143ea89](https://github.com/roundtablelearning/rtolms-cli/commit/143ea89))
265
266# [1.5.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.4.0...v1.5.0) (2018-07-27)
267
268
269### Bug Fixes
270
271* ts errors ([f73391e](https://github.com/roundtablelearning/rtolms-cli/commit/f73391e))
272
273
274### Features
275
276* **link:** Allow providing argument for customer name or flag for direct path to link to ([014ff19](https://github.com/roundtablelearning/rtolms-cli/commit/014ff19))
277
278# [1.4.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.3.1...v1.4.0) (2018-07-27)
279
280
281### Features
282
283* **link:** Detect multiple or absent Custom subdirectories ([cf26514](https://github.com/roundtablelearning/rtolms-cli/commit/cf26514))
284
285## [1.3.1](https://github.com/roundtablelearning/rtolms-cli/compare/v1.3.0...v1.3.1) (2018-07-25)
286
287
288### Bug Fixes
289
290* **unlink:** Detect and log unlinked custom ([e268b9c](https://github.com/roundtablelearning/rtolms-cli/commit/e268b9c))
291
292# [1.3.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.2.0...v1.3.0) (2018-07-24)
293
294
295### Bug Fixes
296
297* **build:** Liberally season with ts-ignores to taste ([0a6b500](https://github.com/roundtablelearning/rtolms-cli/commit/0a6b500))
298* **build:** missed dependency ([a354494](https://github.com/roundtablelearning/rtolms-cli/commit/a354494))
299
300
301### Features
302
303* **link:** Add `link` and `unlink` commands ([a77b2ff](https://github.com/roundtablelearning/rtolms-cli/commit/a77b2ff))
304
305# [1.2.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.1.4...v1.2.0) (2018-07-24)
306
307
308### Features
309
310* **clone:** Filter archived repos ([ced7b01](https://github.com/roundtablelearning/rtolms-cli/commit/ced7b01))
311
312## [1.1.4](https://github.com/roundtablelearning/rtolms-cli/compare/v1.1.3...v1.1.4) (2018-07-24)
313
314
315### Bug Fixes
316
317* **base:** Remove error logging on base catch ([02ed3ea](https://github.com/roundtablelearning/rtolms-cli/commit/02ed3ea))
318* **clone:** Use ssh url instead of git protocol ([4aa20e3](https://github.com/roundtablelearning/rtolms-cli/commit/4aa20e3))
319
320## [1.1.3](https://github.com/roundtablelearning/rtolms-cli/compare/v1.1.2...v1.1.3) (2018-07-24)
321
322
323### Bug Fixes
324
325* **config:** Use promise catch ([f9ca235](https://github.com/roundtablelearning/rtolms-cli/commit/f9ca235)), closes [#2](https://github.com/roundtablelearning/rtolms-cli/issues/2)
326
327## [1.1.2](https://github.com/roundtablelearning/rtolms-cli/compare/v1.1.1...v1.1.2) (2018-07-24)
328
329
330### Bug Fixes
331
332* Include package-lock instead of shrinkwrap ([4728623](https://github.com/roundtablelearning/rtolms-cli/commit/4728623))
333
334## [1.1.1](https://github.com/roundtablelearning/rtolms-cli/compare/v1.1.0...v1.1.1) (2018-07-24)
335
336
337### Bug Fixes
338
339* prune some unused dependencies ([cf126e1](https://github.com/roundtablelearning/rtolms-cli/commit/cf126e1))
340
341# [1.1.0](https://github.com/roundtablelearning/rtolms-cli/compare/v1.0.3...v1.1.0) (2018-07-24)
342
343
344### Bug Fixes
345
346* **git:** Match repo directories ([9a2305e](https://github.com/roundtablelearning/rtolms-cli/commit/9a2305e))
347
348
349### Features
350
351* Add update checking and typo suggestion ([3fce466](https://github.com/roundtablelearning/rtolms-cli/commit/3fce466))
352
353## [1.0.3](https://github.com/roundtablelearning/rtolms-cli/compare/v1.0.2...v1.0.3) (2018-07-24)
354
355
356### Bug Fixes
357
358* **build:** Remove publish access restriction ([a1c89f0](https://github.com/roundtablelearning/rtolms-cli/commit/a1c89f0))
359
360## [1.0.2](https://github.com/roundtablelearning/rtolms-cli/compare/v1.0.1...v1.0.2) (2018-07-24)
361
362
363### Bug Fixes
364
365* **build:** attempt to use oclif semantic-release config ([b5224ab](https://github.com/roundtablelearning/rtolms-cli/commit/b5224ab))