UNPKG

67.2 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
10## [v2.31.0](https://github.com/netlify/cli/compare/v2.30.0...v2.31.0) - 2020-02-02
11
12### Merged
13
14- fix: update nuxt detector for netlify dev [`#686`](https://github.com/netlify/cli/pull/686)
15
16### Commits
17
18- Dev: Pass query prams to rewrites [`91fa2fa`](https://github.com/netlify/cli/commit/91fa2fa0b14ad85ee793d091bb9e571fa8d22b3c)
19- Dev proxy: Add a fallback for remoteAddress [`615fed1`](https://github.com/netlify/cli/commit/615fed1a32e647104c559711fe091bc41d57fdf0)
20- fix: change dist [`cc39eec`](https://github.com/netlify/cli/commit/cc39eec51c5392f91684bc15d08aebca9ca6f271)
21
22## [v2.30.0](https://github.com/netlify/cli/compare/v2.29.0...v2.30.0) - 2020-01-15
23
24### Merged
25
26- Share process ENV with child [`#685`](https://github.com/netlify/cli/pull/685)
27- Add ember detector [`#682`](https://github.com/netlify/cli/pull/682)
28- Update path to detectors folder [`#681`](https://github.com/netlify/cli/pull/681)
29
30### Commits
31
32- Netlify Dev: Handle error while killing child process [`5f61065`](https://github.com/netlify/cli/commit/5f61065e63cde864a5fa67d34065931bf4df9ef5)
33- Netilfy Dev: Pass down process env to child [`99934f5`](https://github.com/netlify/cli/commit/99934f56e2b1a1ea9aad04bb41d4668740b5dda8)
34- fix detector comment [`8a9de30`](https://github.com/netlify/cli/commit/8a9de30c590a97bd2c621884c11a254682e6967d)
35
36## [v2.29.0](https://github.com/netlify/cli/compare/v2.28.0...v2.29.0) - 2020-01-10
37
38### Merged
39
40- Validate existence of config file in command [`#680`](https://github.com/netlify/cli/pull/680)
41
42### Commits
43
44- Proper fix for zombie process on exception [`64d6e67`](https://github.com/netlify/cli/commit/64d6e67a4eb0c39f3dc49e0061a2f3cedb012f32)
45- Remove redundant config error handling [`cfa4235`](https://github.com/netlify/cli/commit/cfa4235f9217a8687f63854deaa4525195a46935)
46- :no_entry: Validate existence of config file in command [`23f0dae`](https://github.com/netlify/cli/commit/23f0daec1f453f72673a5baab39186e95907a169)
47
48## [v2.28.0](https://github.com/netlify/cli/compare/v2.27.0...v2.28.0) - 2020-01-09
49
50### Merged
51
52- Add detector for Expo [`#672`](https://github.com/netlify/cli/pull/672)
53- Handle zombie processes differently [`#679`](https://github.com/netlify/cli/pull/679)
54- fix: https://github.com/netlify/cli/issues/675 [`#678`](https://github.com/netlify/cli/pull/678)
55- Revert default autoLaunch behavior to true [`#673`](https://github.com/netlify/cli/pull/673)
56
57### Commits
58
59- Update package-lock.json [`195d01d`](https://github.com/netlify/cli/commit/195d01d5629f7a1b8b07d68a7fe5761d77b3dc12)
60- Use Expo's default `web` script [`68e61d8`](https://github.com/netlify/cli/commit/68e61d8c884e171964e59f344fe996c7dab4f754)
61- Dev: Fix static server dist path [`263eef6`](https://github.com/netlify/cli/commit/263eef66becc3593b83cec3cabc6258ef97cea73)
62
63## [v2.27.0](https://github.com/netlify/cli/compare/v2.26.0...v2.27.0) - 2020-01-08
64
65### Commits
66
67- Fix random port assignment for dev server [`590a94a`](https://github.com/netlify/cli/commit/590a94a7890cf5881fe2a659a02ebc974d5ff987)
68- Formatting [`32e068c`](https://github.com/netlify/cli/commit/32e068cb02ee0b47d83b1aef46139f46444b4f55)
69- Update get-port package [`ef1e08e`](https://github.com/netlify/cli/commit/ef1e08e6b4a1d68212f308bd92299b253233e0f5)
70
71## [v2.26.0](https://github.com/netlify/cli/compare/v2.25.0...v2.26.0) - 2020-01-08
72
73### Merged
74
75- Fix functions server port assignment [`#674`](https://github.com/netlify/cli/pull/674)
76- Revamp redirects parsing [`#661`](https://github.com/netlify/cli/pull/661)
77- Remove duplicate port allocation - fixes #658 [`#669`](https://github.com/netlify/cli/pull/669)
78- Allow users to configure Git remote on init [`#635`](https://github.com/netlify/cli/pull/635)
79- fill in proxyPort when detector is bypassed [`#644`](https://github.com/netlify/cli/pull/644)
80- Fix double space before env var name [`#662`](https://github.com/netlify/cli/pull/662)
81- Update package-lock [`#656`](https://github.com/netlify/cli/pull/656)
82- show useful error if targetPort is unknown [`#602`](https://github.com/netlify/cli/pull/602)
83- Output site_name when deployed with --json arg [`#651`](https://github.com/netlify/cli/pull/651)
84- docs: update gh doc links [`#650`](https://github.com/netlify/cli/pull/650)
85- Add .md to broken function subcommand links [`#649`](https://github.com/netlify/cli/pull/649)
86- Update function list command [`#645`](https://github.com/netlify/cli/pull/645)
87- Remove useless conditional [`#637`](https://github.com/netlify/cli/pull/637)
88- chore: remove unused deps [`#646`](https://github.com/netlify/cli/pull/646)
89
90### Fixed
91
92- Merge pull request #669 from 130n/master [`#658`](https://github.com/netlify/cli/issues/658)
93- fill in proxyPort when detector is bypassed [`#620`](https://github.com/netlify/cli/issues/620)
94
95### Commits
96
97- Fix netlify-redirect-parser problem by updating [`5e28d0c`](https://github.com/netlify/cli/commit/5e28d0c50a9efcaaa23d4da2e747feab5a2716f6)
98- docs: update paths [`3bb6ed1`](https://github.com/netlify/cli/commit/3bb6ed118603dcf04cb68f70768839deff1aff8b)
99- refactor: clean up functions:list & add json logging [`c895829`](https://github.com/netlify/cli/commit/c895829a015c4d03aa563a9db271b31478f22989)
100
101## [v2.25.0](https://github.com/netlify/cli/compare/v2.24.0...v2.25.0) - 2019-12-10
102
103### Merged
104
105- Propagate siteId and site.id vars after linking [`#643`](https://github.com/netlify/cli/pull/643)
106- Update finders.js [`#636`](https://github.com/netlify/cli/pull/636)
107
108### Commits
109
110- Allow users to configure Git remote on init [`21dcef9`](https://github.com/netlify/cli/commit/21dcef943c9c55476a45ad65ea69e0bcac75a4ad)
111- Remove useless conditional [`550c653`](https://github.com/netlify/cli/commit/550c653ec5c6726f6adfd7260162ff0f7dbcb10e)
112- Update changelog to fix inconsistency [`4468429`](https://github.com/netlify/cli/commit/446842907a034ecc7dd58db072fd11c45802c8d9)
113
114## [v2.24.0](https://github.com/netlify/cli/compare/v2.23.1...v2.24.0) - 2019-12-06
115
116## [v2.23.1](https://github.com/netlify/cli/compare/v2.23.0...v2.23.1) - 2019-12-06
117
118### Merged
119
120- Update Config parsing to work with netlify build [`#616`](https://github.com/netlify/cli/pull/616)
121
122### Commits
123
124- refactor: add siteId [`eb3f96f`](https://github.com/netlify/cli/commit/eb3f96f588d15fe4db1d654cacace1f0c11b4110)
125- chore: add todo [`b191361`](https://github.com/netlify/cli/commit/b19136105e7864fa956c9b37210521356f5e0ff6)
126- Check if process exists before try to kill [`04fc714`](https://github.com/netlify/cli/commit/04fc714444567557af1a17c0c6d6d21f1650b0e7)
127
128## [v2.23.0](https://github.com/netlify/cli/compare/v2.22.0...v2.23.0) - 2019-12-05
129
130### Merged
131
132- Allow configuration of auto launch feature [`#631`](https://github.com/netlify/cli/pull/631)
133
134### Commits
135
136- Use const [`7a2b6d6`](https://github.com/netlify/cli/commit/7a2b6d606b4f69ce464731223102570a3ccb3a89)
137
138## [v2.22.0](https://github.com/netlify/cli/compare/v2.21.0...v2.22.0) - 2019-12-05
139
140### Merged
141
142- Fix zombie child proceses [`#628`](https://github.com/netlify/cli/pull/628)
143- Use netlify-redirect-parser package [`#611`](https://github.com/netlify/cli/pull/611)
144- Allow no configuration file with `netlify build` [`#619`](https://github.com/netlify/cli/pull/619)
145
146### Commits
147
148- refactor: delete old config parsing [`6bd8a44`](https://github.com/netlify/cli/commit/6bd8a44c9c7ae08832ca1099f0820f9ea80eba09)
149- chore: update config dep [`4012c9d`](https://github.com/netlify/cli/commit/4012c9d66fe37af570e43e3007ec527d373e5fd1)
150- fix: dont run detector sync lookup for every command [`18f1b30`](https://github.com/netlify/cli/commit/18f1b306c6ad101cc8126c7174a1f99ccf15ef32)
151
152## [v2.21.0](https://github.com/netlify/cli/compare/v2.20.2...v2.21.0) - 2019-11-13
153
154### Merged
155
156- Open URL on netlify dev [`#612`](https://github.com/netlify/cli/pull/612)
157
158### Commits
159
160- Use netlify-redirect-parser package [`02879d1`](https://github.com/netlify/cli/commit/02879d1a795284dff1e6b6dbe2bb747cd691191b)
161- show useful error if targetPort is unknown [`0b4c507`](https://github.com/netlify/cli/commit/0b4c5076a2bd1badd8c7458e8841dc224e2396d6)
162- netlify dev: Warning if open fails [`8a4e8a7`](https://github.com/netlify/cli/commit/8a4e8a7e929f70bb5b5fd0df901646b1b071c9a4)
163
164## [v2.20.2](https://github.com/netlify/cli/compare/v2.20.1...v2.20.2) - 2019-11-01
165
166### Merged
167
168- chore: bump build dep [`#600`](https://github.com/netlify/cli/pull/600)
169- Update dep cruiser dev dep [`#599`](https://github.com/netlify/cli/pull/599)
170
171### Commits
172
173- chore: update dev dep [`ab04e99`](https://github.com/netlify/cli/commit/ab04e99d941003df9a28fd7d91dd32ff87bd5430)
174- docs: fix function output [`99c818b`](https://github.com/netlify/cli/commit/99c818bcdad0b86916ef40176154ad324e4d52b7)
175
176## [v2.20.1](https://github.com/netlify/cli/compare/v2.20.0...v2.20.1) - 2019-10-29
177
178### Merged
179
180- Fix configuration loading with `netlify build` [`#595`](https://github.com/netlify/cli/pull/595)
181- Improves `netlify build` command [`#593`](https://github.com/netlify/cli/pull/593)
182- Update code links to new repository [`#586`](https://github.com/netlify/cli/pull/586)
183
184### Commits
185
186- Improve Netlify Build CLI [`936a827`](https://github.com/netlify/cli/commit/936a82757d398ef4b473bac346829f79c146e009)
187- Fix semver issue with @netlify/build [`300db4d`](https://github.com/netlify/cli/commit/300db4da3e9d2dfff5f401e856ee2b61e47bcf94)
188
189## [v2.20.0](https://github.com/netlify/cli/compare/v2.19.5...v2.20.0) - 2019-10-28
190
191### Merged
192
193- Allow overriding the api target host [`#582`](https://github.com/netlify/cli/pull/582)
194
195## [v2.19.5](https://github.com/netlify/cli/compare/v2.19.4...v2.19.5) - 2019-10-28
196
197### Merged
198
199- Fix Prettier (second round) [`#557`](https://github.com/netlify/cli/pull/557)
200- Use semver with Netlify Build [`#591`](https://github.com/netlify/cli/pull/591)
201
202## [v2.19.4](https://github.com/netlify/cli/compare/v2.19.3...v2.19.4) - 2019-10-25
203
204### Merged
205
206- Bump `@netlify/build` version [`#588`](https://github.com/netlify/cli/pull/588)
207
208### Commits
209
210- Bump @netlify/build version [`f1318fc`](https://github.com/netlify/cli/commit/f1318fc4a6ee6da417140e91e86f48310ac4d119)
211- Bump build version [`f97a152`](https://github.com/netlify/cli/commit/f97a152573c22f08f20523d04628df1fb8027318)
212- Update code links to new repository [`6b16e65`](https://github.com/netlify/cli/commit/6b16e65e303292ce1c2b20d8bf9f1faba4d60620)
213
214## [v2.19.3](https://github.com/netlify/cli/compare/v2.19.2...v2.19.3) - 2019-10-24
215
216### Merged
217
218- Bump @netlify/build version [`#585`](https://github.com/netlify/cli/pull/585)
219
220## [v2.19.2](https://github.com/netlify/cli/compare/v2.19.1...v2.19.2) - 2019-10-22
221
222### Commits
223
224- chore: bump version [`437d806`](https://github.com/netlify/cli/commit/437d80610970f3c4a5f4fe6f585e5f6bfff13dd1)
225
226## [v2.19.1](https://github.com/netlify/cli/compare/v2.19.0...v2.19.1) - 2019-10-22
227
228### Merged
229
230- Typo in error message [`#578`](https://github.com/netlify/cli/pull/578)
231
232### Commits
233
234- chore: bump build [`b2ce606`](https://github.com/netlify/cli/commit/b2ce606c7a843a28af7fb6938c25225fcc30883f)
235- Allow overriding the api target host [`8749372`](https://github.com/netlify/cli/commit/8749372b9147bc5153901a21075474af8c6b197d)
236- Formatting [`cb26ae7`](https://github.com/netlify/cli/commit/cb26ae74f0e0dd9bc820c8194cea40574bb9cee6)
237
238## [v2.19.0](https://github.com/netlify/cli/compare/v2.18.2...v2.19.0) - 2019-10-16
239
240### Merged
241
242- Fix tests when run in a path containing spaces [`#567`](https://github.com/netlify/cli/pull/567)
243
244### Commits
245
246- Refactor redirects to a seperate function [`e5c0481`](https://github.com/netlify/cli/commit/e5c0481e598ed760c1c73a2a7cd6ada3835688d3)
247
248## [v2.18.2](https://github.com/netlify/cli/compare/v2.18.1...v2.18.2) - 2019-10-16
249
250### Merged
251
252- bump [`#574`](https://github.com/netlify/cli/pull/574)
253
254## [v2.18.1](https://github.com/netlify/cli/compare/v2.18.0...v2.18.1) - 2019-10-16
255
256### Merged
257
258- fix: remove naming conflict [`#572`](https://github.com/netlify/cli/pull/572)
259
260### Commits
261
262- Update a var name to urlForAddons [`9fc89fe`](https://github.com/netlify/cli/commit/9fc89fea9f81398fde3de36e96cc80fcdf036050)
263
264## [v2.18.0](https://github.com/netlify/cli/compare/v2.17.0...v2.18.0) - 2019-10-16
265
266### Merged
267
268- Dev: Add support for JWT redirects [`#545`](https://github.com/netlify/cli/pull/545)
269- Updates [`#571`](https://github.com/netlify/cli/pull/571)
270
271### Commits
272
273- lock [`35c5c04`](https://github.com/netlify/cli/commit/35c5c046f22e24ca7284949f0bd618d639c31068)
274- updates [`f7ff5db`](https://github.com/netlify/cli/commit/f7ff5dbede10ac3596e6c4a0d5712db820d510c0)
275- Update package-lock.json [`aad6875`](https://github.com/netlify/cli/commit/aad68751b3aad34cf710c53eb21a064fc4da8e35)
276
277## [v2.17.0](https://github.com/netlify/cli/compare/v2.16.0...v2.17.0) - 2019-10-08
278
279### Merged
280
281- Dev: Fix port flag [`#488`](https://github.com/netlify/cli/pull/488)
282
283## [v2.16.0](https://github.com/netlify/cli/compare/v2.15.0...v2.16.0) - 2019-10-07
284
285### Merged
286
287- Fix linting [`#555`](https://github.com/netlify/cli/pull/555)
288- Merge CLI utils to this repository [`#551`](https://github.com/netlify/cli/pull/551)
289- Fix supported Node.js version [`#554`](https://github.com/netlify/cli/pull/554)
290- Fix running npm scripts on a Windows machine [`#553`](https://github.com/netlify/cli/pull/553)
291- Fix prettier [`#552`](https://github.com/netlify/cli/pull/552)
292- Update API documentation URLs [`#546`](https://github.com/netlify/cli/pull/546)
293- Dev: Add new tests for get-functions.js [`#548`](https://github.com/netlify/cli/pull/548)
294- Dev: Allow custom headers on rewrites [`#547`](https://github.com/netlify/cli/pull/547)
295- Dev: Fix 404 redirects [`#538`](https://github.com/netlify/cli/pull/538)
296- Dev: Try static files before deciding on redirect [`#533`](https://github.com/netlify/cli/pull/533)
297- Add new test for telemetry module, validating of eventName [`#542`](https://github.com/netlify/cli/pull/542)
298- Fixing prettier issues, and add to scripts test:prettier [`#543`](https://github.com/netlify/cli/pull/543)
299- Fix: Fixing some no-unused-vars warnings from eslint [`#540`](https://github.com/netlify/cli/pull/540)
300- Fix: Fixing the relative path in test [`#535`](https://github.com/netlify/cli/pull/535)
301- Dev: Respect the dir flag for serving directory [`#532`](https://github.com/netlify/cli/pull/532)
302
303### Commits
304
305- Fix: Fixing prettier issues, and add to scripts test:prettier [`f41e236`](https://github.com/netlify/cli/commit/f41e2365f83eff680256bc72c7450e8bd13922f2)
306- Merge `cli-utils` repository [`6bced11`](https://github.com/netlify/cli/commit/6bced11e2c9be2de143dc8ef945025d9df123c6e)
307- Dev: Move rediects logic into proxy server [`d6bee67`](https://github.com/netlify/cli/commit/d6bee67cbef01f337f00b00cf0f5a792400fd11a)
308
309## [v2.15.0](https://github.com/netlify/cli/compare/v2.14.0...v2.15.0) - 2019-09-12
310
311### Merged
312
313- Dev: Only pipe stdio when running create-react-app [`#528`](https://github.com/netlify/cli/pull/528)
314- RulesProxy: ignore rediect rule for base [`#527`](https://github.com/netlify/cli/pull/527)
315- Show `netlify addons` command [`#524`](https://github.com/netlify/cli/pull/524)
316
317### Commits
318
319- RulesProxy: Make sure _redirects works with dev [`27f92f2`](https://github.com/netlify/cli/commit/27f92f23148f7250e63a1586744d155a54751cd5)
320- update logo [`3984bbb`](https://github.com/netlify/cli/commit/3984bbb1c4177fb410f9100d83baac7875ea0025)
321- Dev: Make stdio more maintainable [`4cbdb02`](https://github.com/netlify/cli/commit/4cbdb02ca85c7680b9c469aad5ce725e3975f86f)
322
323## [v2.14.0](https://github.com/netlify/cli/compare/v2.13.1...v2.14.0) - 2019-09-11
324
325### Merged
326
327- Update links to netlify dev documentation [`#523`](https://github.com/netlify/cli/pull/523)
328- Dev: Make functions port configureable [`#525`](https://github.com/netlify/cli/pull/525)
329- Fix port for proxy redirects [`#520`](https://github.com/netlify/cli/pull/520)
330- Rules Proxy: Pass on query parameters [`#519`](https://github.com/netlify/cli/pull/519)
331- Import rules-proxy and and redirect-parser [`#518`](https://github.com/netlify/cli/pull/518)
332- Consider sites from different team in Netlify link [`#500`](https://github.com/netlify/cli/pull/500)
333- Improve prompts for `link` command [`#502`](https://github.com/netlify/cli/pull/502)
334- Add Parcel detector [`#505`](https://github.com/netlify/cli/pull/505)
335- rename deploy path [`#508`](https://github.com/netlify/cli/pull/508)
336- Improve analytics [`#513`](https://github.com/netlify/cli/pull/513)
337- Update ISSUE_TEMPLATE.md [`#504`](https://github.com/netlify/cli/pull/504)
338- Neltify -> Netlify [`#512`](https://github.com/netlify/cli/pull/512)
339
340### Commits
341
342- merge conflicts [`4ef3dee`](https://github.com/netlify/cli/commit/4ef3dee34bb8d999759e0a9c62f79a57ac102796)
343- Track CLI commands [`2da55fb`](https://github.com/netlify/cli/commit/2da55fbd7fe0143c11d2944d6019b6af2b674cd7)
344- Remove @netlify/rules-proxy as dep [`1163c79`](https://github.com/netlify/cli/commit/1163c798c37a0094ff137bded53ba5516aa20d35)
345
346## [v2.13.1](https://github.com/netlify/cli/compare/v2.13.0...v2.13.1) - 2019-09-02
347
348### Merged
349
350- make functions folder existence optional for netlify deploy [`#497`](https://github.com/netlify/cli/pull/497)
351- Jekyll detector: Remove -l param [`#491`](https://github.com/netlify/cli/pull/491)
352- Fix dependencies [`#495`](https://github.com/netlify/cli/pull/495)
353
354### Commits
355
356- Restore ability to search by site name in `link` [`9eb0146`](https://github.com/netlify/cli/commit/9eb0146dd236791396acab2c8f6f0b93a8b0c7ee)
357- Edit prompt text for clarity and consistency [`e211d3e`](https://github.com/netlify/cli/commit/e211d3ed268692304440f220e7b6b126edd76eed)
358- Simplify site selection in git remote prompt [`d128518`](https://github.com/netlify/cli/commit/d1285188a9bd35c238e25ff8c9691bc7755dbf17)
359
360## [v2.13.0](https://github.com/netlify/cli/compare/v2.12.0...v2.13.0) - 2019-08-29
361
362### Merged
363
364- Deploy: Add a timeout flag [`#489`](https://github.com/netlify/cli/pull/489)
365- Fix repeated downloads of live-tunnel binary on Windows [`#485`](https://github.com/netlify/cli/pull/485)
366- Update docs [`#490`](https://github.com/netlify/cli/pull/490)
367- sites:create Fix JSON log [`#391`](https://github.com/netlify/cli/pull/391)
368- Functions: Add support for multi-value headers [`#487`](https://github.com/netlify/cli/pull/487)
369- Add command to switch active Netlify account [`#395`](https://github.com/netlify/cli/pull/395)
370- Merge netlify-dev-plugin in CLI [`#396`](https://github.com/netlify/cli/pull/396)
371- Functions: Fix isBase64Encoded [`#398`](https://github.com/netlify/cli/pull/398)
372- Functions: Add client-ip header to request [`#397`](https://github.com/netlify/cli/pull/397)
373- chore: Minor fix [`#393`](https://github.com/netlify/cli/pull/393)
374- Update issue template [`#392`](https://github.com/netlify/cli/pull/392)
375- Automatically Ignore .netlify folder on init/link [`#358`](https://github.com/netlify/cli/pull/358)
376- refactor: update status verbose flag [`#390`](https://github.com/netlify/cli/pull/390)
377- feat(chore): show up local env-info with --verbose flag [`#382`](https://github.com/netlify/cli/pull/382)
378- add json output with siteId [`#384`](https://github.com/netlify/cli/pull/384)
379- add “netlify api” command [`#379`](https://github.com/netlify/cli/pull/379)
380
381### Commits
382
383- Merge netlify-dev-plugin [`9ffd514`](https://github.com/netlify/cli/commit/9ffd51413536302becf7e8736536ed40c528c5c2)
384- Create netlify-dev.md [`c45fa71`](https://github.com/netlify/cli/commit/c45fa713c13590ae47202f02425e8e5c1abe78b6)
385- Remove netlify-dev-plugin from config [`278714f`](https://github.com/netlify/cli/commit/278714f6037cfe27aed8b25e6d63a059f3fa62b8)
386
387## [v2.12.0](https://github.com/netlify/cli/compare/v2.11.33...v2.12.0) - 2019-07-30
388
389### Commits
390
391- Use package-lock.json [`39eeafc`](https://github.com/netlify/cli/commit/39eeafc0adc1e7c43b649655867c6a1d7b680fa2)
392- add “netlify api” command [`0e7be74`](https://github.com/netlify/cli/commit/0e7be7478347aecab6f39295f7f154d38ac88d4a)
393- lint [`946e4e5`](https://github.com/netlify/cli/commit/946e4e56ff172d858995ca314668c912a744414a)
394
395## [v2.11.33](https://github.com/netlify/cli/compare/v2.11.32...v2.11.33) - 2019-07-30
396
397### Commits
398
399- Update netlify-dev-plugin [`a254ec0`](https://github.com/netlify/cli/commit/a254ec0af306b6c9ec4feb3a91763f1a8f426d35)
400
401## [v2.11.32](https://github.com/netlify/cli/compare/v2.11.31...v2.11.32) - 2019-07-30
402
403### Commits
404
405- Show up local envinfo [`e6946a7`](https://github.com/netlify/cli/commit/e6946a7b828fb02958cf2e37a07de3bd61464253)
406- Update netlify-dev-plugin [`0846337`](https://github.com/netlify/cli/commit/08463371eccdee7a32a4e0cb492d7ab63ab3d77b)
407- Minor fix [`8447422`](https://github.com/netlify/cli/commit/8447422e77d36a82bae15aab63c50a37e5dc1cb6)
408
409## [v2.11.31](https://github.com/netlify/cli/compare/v2.11.30-re-release10...v2.11.31) - 2019-07-24
410
411### Merged
412
413- Add missing postinstall script [`#380`](https://github.com/netlify/cli/pull/380)
414
415### Commits
416
417- undo [`4e0763f`](https://github.com/netlify/cli/commit/4e0763f032b2334f6d7da6c4bec4334bcb87e0f8)
418- disable circle pub [`625f7bf`](https://github.com/netlify/cli/commit/625f7bf0fc669bdc87f5f4cfa2f0c66c97b39ac6)
419- include missing postinstall [`ce99567`](https://github.com/netlify/cli/commit/ce995672ee9aa444860fe85f7094b127da798bb1)
420
421## [v2.11.30](https://github.com/netlify/cli/compare/v2.11.29...v2.11.30) - 2019-07-24
422
423### Merged
424
425- Add global --json, --auth, && --silent flag support [`#371`](https://github.com/netlify/cli/pull/371)
426- [WIP] Add integration tests [`#254`](https://github.com/netlify/cli/pull/254)
427- Add postinstall success message [`#367`](https://github.com/netlify/cli/pull/367)
428- Remove Github token from browser history [`#364`](https://github.com/netlify/cli/pull/364)
429- add release checklist notes [`#363`](https://github.com/netlify/cli/pull/363)
430
431### Commits
432
433- Update npm-shrinkwrap.json [`109cfa4`](https://github.com/netlify/cli/commit/109cfa42de22a4109e866b190ed60f20d294cb78)
434- update addon commands to support silent flag [`e5fd29c`](https://github.com/netlify/cli/commit/e5fd29ce8dcc6a81bf0e652dde18e2a9e467eacd)
435- add working site:delete command [`24ccc8b`](https://github.com/netlify/cli/commit/24ccc8b4187f280d76ba4538057f18b24f0db165)
436
437## [v2.11.30-re-release9](https://github.com/netlify/cli/compare/v2.11.30-re-release8...v2.11.30-re-release9) - 2019-07-24
438
439### Merged
440
441- Deployment changes [`#377`](https://github.com/netlify/cli/pull/377)
442
443### Commits
444
445- Add CircleCI config [`3cf419a`](https://github.com/netlify/cli/commit/3cf419a8e7a7f27e71ff5c349438225912a6c3ef)
446- Change test account name [`9140796`](https://github.com/netlify/cli/commit/9140796486d7672f5cca4ce6504d4b087f05f916)
447
448## [v2.11.30-re-release8](https://github.com/netlify/cli/compare/v2.11.30-re-release7...v2.11.30-re-release8) - 2019-07-24
449
450### Commits
451
452- Update .travis.yml [`b31497d`](https://github.com/netlify/cli/commit/b31497ded58779a1daa4881c5754156fa20e035e)
453
454## [v2.11.30-re-release7](https://github.com/netlify/cli/compare/v2.11.30-re-release6...v2.11.30-re-release7) - 2019-07-24
455
456### Commits
457
458- Update .travis.yml [`837df32`](https://github.com/netlify/cli/commit/837df3294ee2a974558ac3fc7f3b4778d9eb3f9b)
459
460## [v2.11.30-re-release6](https://github.com/netlify/cli/compare/v2.11.30-re-release5...v2.11.30-re-release6) - 2019-07-24
461
462### Commits
463
464- Travis: Use npm deploy provider [`0c2f7b6`](https://github.com/netlify/cli/commit/0c2f7b62f9284d979e942c540b02ae1f18109584)
465- Update .travis.yml [`79e413a`](https://github.com/netlify/cli/commit/79e413a83b2ff88eaab013df4c892316abba6ca2)
466- Update .travis.yml [`339cdf8`](https://github.com/netlify/cli/commit/339cdf8f253785d96cffba1ccd883411b0565460)
467
468## [v2.11.30-re-release5](https://github.com/netlify/cli/compare/v2.11.30-re-release3...v2.11.30-re-release5) - 2019-07-24
469
470### Commits
471
472- Travis: Install before publish [`a713dcc`](https://github.com/netlify/cli/commit/a713dcc761c663f730f4a556a3aadb714e21160c)
473
474## [v2.11.30-re-release3](https://github.com/netlify/cli/compare/v2.11.30-re-release2...v2.11.30-re-release3) - 2019-07-24
475
476### Commits
477
478- Remove "prepublishOnly" script [`cc50357`](https://github.com/netlify/cli/commit/cc50357b4e54074f585df7e8ddbbf7584d851d07)
479
480## [v2.11.30-re-release2](https://github.com/netlify/cli/compare/v2.11.30-re-release...v2.11.30-re-release2) - 2019-07-24
481
482### Commits
483
484- Travis: Remove branch constraint from deploy [`fca8133`](https://github.com/netlify/cli/commit/fca813339e18111b7711d0bc6392ad5b6af42f82)
485
486## [v2.11.30-re-release10](https://github.com/netlify/cli/compare/v2.11.30-re-release9...v2.11.30-re-release10) - 2019-07-24
487
488### Commits
489
490- Update CircleCI config [`9337235`](https://github.com/netlify/cli/commit/9337235a898455a0c1ef87a23c890054d0970e7f)
491- Delete .travis.yml [`a2b9d33`](https://github.com/netlify/cli/commit/a2b9d33bb2657be918b3c9a29eeb53c35cb74386)
492- CircleCI: Don't deploy on branches [`c7d72ae`](https://github.com/netlify/cli/commit/c7d72ae736cd54ed87ff8cff6d4dd5bf60d7c612)
493
494## [v2.11.30-re-release](https://github.com/netlify/cli/compare/v2.11.30...v2.11.30-re-release) - 2019-07-24
495
496### Commits
497
498- Revert "Revert "Disable deploy on master branch"" [`b8b5d50`](https://github.com/netlify/cli/commit/b8b5d506df34d01107288e806e3745248e5a1566)
499
500## [v2.11.29](https://github.com/netlify/cli/compare/v2.11.28...v2.11.29) - 2019-07-19
501
502## [v2.11.28](https://github.com/netlify/cli/compare/v2.11.27...v2.11.28) - 2019-07-19
503
504### Merged
505
506- bump dev plugin [`#360`](https://github.com/netlify/cli/pull/360)
507
508## [v2.11.27](https://github.com/netlify/cli/compare/v2.11.26...v2.11.27) - 2019-07-18
509
510### Merged
511
512- Revert "Remove shrink-wrap pruning during pack step" [`#338`](https://github.com/netlify/cli/pull/338)
513- Allow user to choose another site name if current doesn't exist [`#342`](https://github.com/netlify/cli/pull/342)
514- Add Github login through app.netlify.com [`#348`](https://github.com/netlify/cli/pull/348)
515
516## [v2.11.26](https://github.com/netlify/cli/compare/v2.11.25...v2.11.26) - 2019-07-17
517
518## [v2.11.25](https://github.com/netlify/cli/compare/v2.11.24...v2.11.25) - 2019-07-17
519
520### Merged
521
522- update util dep [`#357`](https://github.com/netlify/cli/pull/357)
523
524## [v2.11.24](https://github.com/netlify/cli/compare/v2.11.23...v2.11.24) - 2019-07-17
525
526### Merged
527
528- Make all command honor process.env.NETLIFY_AUTH_TOKEN [`#354`](https://github.com/netlify/cli/pull/354)
529- getRepoDate: Fix host [`#352`](https://github.com/netlify/cli/pull/352)
530- Some grammar fixes [`#343`](https://github.com/netlify/cli/pull/343)
531- Ignore .idea dir [`#346`](https://github.com/netlify/cli/pull/346)
532- updates messaging for creating sites and error messages [`#334`](https://github.com/netlify/cli/pull/334)
533- use a list of sites to chose from rather than entering the name manually [`#335`](https://github.com/netlify/cli/pull/335)
534
535### Commits
536
537- Add Github login through app.netlify.com [`7390469`](https://github.com/netlify/cli/commit/73904695dc5155931477dcc22fca0c0b018b7ccc)
538- Allow user to input different site name [`524f368`](https://github.com/netlify/cli/commit/524f368abcd6e0b69290515704f3b889e0d0d358)
539- bump cli-utils [`40b4b8e`](https://github.com/netlify/cli/commit/40b4b8e9d4daf756495f803ebd5c5ab4abf60936)
540
541## [v2.11.23](https://github.com/netlify/cli/compare/v2.11.22...v2.11.23) - 2019-06-17
542
543### Commits
544
545- update deps [`b60de50`](https://github.com/netlify/cli/commit/b60de5011192846c6ba881eb78f30b77e1536e8c)
546- update js-yaml in site/ [`cf4d892`](https://github.com/netlify/cli/commit/cf4d8921b96723ad489280165ffb6e071549ed4c)
547
548## [v2.11.22](https://github.com/netlify/cli/compare/v2.11.21...v2.11.22) - 2019-06-06
549
550### Merged
551
552- bump client [`#330`](https://github.com/netlify/cli/pull/330)
553
554### Commits
555
556- add chalk to netlify init output [`0b806bf`](https://github.com/netlify/cli/commit/0b806bfd72120fb105d54ff5b50dff03d8d265d2)
557
558## [v2.11.21](https://github.com/netlify/cli/compare/v2.11.20...v2.11.21) - 2019-06-06
559
560### Merged
561
562- add —json flag for programatic access [`#313`](https://github.com/netlify/cli/pull/313)
563- Catch error and finish with error upon create/update/delte of addons [`#329`](https://github.com/netlify/cli/pull/329)
564
565### Commits
566
567- update deps [`636af33`](https://github.com/netlify/cli/commit/636af33fdcb4648bff136ff74a25dac298a98f51)
568
569## [v2.11.20](https://github.com/netlify/cli/compare/v2.11.19...v2.11.20) - 2019-06-05
570
571### Merged
572
573- Friendlier output for newcomers [`#323`](https://github.com/netlify/cli/pull/323)
574
575### Commits
576
577- update deps [`6d17935`](https://github.com/netlify/cli/commit/6d179356eeec9aa3b5837818cf0101936eddb461)
578- make existing repo sound more like a success than a failure [`6a7faf5`](https://github.com/netlify/cli/commit/6a7faf598dc5d386853ebbfd61f0faefcfc973ec)
579- make success more clear [`958b55b`](https://github.com/netlify/cli/commit/958b55bfc023247df8380a15b5eb0b370d34718a)
580
581## [v2.11.19](https://github.com/netlify/cli/compare/v2.11.18...v2.11.19) - 2019-05-20
582
583### Merged
584
585- only show config prompts for addons with config [`#317`](https://github.com/netlify/cli/pull/317)
586
587### Commits
588
589- udpate deps [`5f5ce53`](https://github.com/netlify/cli/commit/5f5ce5346737ebc580160ed8262056dadbe572f3)
590- only log if manifest has keys [`0c6c60f`](https://github.com/netlify/cli/commit/0c6c60f131db9169d6beb17e264dd570a88821f9)
591
592## [v2.11.18](https://github.com/netlify/cli/compare/v2.11.17...v2.11.18) - 2019-05-09
593
594### Commits
595
596- bump versions [`f57ce8e`](https://github.com/netlify/cli/commit/f57ce8e647d5eec822e5874fafd2a761fb885eef)
597
598## [v2.11.17](https://github.com/netlify/cli/compare/v2.11.16...v2.11.17) - 2019-05-08
599
600### Commits
601
602- update deps [`0b53eac`](https://github.com/netlify/cli/commit/0b53eac8fcfe08faa8fb45698d5bda02ae39e350)
603
604## [v2.11.16](https://github.com/netlify/cli/compare/v2.11.15...v2.11.16) - 2019-05-07
605
606### Commits
607
608- bump dev plugin [`bacbcf2`](https://github.com/netlify/cli/commit/bacbcf2a592fc62d57f9887aa98710db03838298)
609- add —json flag for programatic access [`ca24e49`](https://github.com/netlify/cli/commit/ca24e49ce1dea69f76a5ee6c7bb40cb28da690a2)
610- remove CLI spinners when —json flag present [`ba56d7b`](https://github.com/netlify/cli/commit/ba56d7b0dcbfa501da9333045ecc62520726ded2)
611
612## [v2.11.15](https://github.com/netlify/cli/compare/v2.11.14...v2.11.15) - 2019-04-29
613
614### Merged
615
616- Typo fix [`#307`](https://github.com/netlify/cli/pull/307)
617- Update install instructions [`#306`](https://github.com/netlify/cli/pull/306)
618
619### Commits
620
621- bump dependencies [`636dd63`](https://github.com/netlify/cli/commit/636dd637126a41a2681c9a3fa0a4dc1090bd7e3a)
622- add install instructuions [`0948d15`](https://github.com/netlify/cli/commit/0948d155975372f904403e530440c72acadfd674)
623- Update deploy.md [`9437ec4`](https://github.com/netlify/cli/commit/9437ec484ce2725ab22af4b9e32cf15a26cc1945)
624
625## [v2.11.14](https://github.com/netlify/cli/compare/v2.11.13...v2.11.14) - 2019-04-25
626
627### Commits
628
629- bump versions [`c6c156d`](https://github.com/netlify/cli/commit/c6c156d936998482526c2b6feb00c2cbdcb508d0)
630
631## [v2.11.13](https://github.com/netlify/cli/compare/v2.11.12...v2.11.13) - 2019-04-25
632
633### Merged
634
635- add command index base page [`#305`](https://github.com/netlify/cli/pull/305)
636- add dev + functions command to ref site [`#303`](https://github.com/netlify/cli/pull/303)
637
638### Commits
639
640- update deps [`90b1fee`](https://github.com/netlify/cli/commit/90b1fee01835a0e8e8e4c656d077b05e083fd97a)
641- add command index [`c9a27a5`](https://github.com/netlify/cli/commit/c9a27a54ed614c0e8c8fad9d5bc450dd95443dbc)
642- clean up display [`a8f1b31`](https://github.com/netlify/cli/commit/a8f1b31052b76edb66facdb358d520b64c9ab12d)
643
644## [v2.11.12](https://github.com/netlify/cli/compare/v2.11.11...v2.11.12) - 2019-04-22
645
646### Merged
647
648- Update Zip-it-and-ship-it to 0.3.1 [`#300`](https://github.com/netlify/cli/pull/300)
649
650## [v2.11.11](https://github.com/netlify/cli/compare/v2.11.10...v2.11.11) - 2019-04-18
651
652### Commits
653
654- update deps [`f415fbe`](https://github.com/netlify/cli/commit/f415fbe32044894dd3e6f171bbf19647b5ee9459)
655
656## [v2.11.10](https://github.com/netlify/cli/compare/v2.11.9...v2.11.10) - 2019-04-17
657
658### Merged
659
660- Update cli-utils to ^1.0.2 [`#299`](https://github.com/netlify/cli/pull/299)
661
662### Commits
663
664- Update shrinkwrap file [`c047a30`](https://github.com/netlify/cli/commit/c047a3092506eb7b49561302ccdb2883f346e816)
665- Remove unused dependency. [`cfb3ac0`](https://github.com/netlify/cli/commit/cfb3ac004f2d1f6c959f027e200fc4b8eb9fc080)
666
667## [v2.11.9](https://github.com/netlify/cli/compare/v2.11.8...v2.11.9) - 2019-04-16
668
669### Commits
670
671- update deps [`fbd5a22`](https://github.com/netlify/cli/commit/fbd5a22a0b815a5e5a95ad22c1b8a536b4c1f3c3)
672- merge [`2bf7632`](https://github.com/netlify/cli/commit/2bf7632ad131b70fc83e7d74374c1606b85759a5)
673- merge [`28c1912`](https://github.com/netlify/cli/commit/28c19123127e4062537fcd2fdf01841159e32937)
674
675## [v2.11.8](https://github.com/netlify/cli/compare/v2.11.7...v2.11.8) - 2019-04-16
676
677### Merged
678
679- Use cli-utils [`#289`](https://github.com/netlify/cli/pull/289)
680
681### Commits
682
683- update netlify dev plugin [`514d759`](https://github.com/netlify/cli/commit/514d7591609fbd645c1de87f47200099e6919abe)
684- Add a test for raw parsing [`deb4cb9`](https://github.com/netlify/cli/commit/deb4cb97cf0ef12efba83b07c719064e9e16342e)
685- Use conventional file casing [`60ad9d0`](https://github.com/netlify/cli/commit/60ad9d07c5a43ea24e78b63d70955e1a11dacc13)
686
687## [v2.11.7](https://github.com/netlify/cli/compare/v2.11.6...v2.11.7) - 2019-04-10
688
689### Commits
690
691- bump netlfiy dev for chalk bug [`e4c2816`](https://github.com/netlify/cli/commit/e4c281693f2839e62dee511912346510e2ab2587)
692
693## [v2.11.6](https://github.com/netlify/cli/compare/v2.11.5...v2.11.6) - 2019-04-10
694
695### Merged
696
697- Repair tests [`#294`](https://github.com/netlify/cli/pull/294)
698
699### Fixed
700
701- Repair tests [`#293`](https://github.com/netlify/cli/issues/293)
702
703### Commits
704
705- bump netlify dev [`181cea1`](https://github.com/netlify/cli/commit/181cea12d3ae6c5869f994edb8324457252c162f)
706
707## [v2.11.5](https://github.com/netlify/cli/compare/v2.11.4...v2.11.5) - 2019-04-10
708
709### Commits
710
711- bump netlify dev plugin again [`9f17172`](https://github.com/netlify/cli/commit/9f17172f8b8bfa0f349dd6ef2449331842cc2e16)
712
713## [v2.11.4](https://github.com/netlify/cli/compare/v2.11.3...v2.11.4) - 2019-04-09
714
715### Commits
716
717- bump netlify dev plugin again [`22c60ed`](https://github.com/netlify/cli/commit/22c60ed384344eb8d8245385a9e803b237802b92)
718- add link to netlify dev [`4b560d3`](https://github.com/netlify/cli/commit/4b560d3c3a0c1a376ea1dd26d358616e6fa8e568)
719
720## [v2.11.3](https://github.com/netlify/cli/compare/v2.11.2...v2.11.3) - 2019-04-09
721
722### Commits
723
724- bump netlify dev plugin [`7bd2968`](https://github.com/netlify/cli/commit/7bd29681e3ed5bf88aaa900bfcedd61a44b1c052)
725
726## [v2.11.2](https://github.com/netlify/cli/compare/v2.11.1...v2.11.2) - 2019-04-09
727
728### Commits
729
730- update netlify-dev-plugin version [`5e068c3`](https://github.com/netlify/cli/commit/5e068c394dfa43c642e6495f3c142993c8243981)
731
732## [v2.11.1](https://github.com/netlify/cli/compare/v2.11.0...v2.11.1) - 2019-04-09
733
734### Commits
735
736- update netlify-dev-plugin version [`c9ce64e`](https://github.com/netlify/cli/commit/c9ce64eeb3124e07a6e5aae3b6b1fc32a1e18649)
737
738## [v2.11.0](https://github.com/netlify/cli/compare/v2.11.0-beta.0...v2.11.0) - 2019-04-09
739
740### Merged
741
742- Update netlify toml template and bring it to manual init as well [`#287`](https://github.com/netlify/cli/pull/287)
743
744### Commits
745
746- fix netlify addons:delete bug if multiple addons exist [`f423a40`](https://github.com/netlify/cli/commit/f423a40c398ab7132c805db0a1e36a6695bddc85)
747
748## [v2.11.0-beta.0](https://github.com/netlify/cli/compare/v2.10.1...v2.11.0-beta.0) - 2019-04-09
749
750### Commits
751
752- Add dev plugin [`134905f`](https://github.com/netlify/cli/commit/134905f669464e7791674bca1ba3124f3c0eed72)
753- Prep beta tag [`9428198`](https://github.com/netlify/cli/commit/94281989c25b489c6f5cd5d6d2be8d6401699237)
754
755## [v2.10.1](https://github.com/netlify/cli/compare/v2.10.0...v2.10.1) - 2019-04-09
756
757### Merged
758
759- Fix status command to accommodate teams changes [`#288`](https://github.com/netlify/cli/pull/288)
760
761### Commits
762
763- upate toml template [`4c2d2d2`](https://github.com/netlify/cli/commit/4c2d2d23cb3b44c082da6a3a687e82dd22ec10ba)
764- bring it to manual config as well [`177da2f`](https://github.com/netlify/cli/commit/177da2f63ce46f1ff311d287aeafaf16e89fc6a3)
765- Tweak site create command for new teams [`513a611`](https://github.com/netlify/cli/commit/513a611727aad0acef95c70f4847139f5fb67d98)
766
767## [v2.10.0](https://github.com/netlify/cli/compare/v2.9.1...v2.10.0) - 2019-04-04
768
769### Merged
770
771- Remove shrink-wrap pruning during pack step [`#283`](https://github.com/netlify/cli/pull/283)
772- Validate site name on init command [`#264`](https://github.com/netlify/cli/pull/264)
773- Update delete addon [`#265`](https://github.com/netlify/cli/pull/265)
774- Removed unknown character from log msg [`#278`](https://github.com/netlify/cli/pull/278)
775- add alias for addons command [`#276`](https://github.com/netlify/cli/pull/276)
776- confirm before doing destructive actions [`#271`](https://github.com/netlify/cli/pull/271)
777
778### Commits
779
780- commit shrinkwrap and package-lock changes [`6afd3ef`](https://github.com/netlify/cli/commit/6afd3efdd93a9280deac9a78cdfc9befaa8193b3)
781- fixtypo [`9115870`](https://github.com/netlify/cli/commit/9115870ed08df20beb78189e35a9c0b5aa03ef2a)
782- tweak error message [`783c4cc`](https://github.com/netlify/cli/commit/783c4cc398ec2c7a3f7b66c7842d34f321ca3ba0)
783
784## [v2.9.1](https://github.com/netlify/cli/compare/v2.9.0...v2.9.1) - 2019-03-21
785
786### Commits
787
788- fix bug with 2.9.0 release [`5ecebd9`](https://github.com/netlify/cli/commit/5ecebd9dd5ee75d6647b04c78f6b8c2977d718a0)
789
790## [v2.9.0](https://github.com/netlify/cli/compare/v2.8.3...v2.9.0) - 2019-03-20
791
792### Merged
793
794- make netlify init work with netlify.toml, see #210 #267 [`#268`](https://github.com/netlify/cli/pull/268)
795
796### Commits
797
798- add netlify init sugar #210 #267 [`5b5596f`](https://github.com/netlify/cli/commit/5b5596f1b542cc2cf5148710f89e31ae028f935e)
799- Standardise capitalization of words in init command [`da29843`](https://github.com/netlify/cli/commit/da29843414794cd00cd35300b582e6f33966e3a2)
800- minor tweaks [`81de3d5`](https://github.com/netlify/cli/commit/81de3d5a91529ca3195f6cf3ab06c8b2f3922855)
801
802## [v2.8.3](https://github.com/netlify/cli/compare/v2.8.2...v2.8.3) - 2019-03-05
803
804### Merged
805
806- Update addon validation [`#259`](https://github.com/netlify/cli/pull/259)
807- Remove functions commands [`#262`](https://github.com/netlify/cli/pull/262)
808
809## [v2.8.2](https://github.com/netlify/cli/compare/v2.8.1...v2.8.2) - 2019-03-04
810
811### Commits
812
813- Update shrinkwrap semver [`cbc1d6e`](https://github.com/netlify/cli/commit/cbc1d6ebb60d57fe73ca06690021c4ae75130df2)
814
815## [v2.8.1](https://github.com/netlify/cli/compare/v2.8.0...v2.8.1) - 2019-02-25
816
817### Merged
818
819- Update zip-it-and-ship-it to 0.2.2 [`#260`](https://github.com/netlify/cli/pull/260)
820- Update azure-pipelines.yml for Azure Pipelines [`#255`](https://github.com/netlify/cli/pull/255)
821- Centralize CI in Azure DevOps. [`#253`](https://github.com/netlify/cli/pull/253)
822
823### Commits
824
825- Update zip-it-and-ship-it [`5224702`](https://github.com/netlify/cli/commit/5224702d6d09ee760633544f29ee681e9441bba5)
826- add integration tests for addon creation flow [`8c497f7`](https://github.com/netlify/cli/commit/8c497f7d16d10fa6f55b766fa74003d0d19403d7)
827- add required field check [`4cf8742`](https://github.com/netlify/cli/commit/4cf87421b52782acefc68da8c6fc3c0a71036a0e)
828
829## [v2.8.0](https://github.com/netlify/cli/compare/v2.7.4...v2.8.0) - 2019-02-21
830
831### Merged
832
833- Update netlify's js-client and semver ranges [`#250`](https://github.com/netlify/cli/pull/250)
834- Update addons commands [`#251`](https://github.com/netlify/cli/pull/251)
835
836### Commits
837
838- Update semver deps [`ce9578d`](https://github.com/netlify/cli/commit/ce9578dd8ad9881ce61779ad97b49d13ecc6db7f)
839- Keep addons command hidden [`712458d`](https://github.com/netlify/cli/commit/712458d5c74d4f3812f52d290375b8c8321ba625)
840- fix site build [`4ef6331`](https://github.com/netlify/cli/commit/4ef6331f4ae0a06377c17d37d985666b6a614e76)
841
842## [v2.7.4](https://github.com/netlify/cli/compare/v2.7.3...v2.7.4) - 2019-02-20
843
844### Merged
845
846- Update netlify and other dependencies [`#247`](https://github.com/netlify/cli/pull/247)
847
848### Commits
849
850- add addon:config & update addon:create command [`8adfa6f`](https://github.com/netlify/cli/commit/8adfa6fa15191e5e40953b9a36cbfe40e7183525)
851- add addons:config command [`aa7c6ac`](https://github.com/netlify/cli/commit/aa7c6ac7508fe7211c71f6d49b4d111c1c5caea1)
852- remove show and update addon command [`eadea85`](https://github.com/netlify/cli/commit/eadea8565fcbce7f1d052d89da345f4bf29fc029)
853
854## [v2.7.3](https://github.com/netlify/cli/compare/v2.7.2...v2.7.3) - 2019-02-20
855
856### Commits
857
858- Removed unused cpx devdep [`7a12f2d`](https://github.com/netlify/cli/commit/7a12f2dcd5cd9b7c1d6cbcd79eef05a6ed99ceca)
859- Fix shrinkwrap file when publishing [`0a42bed`](https://github.com/netlify/cli/commit/0a42bed2292720ad5eb3d92005d88835540379c5)
860
861## [v2.7.2](https://github.com/netlify/cli/compare/v2.7.1...v2.7.2) - 2019-02-19
862
863### Commits
864
865- Only ship js files in the src folder [`c79c3fc`](https://github.com/netlify/cli/commit/c79c3fca15001601761f5bdfb083c60f355df1e4)
866
867## [v2.7.1](https://github.com/netlify/cli/compare/v2.7.0...v2.7.1) - 2019-02-19
868
869### Merged
870
871- Fix octokit [`#245`](https://github.com/netlify/cli/pull/245)
872
873### Fixed
874
875- Update Octokit to fix authentication [`#243`](https://github.com/netlify/cli/issues/243)
876
877### Commits
878
879- Bump semver [`6672b52`](https://github.com/netlify/cli/commit/6672b521c68f33443746dc44f116bdcd9ed6fe74)
880
881## [v2.7.0](https://github.com/netlify/cli/compare/v2.6.6...v2.7.0) - 2019-02-08
882
883### Merged
884
885- Dep chores [`#241`](https://github.com/netlify/cli/pull/241)
886- Fix log PATH to be cross-platform [`#208`](https://github.com/netlify/cli/pull/208)
887- Minor cleanup to addons:create [`#220`](https://github.com/netlify/cli/pull/220)
888- Update js-client providing zip-n-ship capabilities [`#239`](https://github.com/netlify/cli/pull/239)
889- Fix function config lookup in netlify.toml [`#240`](https://github.com/netlify/cli/pull/240)
890- Restore original package-lock.json after packing [`#237`](https://github.com/netlify/cli/pull/237)
891
892### Fixed
893
894- Fix function config lookup in netlify.toml [`#209`](https://github.com/netlify/cli/issues/209)
895
896### Commits
897
898- Run `npm up` [`29f16fa`](https://github.com/netlify/cli/commit/29f16fa376a55093b09d0c14a67e6ab68a5718f7)
899- Update js-client providing zip-n-ship capabilities [`f9774a2`](https://github.com/netlify/cli/commit/f9774a29781c37d10875563c6221c2b92d2d7800)
900- Update deps [`985e8da`](https://github.com/netlify/cli/commit/985e8da37e162fefabfd27ac5bf6e567ba7ea790)
901
902## [v2.6.6](https://github.com/netlify/cli/compare/v2.6.5...v2.6.6) - 2019-01-31
903
904### Merged
905
906- Run prune before shrink-wrap [`#236`](https://github.com/netlify/cli/pull/236)
907
908### Commits
909
910- Run prune before shrink-wrap [`761fcc5`](https://github.com/netlify/cli/commit/761fcc5660c8ac2a293afde661a129a0c8fbee84)
911
912## [v2.6.5](https://github.com/netlify/cli/compare/v2.6.4...v2.6.5) - 2019-01-31
913
914### Merged
915
916- Publish with a shrink-wrap file again [`#235`](https://github.com/netlify/cli/pull/235)
917
918### Fixed
919
920- Publish with a shrink-wrap file again [`#234`](https://github.com/netlify/cli/issues/234)
921
922### Commits
923
924- Minor cleanup to addons:create [`6440ed3`](https://github.com/netlify/cli/commit/6440ed310439d6c3ad3baf6a72862679a07f1bbb)
925- Update package-lock.json [`fc58e40`](https://github.com/netlify/cli/commit/fc58e40e30e2e0fa608eedfc90d0eeaab39da7ca)
926
927## [v2.6.4](https://github.com/netlify/cli/compare/v2.6.3...v2.6.4) - 2019-01-23
928
929### Merged
930
931- Even more upload fixes [`#218`](https://github.com/netlify/cli/pull/218)
932
933### Commits
934
935- Improve error message priting [`3b2c54a`](https://github.com/netlify/cli/commit/3b2c54ae0afb31266e150f2fa0f4a54005011a8f)
936- Update lock file [`ad54af3`](https://github.com/netlify/cli/commit/ad54af32fbf869c4ec6c4536cb382ba6ffb406fa)
937- Update js-client to fix upload failures [`296bc9b`](https://github.com/netlify/cli/commit/296bc9b99ab72651396f4641d83a8af47752245c)
938
939## [v2.6.3](https://github.com/netlify/cli/compare/v2.6.2...v2.6.3) - 2019-01-20
940
941### Merged
942
943- Update js-client to fix rate limit handling [`#217`](https://github.com/netlify/cli/pull/217)
944
945### Commits
946
947- Update js-client to fix rate limit handling [`32590eb`](https://github.com/netlify/cli/commit/32590ebf2aa9788733908afee3aefd87f21e9bb8)
948
949## [v2.6.2](https://github.com/netlify/cli/compare/v2.6.1...v2.6.2) - 2019-01-19
950
951### Merged
952
953- Fix rate limiting handing [`#215`](https://github.com/netlify/cli/pull/215)
954
955### Commits
956
957- Fix log PATH to be cross-platform [`64c175a`](https://github.com/netlify/cli/commit/64c175acae470d0dd8c695a821835d23f0765194)
958
959## [v2.6.1](https://github.com/netlify/cli/compare/v2.6.0...v2.6.1) - 2019-01-09
960
961### Merged
962
963- Remove autocomplete plugin [`#207`](https://github.com/netlify/cli/pull/207)
964
965### Fixed
966
967- Remove autocomplete plugin [`#204`](https://github.com/netlify/cli/issues/204)
968
969## [v2.6.0](https://github.com/netlify/cli/compare/v2.5.1...v2.6.0) - 2018-12-18
970
971### Merged
972
973- Update dependencies [`#203`](https://github.com/netlify/cli/pull/203)
974- Add @oclif/plugin-autocomplete plugin [`#191`](https://github.com/netlify/cli/pull/191)
975- Exit with status 1 on directory errors [`#202`](https://github.com/netlify/cli/pull/202)
976
977### Commits
978
979- Use prepublishOnly only hook [`aff28c4`](https://github.com/netlify/cli/commit/aff28c4e2c9acd1fc3c5732bdcd961d1a2a526c1)
980
981## [v2.5.1](https://github.com/netlify/cli/compare/v2.5.0...v2.5.1) - 2018-12-13
982
983### Merged
984
985- fix(auth): due to api change in @octokit/rest [`#200`](https://github.com/netlify/cli/pull/200)
986
987### Fixed
988
989- fix(auth): due to api change in @octokit/rest [`#199`](https://github.com/netlify/cli/issues/199)
990
991### Commits
992
993- Add @oclif/plugin-autocomplete plugin [`6051ad8`](https://github.com/netlify/cli/commit/6051ad82454bf3a46e301c251254fc6d12d8f02b)
994- Fix depcheck [`53bc97c`](https://github.com/netlify/cli/commit/53bc97cfc8ef509e0c290dfba28279e47adbb2e5)
995
996## [v2.5.0](https://github.com/netlify/cli/compare/v2.4.0...v2.5.0) - 2018-12-06
997
998### Merged
999
1000- Add addons:show command [`#190`](https://github.com/netlify/cli/pull/190)
1001- Add simple JSON parsing to parse raw for addons commands [`#189`](https://github.com/netlify/cli/pull/189)
1002- Output and feedback enhancements [`#169`](https://github.com/netlify/cli/pull/169)
1003- Improve init flow in various manual depoy states [`#186`](https://github.com/netlify/cli/pull/186)
1004- Allow CI setup without a local clone from sites:create command [`#178`](https://github.com/netlify/cli/pull/178)
1005- Update check improvements [`#188`](https://github.com/netlify/cli/pull/188)
1006
1007### Commits
1008
1009- Allow CI setup without a local site [`a01455f`](https://github.com/netlify/cli/commit/a01455f1c904bfa48ab1498f6b04fcd5000bb627)
1010- A few init improvements [`fdf0723`](https://github.com/netlify/cli/commit/fdf072343f9cb9dd3b6b3b28d99c6bc158897545)
1011- Check for updates more frequently [`e4fcbe8`](https://github.com/netlify/cli/commit/e4fcbe8a9f66df2fd61f5cc86ca337f89cf4f478)
1012
1013## [v2.4.0](https://github.com/netlify/cli/compare/v2.2.3...v2.4.0) - 2018-12-05
1014
1015### Merged
1016
1017- Add a plugin system [`#132`](https://github.com/netlify/cli/pull/132)
1018- Add oclif help and plugins plugin. [`#187`](https://github.com/netlify/cli/pull/187)
1019- Fix renamed GitHub method [`#185`](https://github.com/netlify/cli/pull/185)
1020- Chore: Updates [`#184`](https://github.com/netlify/cli/pull/184)
1021- Use a package-lock file instead of shrink-wrap strategy [`#183`](https://github.com/netlify/cli/pull/183)
1022
1023### Fixed
1024
1025- Remove color highlights from description and help text [`#137`](https://github.com/netlify/cli/issues/137)
1026
1027### Commits
1028
1029- Update Ava [`bef0e76`](https://github.com/netlify/cli/commit/bef0e760d6b1b839ee47e617911449f144e3489f)
1030- Automate release process [`3949872`](https://github.com/netlify/cli/commit/39498728c9ad2e4aef02e0e34e7a1a350082fea9)
1031- Update octokit to 16.1.0 [`2e88945`](https://github.com/netlify/cli/commit/2e88945817838cd628ec270d92bddfe5ebbb2803)
1032
1033## [v2.2.3](https://github.com/netlify/cli/compare/v2.2.2...v2.2.3) - 2018-11-26
1034
1035### Commits
1036
1037- Fix missing dependencies [`4dd06ad`](https://github.com/netlify/cli/commit/4dd06ad5bf53d62355e2f126bcc641786dba4139)
1038
1039## [v2.2.2](https://github.com/netlify/cli/compare/v2.2.1...v2.2.2) - 2018-11-26
1040
1041### Commits
1042
1043- Bump dependencies [`fc2305e`](https://github.com/netlify/cli/commit/fc2305eebe723ab1264dc9ae25146e308156492a)
1044
1045## [v2.2.1](https://github.com/netlify/cli/compare/v2.2.0...v2.2.1) - 2018-11-06
1046
1047### Merged
1048
1049- Update Netlify API client to 2.2.1 [`#176`](https://github.com/netlify/cli/pull/176)
1050
1051### Commits
1052
1053- style(addons): use oclif builtin log() [`035a93c`](https://github.com/netlify/cli/commit/035a93c6ffcc32babad809cd0ec96bbece49d019)
1054- perf(sites:list): add loading message [`5b19fc5`](https://github.com/netlify/cli/commit/5b19fc5d151ca242d57c9d570b7d638db04c1d96)
1055
1056## [v2.2.0](https://github.com/netlify/cli/compare/v2.1.3...v2.2.0) - 2018-11-02
1057
1058### Merged
1059
1060- Allow users to set the login url in the auth flow [`#172`](https://github.com/netlify/cli/pull/172)
1061- Remove package-lock from site [`#173`](https://github.com/netlify/cli/pull/173)
1062- Update CLI prompts for more consistent style [`#171`](https://github.com/netlify/cli/pull/171)
1063
1064### Commits
1065
1066- Document NETLIFY_WEB_UI [`26d5196`](https://github.com/netlify/cli/commit/26d5196afa5bda9b178abdacc0135506be278173)
1067- feat(init): shorthand flag for --manual [`452e014`](https://github.com/netlify/cli/commit/452e014562cd6c5a5b5e7a5443211bfeda82ca3b)
1068
1069## [v2.1.3](https://github.com/netlify/cli/compare/v2.1.2...v2.1.3) - 2018-10-29
1070
1071### Merged
1072
1073- Update ESLint plugin [`#168`](https://github.com/netlify/cli/pull/168)
1074- Handle GitHub error better when user lacks perms [`#167`](https://github.com/netlify/cli/pull/167)
1075- Fix missing site_id error [`#165`](https://github.com/netlify/cli/pull/165)
1076- Fix typos [`#160`](https://github.com/netlify/cli/pull/160)
1077
1078### Fixed
1079
1080- Handle GitHub error better when user lacks perms [`#151`](https://github.com/netlify/cli/issues/151)
1081
1082### Commits
1083
1084- fix(deploy): missing siteId error [`1bd224a`](https://github.com/netlify/cli/commit/1bd224a2f847f7451725864db39953cce0fb5a2e)
1085
1086## [v2.1.2](https://github.com/netlify/cli/compare/v2.1.1...v2.1.2) - 2018-10-19
1087
1088### Merged
1089
1090- Fix config path [`#159`](https://github.com/netlify/cli/pull/159)
1091- fix minor typo [`#152`](https://github.com/netlify/cli/pull/152)
1092
1093### Fixed
1094
1095- fix https://github.com/netlify/cli/issues/156 [`#156`](https://github.com/netlify/cli/issues/156)
1096
1097### Commits
1098
1099- add configPath back to site [`7e9e5a9`](https://github.com/netlify/cli/commit/7e9e5a9b6f5d561779caee9d96ea948ffd45aada)
1100- fix deploy config lookup [`002fd07`](https://github.com/netlify/cli/commit/002fd07ea6ca35f97c723f2f9b4916dcb8fe7442)
1101- Fix link [`57b553f`](https://github.com/netlify/cli/commit/57b553f5ff0871ba8f80b6ced8c3084c16a37244)
1102
1103## [v2.1.1](https://github.com/netlify/cli/compare/v2.1.0...v2.1.1) - 2018-10-15
1104
1105### Merged
1106
1107- Handle type error in project-root algorithm [`#148`](https://github.com/netlify/cli/pull/148)
1108
1109### Fixed
1110
1111- Handle type error in project-root algorithm [`#145`](https://github.com/netlify/cli/issues/145)
1112
1113### Commits
1114
1115- Update eslint-plugin-prettier [`396e11b`](https://github.com/netlify/cli/commit/396e11ba9126295ac1e2593199fd65091d1fbc46)
1116
1117## [v2.1.0](https://github.com/netlify/cli/compare/v2.1.0-beta.2...v2.1.0) - 2018-10-15
1118
1119### Merged
1120
1121- Add flags and ENV var support to deploy and fix bugs [`#147`](https://github.com/netlify/cli/pull/147)
1122
1123## [v2.1.0-beta.2](https://github.com/netlify/cli/compare/v2.1.0-beta.1...v2.1.0-beta.2) - 2018-10-15
1124
1125### Commits
1126
1127- Site info lookup bug [`dab85dd`](https://github.com/netlify/cli/commit/dab85dd3b022c73b6b66b0f8acae9d9398ad01e5)
1128
1129## [v2.1.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0...v2.1.0-beta.1) - 2018-10-13
1130
1131### Merged
1132
1133- Update netlify.toml [`#143`](https://github.com/netlify/cli/pull/143)
1134
1135### Commits
1136
1137- Add flags and ENV var support to deploy [`474d843`](https://github.com/netlify/cli/commit/474d843b8343dae2111f66ab3b8544f7c35785a2)
1138- Improve login flow [`3f2ef54`](https://github.com/netlify/cli/commit/3f2ef543aa60bb632e432b42f38abe9668f4335e)
1139- update base class [`49d7606`](https://github.com/netlify/cli/commit/49d76068d2ff8d7cefff9429f9dcc8f05e01a5c0)
1140
1141## [v2.0.0](https://github.com/netlify/cli/compare/v2.0.0-beta.10...v2.0.0) - 2018-10-09
1142
1143### Merged
1144
1145- Simplify command reference site [`#140`](https://github.com/netlify/cli/pull/140)
1146- Hide logout command [`#141`](https://github.com/netlify/cli/pull/141)
1147
1148### Commits
1149
1150- Add install and docs sections to README [`3d2aefc`](https://github.com/netlify/cli/commit/3d2aefcc1880270965eeac55fe5df7126865fa8b)
1151- Note the name of the command in README [`3dade93`](https://github.com/netlify/cli/commit/3dade9388f2ee8f1b9529508aee8335e839d55af)
1152- Remove logout cmd from list [`41557f5`](https://github.com/netlify/cli/commit/41557f5e42b72ca5b7a82ef564b91283f2b91820)
1153
1154## [v2.0.0-beta.10](https://github.com/netlify/cli/compare/v2.0.0-beta.9...v2.0.0-beta.10) - 2018-10-09
1155
1156## [v2.0.0-beta.9](https://github.com/netlify/cli/compare/v2.0.0-beta.8...v2.0.0-beta.9) - 2018-10-09
1157
1158### Commits
1159
1160- add root to this.netlify.site [`9104cf2`](https://github.com/netlify/cli/commit/9104cf2df283e19b4565daeb7f9c7a695a5bc419)
1161- Use dirname, not base name [`73b594c`](https://github.com/netlify/cli/commit/73b594c1bb8dc024ecca8d1a1c9a42ab0b953317)
1162
1163## [v2.0.0-beta.8](https://github.com/netlify/cli/compare/v2.0.0-beta.7...v2.0.0-beta.8) - 2018-10-09
1164
1165### Merged
1166
1167- Doc strings tweaks [`#138`](https://github.com/netlify/cli/pull/138)
1168- Implement improved project resolution algorithm [`#139`](https://github.com/netlify/cli/pull/139)
1169- Copy [`#136`](https://github.com/netlify/cli/pull/136)
1170- Some docs tweaks [`#135`](https://github.com/netlify/cli/pull/135)
1171- Doc string site build updates [`#133`](https://github.com/netlify/cli/pull/133)
1172- Update deploy.md [`#131`](https://github.com/netlify/cli/pull/131)
1173- Moving the usage docs to the docs website and other docs improvements [`#126`](https://github.com/netlify/cli/pull/126)
1174- Update js-client [`#125`](https://github.com/netlify/cli/pull/125)
1175
1176### Commits
1177
1178- Fix docs build [`02ebb80`](https://github.com/netlify/cli/commit/02ebb80f15adb7af645532cd3cf0ed35b2726ff3)
1179- Moving the usage docs to the docs website [`85f483a`](https://github.com/netlify/cli/commit/85f483ac8d73e5b565e66d4c6e4d8fb037fbe38e)
1180- Fix child command descriptions [`cc7d44c`](https://github.com/netlify/cli/commit/cc7d44cac475da7043056c8309ef5d827ea41d64)
1181
1182## [v2.0.0-beta.7](https://github.com/netlify/cli/compare/v2.0.0-beta.6...v2.0.0-beta.7) - 2018-09-24
1183
1184### Merged
1185
1186- Update to netlify@2.0.1-beta.8 [`#124`](https://github.com/netlify/cli/pull/124)
1187
1188## [v2.0.0-beta.6](https://github.com/netlify/cli/compare/v2.0.0-beta.5...v2.0.0-beta.6) - 2018-09-20
1189
1190### Merged
1191
1192- Improve init flow on deploy command [`#122`](https://github.com/netlify/cli/pull/122)
1193- Bug fixes on sites:create [`#121`](https://github.com/netlify/cli/pull/121)
1194
1195### Commits
1196
1197- remove old siteConfig getter [`66241e0`](https://github.com/netlify/cli/commit/66241e0145542e55f4501fb2510bc458fd5273f0)
1198- update get siteId refs [`656bf61`](https://github.com/netlify/cli/commit/656bf617239f8d4e7f1991dc493a6e42ef0d2d4c)
1199- update base class with resolved configuration in init [`d2f2367`](https://github.com/netlify/cli/commit/d2f2367e880d5a6a967e6021dba2f1c0470ef681)
1200
1201## [v2.0.0-beta.5](https://github.com/netlify/cli/compare/v2.0.0-beta.4...v2.0.0-beta.5) - 2018-09-18
1202
1203### Commits
1204
1205- Improved error handling around deploys [`2bee51b`](https://github.com/netlify/cli/commit/2bee51b46c2aacd7ad4ec522e67ba2e85350e199)
1206
1207## [v2.0.0-beta.4](https://github.com/netlify/cli/compare/v2.0.0-beta.3...v2.0.0-beta.4) - 2018-09-17
1208
1209### Merged
1210
1211- Add the ability to add deploy messages [`#113`](https://github.com/netlify/cli/pull/113)
1212- Improve deploy logging [`#112`](https://github.com/netlify/cli/pull/112)
1213- Use netlify/js-client [`#109`](https://github.com/netlify/cli/pull/109)
1214- Make form attribute [`#110`](https://github.com/netlify/cli/pull/110)
1215- Update site [`#108`](https://github.com/netlify/cli/pull/108)
1216
1217### Commits
1218
1219- Use js-client module [`cc2ac49`](https://github.com/netlify/cli/commit/cc2ac494e786646884d1eb44dfda23d74585a169)
1220- Add request form to register addons [`37acb60`](https://github.com/netlify/cli/commit/37acb60c6ff653b299ac9b921879bf581effe398)
1221- A few more api swap fixes [`b0eb925`](https://github.com/netlify/cli/commit/b0eb9252880988f84da039d6a47c4356674ce543)
1222
1223## [v2.0.0-beta.3](https://github.com/netlify/cli/compare/v2.0.0-beta.2...v2.0.0-beta.3) - 2018-09-10
1224
1225### Merged
1226
1227- Don’t throw on state lookup in a missing folder [`#107`](https://github.com/netlify/cli/pull/107)
1228- update @next tags [`#102`](https://github.com/netlify/cli/pull/102)
1229
1230### Fixed
1231
1232- Don’t throw on state lookup in a missing folder [`#106`](https://github.com/netlify/cli/issues/106)
1233
1234### Commits
1235
1236- update tags [`e74d6f1`](https://github.com/netlify/cli/commit/e74d6f10471a317cf69cc682f276ee406d44c832)
1237- fix "Finisihed" typo [`2770135`](https://github.com/netlify/cli/commit/2770135b13bd80b288850d452886ca5a9b46c358)
1238
1239## [v2.0.0-beta.2](https://github.com/netlify/cli/compare/v2.0.0-beta.1...v2.0.0-beta.2) - 2018-09-10
1240
1241## [v2.0.0-beta.1](https://github.com/netlify/cli/compare/v2.0.0-alpha.7...v2.0.0-beta.1) - 2018-09-10
1242
1243### Merged
1244
1245- updates beta release [`#101`](https://github.com/netlify/cli/pull/101)
1246- install base modules [`#100`](https://github.com/netlify/cli/pull/100)
1247- [WIP] Add use case instructions to docs [`#97`](https://github.com/netlify/cli/pull/97)
1248
1249### Commits
1250
1251- update no-repo flow [`9d20d77`](https://github.com/netlify/cli/commit/9d20d77327279fce40271b8e7de21156d2fd96a5)
1252- update reamde [`6f47a88`](https://github.com/netlify/cli/commit/6f47a8802a76a8fe5649e5ccdb58b63e77b80e31)
1253- update telemetry [`5f1cf55`](https://github.com/netlify/cli/commit/5f1cf55bf65ebe16a648244c49606a8cf1866b4a)
1254
1255## [v2.0.0-alpha.7](https://github.com/netlify/cli/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) - 2018-09-08
1256
1257### Merged
1258
1259- update token refs [`#99`](https://github.com/netlify/cli/pull/99)
1260- Update global config [`#96`](https://github.com/netlify/cli/pull/96)
1261- update main readme [`#95`](https://github.com/netlify/cli/pull/95)
1262- Update docs [`#94`](https://github.com/netlify/cli/pull/94)
1263- Automatically use git remote URL to `netlify link` sites [`#92`](https://github.com/netlify/cli/pull/92)
1264- improve header output [`#93`](https://github.com/netlify/cli/pull/93)
1265- Update docs site [`#91`](https://github.com/netlify/cli/pull/91)
1266- Use an alternate open browser lib [`#89`](https://github.com/netlify/cli/pull/89)
1267- Improve watch copy [`#88`](https://github.com/netlify/cli/pull/88)
1268- Add draft deploys [`#87`](https://github.com/netlify/cli/pull/87)
1269
1270### Fixed
1271
1272- Improve watch copy [`#82`](https://github.com/netlify/cli/issues/82)
1273
1274### Commits
1275
1276- move site to site folder [`57b474f`](https://github.com/netlify/cli/commit/57b474f124e52b6e3910011188793b0d8577245e)
1277- move UI to site [`18487af`](https://github.com/netlify/cli/commit/18487affc9a6ae5a6840e47fa899ebd448d14a91)
1278- extract and share link prompt [`d07c14c`](https://github.com/netlify/cli/commit/d07c14c03c5dcc6e122d058e11c8c6a3d2f4f21f)
1279
1280## [v2.0.0-alpha.6](https://github.com/netlify/cli/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) - 2018-08-30
1281
1282### Merged
1283
1284- Deploy feedback [`#86`](https://github.com/netlify/cli/pull/86)
1285- Incorporate some flag design to the deploy command [`#85`](https://github.com/netlify/cli/pull/85)
1286- Set up our new client id [`#71`](https://github.com/netlify/cli/pull/71)
1287- Fix Copy [`#64`](https://github.com/netlify/cli/pull/64)
1288- Create Github deploy notifications on init [`#63`](https://github.com/netlify/cli/pull/63)
1289
1290### Fixed
1291
1292- Fix Copy [`#56`](https://github.com/netlify/cli/issues/56)
1293
1294### Commits
1295
1296- First pass at deploy progress [`337a0e9`](https://github.com/netlify/cli/commit/337a0e92439e628c3c01e77972ce8052923e3f8f)
1297- Hooks work [`e41bcc7`](https://github.com/netlify/cli/commit/e41bcc76e6e5ca73a8818a7b0bbccd0c6c03532a)
1298- update edit link [`4f4d256`](https://github.com/netlify/cli/commit/4f4d25602ccd2ea7c238f6ca202ae681a17756c8)
1299
1300## [v2.0.0-alpha.5](https://github.com/netlify/cli/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) - 2018-08-28
1301
1302### Merged
1303
1304- Upload netlify TOML when deploying [`#61`](https://github.com/netlify/cli/pull/61)
1305- Add update notifier [`#60`](https://github.com/netlify/cli/pull/60)
1306- Fix badge links [`#59`](https://github.com/netlify/cli/pull/59)
1307- 2.0.0 Release [`#51`](https://github.com/netlify/cli/pull/51)
1308- Fix lint [`#50`](https://github.com/netlify/cli/pull/50)
1309- [WIP] Update docs [`#99`](https://github.com/netlify/cli/pull/99)
1310- Use netlify.toml info when linking [`#98`](https://github.com/netlify/cli/pull/98)
1311- Watch on init, and remove from sites commands [`#97`](https://github.com/netlify/cli/pull/97)
1312- Improve file filtering [`#95`](https://github.com/netlify/cli/pull/95)
1313- Remove unneeded quotes on link [`#94`](https://github.com/netlify/cli/pull/94)
1314- Document base class and reorganize [`#92`](https://github.com/netlify/cli/pull/92)
1315- Readme tweaks [`#91`](https://github.com/netlify/cli/pull/91)
1316- s/http/https [`#90`](https://github.com/netlify/cli/pull/90)
1317- Fix readme name hack [`#89`](https://github.com/netlify/cli/pull/89)
1318- Appveyor [`#49`](https://github.com/netlify/cli/pull/49)
1319
1320### Fixed
1321
1322- Use netlify.toml info when linking [`#74`](https://github.com/netlify/cli/issues/74)
1323- Watch on init, and remove from sites commands [`#79`](https://github.com/netlify/cli/issues/79)
1324
1325### Commits
1326
1327- update docs [`821c9ba`](https://github.com/netlify/cli/commit/821c9bace31a7738b40976afdce89201712f8829)
1328- add site [`947767c`](https://github.com/netlify/cli/commit/947767cd16e186fccdd9a362dc28a8d1250194f4)
1329- add doc gen script (will move elsewhere) [`2028b53`](https://github.com/netlify/cli/commit/2028b53d4e5bedc09c2471959de2f0c6e503a1f2)
1330
1331## [v2.0.0-alpha.4](https://github.com/netlify/cli/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) - 2018-08-22
1332
1333## [v2.0.0-alpha.3](https://github.com/netlify/cli/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) - 2018-08-22
1334
1335### Merged
1336
1337- Fix function deploys [`#48`](https://github.com/netlify/cli/pull/48)
1338- Init GitHub [`#87`](https://github.com/netlify/cli/pull/87)
1339- Add Init function [`#47`](https://github.com/netlify/cli/pull/47)
1340- [WIP] Add `addons` commands [`#85`](https://github.com/netlify/cli/pull/85)
1341- Initial sites:create command [`#72`](https://github.com/netlify/cli/pull/72)
1342
1343### Commits
1344
1345- GitHub init work [`80c2f0a`](https://github.com/netlify/cli/commit/80c2f0af0b03d13f3587dd9602e36eedb5182977)
1346- add addon commands [`73b2d96`](https://github.com/netlify/cli/commit/73b2d96daa7f7ed9154a24fa116fbdac40246113)
1347- Checking in progress [`ce88ad6`](https://github.com/netlify/cli/commit/ce88ad6ff7f6dfbed6cdeb87f25491b2ad7581b2)
1348
1349## [v2.0.0-alpha.2](https://github.com/netlify/cli/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) - 2018-08-17
1350
1351### Commits
1352
1353- Fix prod dependencies [`6a462dc`](https://github.com/netlify/cli/commit/6a462dced612e274629483123a1ab1e604190ad3)
1354
1355## [v2.0.0-alpha.1](https://github.com/netlify/cli/compare/v1.2.3...v2.0.0-alpha.1) - 2018-08-16
1356
1357### Merged
1358
1359- update open cmd [`#81`](https://github.com/netlify/cli/pull/81)
1360- Fix function uploads [`#70`](https://github.com/netlify/cli/pull/70)
1361- Update status command [`#69`](https://github.com/netlify/cli/pull/69)
1362- Remove help plugin [`#68`](https://github.com/netlify/cli/pull/68)
1363- Function deploys [`#62`](https://github.com/netlify/cli/pull/62)
1364- Add unlink command [`#67`](https://github.com/netlify/cli/pull/67)
1365- Fix api calls [`#65`](https://github.com/netlify/cli/pull/65)
1366- Add inquirer prompts [`#45`](https://github.com/netlify/cli/pull/45)
1367- Swap deps [`#46`](https://github.com/netlify/cli/pull/46)
1368- Use open-api spec directly [`#44`](https://github.com/netlify/cli/pull/44)
1369- Deploy Command [`#37`](https://github.com/netlify/cli/pull/37)
1370- Add status command [`#38`](https://github.com/netlify/cli/pull/38)
1371- Add whoami command [`#36`](https://github.com/netlify/cli/pull/36)
1372- Init again [`#31`](https://github.com/netlify/cli/pull/31)
1373- Site config [`#27`](https://github.com/netlify/cli/pull/27)
1374
1375### Commits
1376
1377- Reset Repo [`b62819b`](https://github.com/netlify/cli/commit/b62819bc9e1c05c01ea8c284ce6e1c2586226aea)
1378- Use r2 API client using open-api derived methods [`080572f`](https://github.com/netlify/cli/commit/080572fdad2e7decd415c1002d3bb55f153bc198)
1379- Check in function deploy work [`48b7605`](https://github.com/netlify/cli/commit/48b76055061eecb6ee7ed9d2057e0580d3028095)
1380
1381## v1.2.3 - 2018-07-10
1382
1383### Merged
1384
1385- Deploy command [`#26`](https://github.com/netlify/cli/pull/26)
1386- Fix a bunch of babel and Ava issues [`#25`](https://github.com/netlify/cli/pull/25)
1387- Add ava test harness [`#23`](https://github.com/netlify/cli/pull/23)
1388- Use new auth hook [`#22`](https://github.com/netlify/cli/pull/22)
1389- Only store the auth token [`#21`](https://github.com/netlify/cli/pull/21)
1390- Add a babel build step [`#19`](https://github.com/netlify/cli/pull/19)
1391- Env override [`#18`](https://github.com/netlify/cli/pull/18)
1392- Add login hook [`#16`](https://github.com/netlify/cli/pull/16)
1393- Promisify api client [`#15`](https://github.com/netlify/cli/pull/15)
1394- Add login [`#7`](https://github.com/netlify/cli/pull/7)
1395- Scaffold cmds [`#6`](https://github.com/netlify/cli/pull/6)
1396- Add prettierrc file [`#5`](https://github.com/netlify/cli/pull/5)
1397- remove java codegen deps [`#4`](https://github.com/netlify/cli/pull/4)
1398- Use openapi client module [`#2`](https://github.com/netlify/cli/pull/2)
1399- Fix authentication prompt typo [`#41`](https://github.com/netlify/cli/pull/41)
1400- deprecatin' [`#38`](https://github.com/netlify/cli/pull/38)
1401- Add missing project management files. [`#22`](https://github.com/netlify/cli/pull/22)
1402- Add "env" command [`#18`](https://github.com/netlify/cli/pull/18)
1403- Permalink is displayed after deployment (along with the alias URL). [`#5`](https://github.com/netlify/cli/pull/5)
1404
1405### Fixed
1406
1407- Fixes #3 - Content-Length was not always correct in post requests [`#3`](https://github.com/netlify/cli/issues/3)
1408
1409### Commits
1410
1411- init commit [`041da26`](https://github.com/netlify/cli/commit/041da26dd050b4f51809040ba8cc99e61ba20d10)
1412- Remove troublesome lock files [`2a43998`](https://github.com/netlify/cli/commit/2a43998fa616b973779a7a2e3f1534eef73c09e4)
1413- Fix dependencies with shrinkwrap and yarn.lock [`f4f5dc3`](https://github.com/netlify/cli/commit/f4f5dc3de1fa1f33508e4c667dca3d1a7aea7b34)