UNPKG

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