UNPKG

28.9 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5## [2.13.0](https://github.com/alexa/ask-cli/compare/v2.12.1...v2.13.0) (2020-07-21)
6
7
8### Features
9
10* add clone locale and rollback smapi commands ([a0ce145](https://github.com/alexa/ask-cli/commit/a0ce14535f54fa5ae9a002ee77dbce74b58e6d38))
11* add the scope of alexa::ask:skills:debug into LWA flow ([f8e2d0f](https://github.com/alexa/ask-cli/commit/f8e2d0f30b477ea6d0fc02532e568627a2071f9c))
12
13### [2.12.1](https://github.com/alexa/ask-cli/compare/v2.12.0...v2.12.1) (2020-07-21)
14
15
16### Bug Fixes
17
18* add pageSize to avoid the description of the template gets too long and breaks the line ([#261](https://github.com/alexa/ask-cli/issues/261)) ([6422827](https://github.com/alexa/ask-cli/commit/64228278aea2b49374ee31d30fb008687c422842))
19* default folder name to skill name for ask new command. ([#262](https://github.com/alexa/ask-cli/issues/262)) ([0e50cfe](https://github.com/alexa/ask-cli/commit/0e50cfe9d5e4d9b1d93ee6abbad113b3ff64d815))
20* do not throw error exit code when the enable-skill request skipped ([#266](https://github.com/alexa/ask-cli/issues/266)) ([0a2b166](https://github.com/alexa/ask-cli/commit/0a2b1664a448d67eaa6d2dfe045bac6bc5b8db37))
21* output deploy error if error not string ([#258](https://github.com/alexa/ask-cli/issues/258)) ([62c059c](https://github.com/alexa/ask-cli/commit/62c059c191bb4d08f97233782fe63008de3d8b36))
22
23## [2.12.0](https://github.com/alexa/ask-cli/compare/v2.11.2...v2.12.0) (2020-07-15)
24
25
26### Features
27
28* add output option to dialog command ([#252](https://github.com/alexa/ask-cli/issues/252)) ([4ce263e](https://github.com/alexa/ask-cli/commit/4ce263e5c41d0fe0ea4795d8689d3ccb28bc12db))
29* add target flag to deploy command ([#232](https://github.com/alexa/ask-cli/issues/232)) ([1594c24](https://github.com/alexa/ask-cli/commit/1594c244f1b255ee778384ad4230d60bb3031560))
30
31### [2.11.2](https://github.com/alexa/ask-cli/compare/v2.11.1...v2.11.2) (2020-07-07)
32
33
34### Bug Fixes
35
36* pass profile to status hint; handle customized param names ([#250](https://github.com/alexa/ask-cli/issues/250)) ([a7e8d0d](https://github.com/alexa/ask-cli/commit/a7e8d0dd5af09f1e14d35e2e57403c316d3faabb))
37
38### [2.11.1](https://github.com/alexa/ask-cli/compare/v2.11.0...v2.11.1) (2020-06-25)
39
40
41### Bug Fixes
42
43* ingoring version check for credential helper ([b8fd184](https://github.com/alexa/ask-cli/commit/b8fd1847c775bb540d19ce6c50517228f5e5d4c1))
44
45## [2.11.0](https://github.com/alexa/ask-cli/compare/v2.10.2...v2.11.0) (2020-06-24)
46
47
48### Features
49
50* add default value development when stage is required ([f656de5](https://github.com/alexa/ask-cli/commit/f656de5a26e318593090755232d9ebfde526acfa))
51* add support of ignore-hash in lambda deployer ([a6ea7fd](https://github.com/alexa/ask-cli/commit/a6ea7fdf0549912a626780a40dee23dc2f153cf0))
52* add to show hint to check status for async smapi commands ([8d8d840](https://github.com/alexa/ask-cli/commit/8d8d84061b91d16b97294870001e785dd8a8e006))
53
54
55### Bug Fixes
56
57* add logic to create stack if old stack in delete complete status ([#224](https://github.com/alexa/ask-cli/issues/224)) ([ec32913](https://github.com/alexa/ask-cli/commit/ec32913ceb3e4468c45c7ddd1d6e8468c700cd5f))
58* fix to allow dialog without providing skill id for hosted skills ([#236](https://github.com/alexa/ask-cli/issues/236)) ([13fa8db](https://github.com/alexa/ask-cli/commit/13fa8db0e043049813a7513f1730253ebe31fdb6))
59
60### [2.10.2](https://github.com/alexa/ask-cli/compare/v2.10.1...v2.10.2) (2020-06-11)
61
62
63### Bug Fixes
64
65* add qoutes around folder path to fix issue when path has space ([#234](https://github.com/alexa/ask-cli/issues/234)) ([3c73020](https://github.com/alexa/ask-cli/commit/3c73020e3d9d3bbdd8c51e5f477186b2fe5ba7d5))
66
67### [2.10.1](https://github.com/alexa/ask-cli/compare/v2.10.0...v2.10.1) (2020-06-05)
68
69## [2.10.0](https://github.com/alexa/ask-cli/compare/v2.9.0...v2.10.0) (2020-06-05)
70
71
72### Features
73
74* support upgrade-project command with un-deployed project ([#223](https://github.com/alexa/ask-cli/issues/223)) ([0aea890](https://github.com/alexa/ask-cli/commit/0aea890e0a24d32fe09b63a373e3c7a355faf44f))
75
76
77### Bug Fixes
78
79* add support to run smapi command using env settings ([#216](https://github.com/alexa/ask-cli/issues/216)) ([fbb92f2](https://github.com/alexa/ask-cli/commit/fbb92f2c0a46e6d6e92c7459127ceb24ad867640))
80* fix integration test ([8f11aea](https://github.com/alexa/ask-cli/commit/8f11aea634230a8eb3da689ec19dfb0b838ae265))
81* read first locale from skill.json if not provided by user ([#221](https://github.com/alexa/ask-cli/issues/221)) ([8f6b031](https://github.com/alexa/ask-cli/commit/8f6b031c4c30e1bddc80b5ce1546dcf7ceff4aec))
82
83## [2.9.0](https://github.com/alexa/ask-cli/compare/v2.8.0...v2.9.0) (2020-05-28)
84
85
86### Features
87
88* add new smapi commands for asr evaluations ([894cbc5](https://github.com/alexa/ask-cli/commit/894cbc543c20aa58f6908b97910e925630454e25))
89* add support for csv content type body param in smapi ([11ccb61](https://github.com/alexa/ask-cli/commit/11ccb6100a64cbd919f572021a10b66a90e2f37c))
90* support partial deploy for lambda-deployer and revisit the protocol for deployer response ([6a6f04b](https://github.com/alexa/ask-cli/commit/6a6f04b2e8684019bc83a224f00ee9646a351800))
91
92
93### Bug Fixes
94
95* add host url to apply credential helper to hosted skill repo only ([#206](https://github.com/alexa/ask-cli/issues/206)) ([3ebbc00](https://github.com/alexa/ask-cli/commit/3ebbc00bf7da11339396761ed618677d38cfa75a))
96* add logic to handle non json response from smapi ([#171](https://github.com/alexa/ask-cli/issues/171)) ([aa55fc2](https://github.com/alexa/ask-cli/commit/aa55fc23c84810fa531b1743182d6426967886b5))
97* address comment ([d02590d](https://github.com/alexa/ask-cli/commit/d02590dcd21c0dcf4e4b557544e6a781410ccb91))
98* update the response object of create Lambda function ([a84f091](https://github.com/alexa/ask-cli/commit/a84f091de8cb08d9324ca12f8919d7f24e827cfb))
99
100## [2.8.0](https://github.com/alexa/ask-cli/compare/v2.7.0...v2.8.0) (2020-05-20)
101
102
103### Features
104
105* add a AWS:Logs:LogGroup Resource in cfn-deployer template ([c775d0c](https://github.com/alexa/ask-cli/commit/c775d0c5b7c32dcec86cebedf0adc9e8e4544b6f))
106* add full-response flag to smapi commands ([919ce9e](https://github.com/alexa/ask-cli/commit/919ce9e0a65fa7e63b179e7dd7e1d91fb7911ac1))
107
108
109### Bug Fixes
110
111* add handling for error http status code for version check ([8fd9b54](https://github.com/alexa/ask-cli/commit/8fd9b54f851b923c2ffdfce8bd7fbeee844fd9e9))
112* adding qoutes to fix issue of zipping folder with spaces ([09b293e](https://github.com/alexa/ask-cli/commit/09b293e65b768de898c78b50dbb3d59c61beef01))
113* smapi - improve logic to determine required for nested body params ([#202](https://github.com/alexa/ask-cli/issues/202)) ([965ba2c](https://github.com/alexa/ask-cli/commit/965ba2cb7a1058e8212fb56605b52a9d198737bf))
114* update output of debug message ([f333eab](https://github.com/alexa/ask-cli/commit/f333eab55d57d73b902665d3d0378bb1d1297b4a))
115
116## [2.7.0](https://github.com/alexa/ask-cli/compare/v2.6.0...v2.7.0) (2020-05-14)
117
118
119### Features
120
121* bump the version of ask-smapi-model to v1.8.0 ([#190](https://github.com/alexa/ask-cli/issues/190)) ([d699e04](https://github.com/alexa/ask-cli/commit/d699e04b6ac88773d7f93496d3453a8812dd9e87))
122
123
124### Bug Fixes
125
126* add ability to read with file: option for nested json params for smapi ([#182](https://github.com/alexa/ask-cli/issues/182)) ([1fbe762](https://github.com/alexa/ask-cli/commit/1fbe762cde14ab22905f6165332bc085198f4cd8))
127* add the missed profile variable into the runtimeProfile method ([#188](https://github.com/alexa/ask-cli/issues/188)) ([c38f41f](https://github.com/alexa/ask-cli/commit/c38f41fe147ae43734fdac86b62c28b462353fa9))
128* allow ask init with only skillMetadata and fix NPEs during the flow ([c9f89cd](https://github.com/alexa/ask-cli/commit/c9f89cdc5d24aa0a7af69842fc56292d942b8155))
129* correct the decision of a required field in smapi command generation ([#184](https://github.com/alexa/ask-cli/issues/184)) ([b047b2c](https://github.com/alexa/ask-cli/commit/b047b2c943e71d4330c822af734d2ed432407e69))
130* improve error message when skip unwrap is required for body parameter ([34d7db8](https://github.com/alexa/ask-cli/commit/34d7db871eef050a1b3b3f75c0a7a6404d04dfb5))
131* show full context if error happens, and don't fail smapi-sdk's error response ([e1580e4](https://github.com/alexa/ask-cli/commit/e1580e457a99483b909d68b2f67f733d0bd5675c))
132
133## [2.6.0](https://github.com/alexa/ask-cli/compare/v2.5.1...v2.6.0) (2020-05-07)
134
135
136### Features
137
138* add annotation sets and evaluations commands ([#170](https://github.com/alexa/ask-cli/issues/170)) ([f00e630](https://github.com/alexa/ask-cli/commit/f00e6308f463f7ce551b37a4c7b810e1ad889e75))
139
140### [2.5.1](https://github.com/alexa/ask-cli/compare/v2.5.0...v2.5.1) (2020-05-06)
141
142
143### Bug Fixes
144
145* fix to respect ask env variables for commands ([#167](https://github.com/alexa/ask-cli/issues/167)) ([d63c955](https://github.com/alexa/ask-cli/commit/d63c95503add871bc611b25d18d1bd59f27710ce))
146
147## [2.5.0](https://github.com/alexa/ask-cli/compare/v2.4.0...v2.5.0) (2020-05-06)
148
149
150### Features
151
152* add ignore-hash flag to deploy command ([#163](https://github.com/alexa/ask-cli/issues/163)) ([057860e](https://github.com/alexa/ask-cli/commit/057860ec28209358d22d0cbdec6da5e21678dfd4))
153
154
155### Bug Fixes
156
157* add error handling when refresh lwa token fails, pass in debug flag to all the authorizationController ([#165](https://github.com/alexa/ask-cli/issues/165)) ([87c8350](https://github.com/alexa/ask-cli/commit/87c8350555dc427a60ba7335ec22fe96deee58ee))
158
159## [2.4.0](https://github.com/alexa/ask-cli/compare/v2.3.0...v2.4.0) (2020-05-04)
160
161
162### Features
163
164* add ASK_SKIP_NEW_VERSION_REMINDER to enable skipping version check at the beginning of each command ([#160](https://github.com/alexa/ask-cli/issues/160)) ([59544e3](https://github.com/alexa/ask-cli/commit/59544e359ae6692715e56a5c6dfc955f83af88b4))
165* add support for template-branch parameter in new command ([#155](https://github.com/alexa/ask-cli/issues/155)) ([426edfb](https://github.com/alexa/ask-cli/commit/426edfb52f2789ea22187633922870994d3aa178))
166
167
168### Bug Fixes
169
170* added logic to handle non alphanumeric characters in smapi swagg… ([#159](https://github.com/alexa/ask-cli/issues/159)) ([768d56f](https://github.com/alexa/ask-cli/commit/768d56f54ebcf0c0e965b630e35de06d0e25f1a4))
171
172## [2.3.0](https://github.com/alexa/ask-cli/compare/v2.2.0...v2.3.0) (2020-05-01)
173
174
175### Features
176
177* add get and search task smapi commands ([fb881d6](https://github.com/alexa/ask-cli/commit/fb881d69506f17e2a0a314c29999c07edc394b5d))
178
179
180### Bug Fixes
181
182* standardize keys for smapi auto gen logic to prevent mismatch due to case discrepancies ([069b219](https://github.com/alexa/ask-cli/commit/069b2196984e17c9caf91dd9718fd7ea814c147e))
183
184## [2.2.0](https://github.com/alexa/ask-cli/compare/v2.1.1...v2.2.0) (2020-04-29)
185
186
187### Features
188
189* add option to read json from file path ([#151](https://github.com/alexa/ask-cli/issues/151)) ([b8e001e](https://github.com/alexa/ask-cli/commit/b8e001eeb7f21f155ddc041d9bb89ebf1c6f2afc))
190* support custom smapi and lwa endpoint based on env variables ([45dbdf2](https://github.com/alexa/ask-cli/commit/45dbdf2fff37d1e5441fa3c12d1f0c0b79c28ca7))
191
192
193### Bug Fixes
194
195* add additional debug output to smapi commands ([#149](https://github.com/alexa/ask-cli/issues/149)) ([30b63ea](https://github.com/alexa/ask-cli/commit/30b63eaca77f21d9739901ae4330d1398f945ed4))
196* add missing subscriptions lwa scope ([49ccf5c](https://github.com/alexa/ask-cli/commit/49ccf5cc6767921a4250541151346926dddc85d2))
197* change implementation of before send logic to handle more cases ([#135](https://github.com/alexa/ask-cli/issues/135)) ([8fa9e76](https://github.com/alexa/ask-cli/commit/8fa9e767597cae5e4ef12b82c49f113bab4c8faf))
198* fix when array property was displayed as json property ([c9e16ac](https://github.com/alexa/ask-cli/commit/c9e16ac7b88d5b49ee1ec85d55a4f1df5845f40c))
199* unable to deploy new project with custom template by lambda deployer ([#148](https://github.com/alexa/ask-cli/issues/148)) ([2a00ff6](https://github.com/alexa/ask-cli/commit/2a00ff68da80d813eb4a3bf15ee01fdf676dbba2))
200
201### [2.1.1](https://github.com/alexa/ask-cli/compare/v2.1.0...v2.1.1) (2020-04-17)
202
203
204### Bug Fixes
205
206* treat unrecognized command separately from command.handle method ([#130](https://github.com/alexa/ask-cli/issues/130)) ([3e2698a](https://github.com/alexa/ask-cli/commit/3e2698a626f6607c818d697d9ce987823462576c))
207* update parameters description and smapi command description ([db65526](https://github.com/alexa/ask-cli/commit/db65526e6e66ec8e6d4372ed0a0969f0c0afda29))
208
209## [2.1.0](https://github.com/alexa/ask-cli/compare/v2.0.1...v2.1.0) (2020-04-16)
210
211
212### Features
213
214* add new ask util command "generate-lwa-tokens" ([d74332f](https://github.com/alexa/ask-cli/commit/d74332f9ef9a5e276badd2ef0d0b7e4e5c2969a0))
215
216
217### Bug Fixes
218
219* add logic to handle the param which isArray and isJson for smapi commands ([ebbc2fe](https://github.com/alexa/ask-cli/commit/ebbc2fe76e934dbef10456b9ce781cd6f5c27058))
220* creating a new self-hosted skill fails with TypeError ([#121](https://github.com/alexa/ask-cli/issues/121)) ([b1560dc](https://github.com/alexa/ask-cli/commit/b1560dc04c1df5d2c83d89576f3bd4d5401dc29d))
221* lock package version with ask-smapi-model's version ([56bdb16](https://github.com/alexa/ask-cli/commit/56bdb165ce090b1200b93824cc7feb8347c26f6f))
222* parse to correct data type for nested body parameter ([#122](https://github.com/alexa/ask-cli/issues/122)) ([6998837](https://github.com/alexa/ask-cli/commit/6998837c0d8a7595e490b24f5375fae07204f408))
223* rename smapi commands version parameter since it was conflicting with global version parameter ([#125](https://github.com/alexa/ask-cli/issues/125)) ([11f808a](https://github.com/alexa/ask-cli/commit/11f808a89e50aaf8cb25655b1d360b5da1a0eb1c))
224* update python-pip build-flow's build powershell script ([efa62b2](https://github.com/alexa/ask-cli/commit/efa62b206f87756e500bf7aee6f40ef44529e85f))
225
226### [2.0.1](https://github.com/alexa/ask-cli/compare/v0.13.0...v2.0.1) (2020-04-10)
227
228
229### Features
230
231* ask-cli v2.0.0 ([#105](https://github.com/alexa/ask-cli/issues/105)) ([984d37b](https://github.com/alexa/ask-cli/commit/984d37b9f7abfb651b2737a71c46accb9dd78dce)), closes [#110](https://github.com/alexa/ask-cli/issues/110)
232
233
234### Bug Fixes
235
236* improve user experiences by updating the post-lwa response webpage ([#108](https://github.com/alexa/ask-cli/issues/108)) ([41c17a6](https://github.com/alexa/ask-cli/commit/41c17a6d15b30334cbea028a99c1662ae58b53af))
237* parse order of parameters from function source code ([#112](https://github.com/alexa/ask-cli/issues/112)) ([7859681](https://github.com/alexa/ask-cli/commit/7859681fdabb27c6eea8edff52e34788c8bc303a))
238
239## [2.0.0](https://github.com/alexa/ask-cli/compare/v0.13.0...v2.0.0) (2020-04-08)
240
241
242### Features
243
244* ask-cli v2.0.0 ([#105](https://github.com/alexa/ask-cli/issues/105)) ([984d37b](https://github.com/alexa/ask-cli/commit/984d37b9f7abfb651b2737a71c46accb9dd78dce)), closes [#110](https://github.com/alexa/ask-cli/issues/110)
245
246
247### Bug Fixes
248
249* improve user experiences by updating the post-lwa response webpage ([#108](https://github.com/alexa/ask-cli/issues/108)) ([41c17a6](https://github.com/alexa/ask-cli/commit/41c17a6d15b30334cbea028a99c1662ae58b53af))
250
251## [0.13.0](https://github.com/alexa-labs/ask-cli/compare/v0.12.0...v0.13.0) (2020-04-08)
252
253
254### Features
255
256* add version reminder to high-level commands if ask-cli releases ([#104](https://github.com/alexa-labs/ask-cli/issues/104)) ([4445cfa](https://github.com/alexa-labs/ask-cli/commit/4445cfac3c94bfe7fa1ce56badcfb1ef68bcb17f))
257* implemented auto generation of docs for smapi commands ([#70](https://github.com/alexa-labs/ask-cli/issues/70)) ([9b2f93e](https://github.com/alexa-labs/ask-cli/commit/9b2f93e1205b835c0d42a7bbddcae76f6a181eaf))
258
259
260### Bug Fixes
261
262* add skipUnwrap to 2 new complex body parameters ([c58453c](https://github.com/alexa-labs/ask-cli/commit/c58453ca6c1f51b67b1feba52ea154d1ec90ffa4))
263* askx new -> change the representation layer for deployers ([#106](https://github.com/alexa-labs/ask-cli/issues/106)) ([0c7750c](https://github.com/alexa-labs/ask-cli/commit/0c7750c735f08ffda63559a817653276a1837afe))
264
265## [0.12.0](https://github.com/alexa-labs/ask-cli/compare/v0.11.1...v0.12.0) (2020-04-02)
266
267
268### Bug Fixes
269
270* ashx new AHS -> fails with credential problem ([#98](https://github.com/alexa-labs/ask-cli/issues/98)) ([2da4326](https://github.com/alexa-labs/ask-cli/commit/2da43269d78ec904476207cc486d0130cffb32f3))
271* askx new --template-url -> the language and deployer selection a… ([#95](https://github.com/alexa-labs/ask-cli/issues/95)) ([1907e07](https://github.com/alexa-labs/ask-cli/commit/1907e07e7f5bde3294b67a709689c75cdba17c0e))
272* askx upgrade-project -> remove skill.json and other v1 artifacts ([#102](https://github.com/alexa-labs/ask-cli/issues/102)) ([936e197](https://github.com/alexa-labs/ask-cli/commit/936e197d6331c92bc156af480885206604401c5b))
273* enable skill for hosted skill init ([#96](https://github.com/alexa-labs/ask-cli/issues/96)) ([8dbf91d](https://github.com/alexa-labs/ask-cli/commit/8dbf91d15ed966346a41f6cf1b84f69f236e9880))
274* file permissions for .ask/cli_config and .aws/credentials ([#94](https://github.com/alexa-labs/ask-cli/issues/94)) ([d891df8](https://github.com/alexa-labs/ask-cli/commit/d891df8352424b29d6513b9975347a3b2452509f))
275* provide instruction in init command and change to warn if no error from user inputs ([2b3ae49](https://github.com/alexa-labs/ask-cli/commit/2b3ae493e73ad8cf2e366707f8e2836aac913be8))
276* simplify the message in new command, skip bootstrap if template is deployer-aware ([8a80e46](https://github.com/alexa-labs/ask-cli/commit/8a80e465b1bdfbed329ab932bf67a11d4fe7f6e9))
277* update messaging in dialog, configure and new commands ([62d747d](https://github.com/alexa-labs/ask-cli/commit/62d747dcd6e522194deaa057b8ee4185257395db))
278
279### [0.11.1](https://github.com/alexa-labs/ask-cli/compare/v0.11.0...v0.11.1) (2020-03-31)
280
281
282### Bug Fixes
283
284* askx init --hosted-skill-id -> fail when not include ask-resources.json in the git ([#75](https://github.com/alexa-labs/ask-cli/issues/75)) ([f0da5da](https://github.com/alexa-labs/ask-cli/commit/f0da5da5967a099bc414a72fadba9223865057d5))
285* askx new -> list of selections is not static when choosing deployer ([#91](https://github.com/alexa-labs/ask-cli/issues/91)) ([5d86874](https://github.com/alexa-labs/ask-cli/commit/5d868744b19764475a736122ac6f0d78a9124b85))
286* change upgrade-project command to track skill-id in ask-states.json ([#90](https://github.com/alexa-labs/ask-cli/issues/90)) ([97e986e](https://github.com/alexa-labs/ask-cli/commit/97e986e3de17b1996d7350c41f48a272d36b26f7))
287* enable interaction after record and support option to append quit to replay file, continue session after .record ([#89](https://github.com/alexa-labs/ask-cli/issues/89)) ([ea8da7a](https://github.com/alexa-labs/ask-cli/commit/ea8da7ae492aa4b2e1546edc7c738d88b0246296))
288* fix issue of vendor-id being required parameter ([#86](https://github.com/alexa-labs/ask-cli/issues/86)) ([183a3e1](https://github.com/alexa-labs/ask-cli/commit/183a3e16bf6d6cd2332722960deff0a6c7a4bdbe))
289* show error for the smapi commands from the upstream request ([#85](https://github.com/alexa-labs/ask-cli/issues/85)) ([6fcb601](https://github.com/alexa-labs/ask-cli/commit/6fcb601d0a9cb04d3a2bba69dc224b2eb13b8762))
290* update to "open" package and add warn messaging for token security ([aee5c92](https://github.com/alexa-labs/ask-cli/commit/aee5c924caf8903e70134b69a7b447e93baba60d))
291
292## [0.11.0](https://github.com/alexa-labs/ask-cli/compare/v0.10.5...v0.11.0) (2020-03-27)
293
294
295### Features
296
297* move states data from ask-resources.json configuration to .ask/ask-states.json ([45d550e](https://github.com/alexa-labs/ask-cli/commit/45d550ecdf05f0b69ea1a9df9ae69863cf99b8d2))
298
299
300### Bug Fixes
301
302* adding -p shortcut and description for smapi default options ([#73](https://github.com/alexa-labs/ask-cli/issues/73)) ([f50184a](https://github.com/alexa-labs/ask-cli/commit/f50184a045057e3e5c2d503ff06bf75fdae78688))
303* change from fatal to warn message ([#71](https://github.com/alexa-labs/ask-cli/issues/71)) ([37c922f](https://github.com/alexa-labs/ask-cli/commit/37c922f73de8431bbc341f5ee749a62f7070882b))
304* fix issues when parent parameter is not camel case ([#72](https://github.com/alexa-labs/ask-cli/issues/72)) ([8ac3844](https://github.com/alexa-labs/ask-cli/commit/8ac38441178f2ca17aa20bcd12c4481adf9e488a))
305
306### [0.10.5](https://github.com/alexa-labs/ask-cli/compare/v0.10.4...v0.10.5) (2020-03-25)
307
308
309### Bug Fixes
310
311* add the missed return before the callback when handleExistingLambda fails in upgrade command ([#67](https://github.com/alexa-labs/ask-cli/issues/67)) ([6b941af](https://github.com/alexa-labs/ask-cli/commit/6b941afe20490d2003565d0c9b68fecf62ae603e))
312
313### [0.10.4](https://github.com/alexa-labs/ask-cli/compare/v0.10.3...v0.10.4) (2020-03-25)
314
315
316### Bug Fixes
317
318* default success message when no response body from smapi ([b7fdd59](https://github.com/alexa-labs/ask-cli/commit/b7fdd5980b179402d917f7293f60385846fda261))
319* fix issue when test was switching git branch to master ([0ca3582](https://github.com/alexa-labs/ask-cli/commit/0ca3582b23db4cb9ffa6fcad766151de37ddd60e))
320
321### [0.10.3](https://github.com/alexa-labs/ask-cli/compare/v0.10.2...v0.10.3) (2020-03-25)
322
323
324### Bug Fixes
325
326* import URL object & handle cross-platform file separator ([#65](https://github.com/alexa-labs/ask-cli/issues/65)) ([83ab50e](https://github.com/alexa-labs/ask-cli/commit/83ab50efb13a6f66be55576b4c90bf42fa233f32))
327
328### [0.10.2](https://github.com/alexa-labs/ask-cli/compare/v0.10.1...v0.10.2) (2020-03-23)
329
330
331### Features
332
333* git-client refactoring ([394fe82](https://github.com/alexa-labs/ask-cli/commit/394fe8298c5d873ce714905432dcb42cc30114bd))
334* hosted skill create + clone ([25bac7e](https://github.com/alexa-labs/ask-cli/commit/25bac7e399d2498b090fb48e3069ff92a25d19c3))
335* hosted skill deploy ([b303741](https://github.com/alexa-labs/ask-cli/commit/b3037418f18ffa36c213a4948c68c4074dc1d02f))
336* hosted skill-upgrade project ([72b9ac7](https://github.com/alexa-labs/ask-cli/commit/72b9ac7e726b06cf45d7c06afb47846b338963a2))
337* hosted skills initialization - git clone ([3dca627](https://github.com/alexa-labs/ask-cli/commit/3dca627fb8c982d3b8f0dcd929f8d4e87d35832f))
338
339
340### Bug Fixes
341
342* keep .git in migrated project & add git repositoryurl in ask-resources.json for hosted skill ([91a6cd9](https://github.com/alexa-labs/ask-cli/commit/91a6cd9c695ac441b78018551c275d208a2abd91))
343
344### [0.10.1](https://github.com/alexa-labs/ask-cli/compare/v0.10.0...v0.10.1) (2020-03-23)
345
346
347### Bug Fixes
348
349* add exit code 1 for failed smapi command; take first element from ask-smapi-sdk client response; add commander handling for required options ([756b5b0](https://github.com/alexa-labs/ask-cli/commit/756b5b0fc23b300e072be61202a5e02c9fb55e76))
350
351## [0.10.0](https://github.com/alexa-labs/ask-cli/compare/v0.9.1...v0.10.0) (2020-03-20)
352
353
354### Features
355
356* implemented smapi command ([2f81f03](https://github.com/alexa-labs/ask-cli/commit/2f81f03c97c8fe12339d9547a8cc0d37572e82bf))
357
358### [0.9.1](https://github.com/alexa-labs/ask-cli/compare/v0.9.0...v0.9.1) (2020-03-20)
359
360
361### Bug Fixes
362
363* track "expires_at" into credentials file when getting lwa tokens ([52f1872](https://github.com/alexa-labs/ask-cli/commit/52f1872b4a8e2a41d89f9ada4c026e105b98762f))
364
365## [0.9.0](https://github.com/alexa-labs/ask-cli/compare/v0.8.0...v0.9.0) (2020-03-19)
366
367
368### Features
369
370* port dialog command to cli v2 ([c88938c](https://github.com/alexa-labs/ask-cli/commit/c88938cc2054645162f16d0e0bc6c7085b96cd5f))
371
372
373### Bug Fixes
374
375* check environmental variable ASK_SMAPI_SERVER_BASE_URL in smapi client before default endpoint ([3710699](https://github.com/alexa-labs/ask-cli/commit/3710699031accfd45c8b5a97d60ccae6f615f452))
376
377## [0.8.0](https://github.com/alexa-labs/ask-cli/compare/v0.7.3...v0.8.0) (2020-02-25)
378
379
380### Features
381
382* add telemetry with metric client ([e4e72e2](https://github.com/alexa-labs/ask-cli/commit/e4e72e20c33eb2dcc49668c3a8bc5e4689ceddbc))
383* convert v1 init command to v2 configure command. ([8268de8](https://github.com/alexa-labs/ask-cli/commit/8268de844150dc4fa372b737362b67c797a79f8f))
384* new CLI command "init" to initialize skill project ([284b933](https://github.com/alexa-labs/ask-cli/commit/284b933184ff3fe3f20e9a28af459bf1e7a8e8b5))
385
386
387### Bug Fixes
388
389* environment variables usage and profile name check in configure command ([9879b8f](https://github.com/alexa-labs/ask-cli/commit/9879b8fce7bd250aa6b19f2692d54a0f8ca49df4))
390* solve the functional test failure caused by app-config ([5d3053e](https://github.com/alexa-labs/ask-cli/commit/5d3053e0a42465f52363a33fc7f450f7f2296c5c))
391
392### [0.7.3](https://github.com/alexa-labs/ask-cli/compare/v0.7.2...v0.7.3) (2020-02-13)
393
394### [0.7.2](https://github.com/alexa-labs/ask-cli/compare/v0.7.1...v0.7.2) (2020-02-12)
395
396
397### Bug Fixes
398
399* updated awsRegion setting logic ([e2807aa](https://github.com/alexa-labs/ask-cli/commit/e2807aa1fefc7b1de1324586431ca73562fd118d))
400
401### [0.7.1](https://github.com/alexa-labs/ask-cli/compare/v0.7.0...v0.7.1) (2020-02-05)
402
403
404### Features
405
406* add message to check that user in root directory of the project when config file not found ([b92d864](https://github.com/alexa-labs/ask-cli/commit/b92d864422b27734e24a3a14614823d8edc830cf))
407
408## [0.7.0](https://github.com/alexa-labs/ask-cli/compare/v0.6.1...v0.7.0) (2020-01-28)
409
410
411### Features
412
413* add "ask api get-metrics" and "ask api export-package" commands ([eb94433](https://github.com/alexa-labs/ask-cli/commit/eb94433911a9f040db6f91afef7994345601c487))
414=======
415### [0.6.2](https://github.com/alexa-labs/ask-cli/compare/v0.6.1...v0.6.2) (2020-02-12)
416
417
418### Bug Fixes
419
420* updated awsRegion setting logic ([07b5fa9](https://github.com/alexa-labs/ask-cli/commit/07b5fa9e17b2d4cdc4f8967d0f3bb913c4bca24c))
421>>>>>>> Stashed changes
422
423### [0.6.1](https://github.com/alexa-labs/ask-cli/compare/v0.6.0...v0.6.1) (2019-12-25)
424
425
426### Bug Fixes
427
428* upgraded nodejs from v8 to v10 & fixed validate lambda deploy state issue ([e18b1df](https://github.com/alexa-labs/ask-cli/commit/e18b1df002eca8fd7f64c3f216192e91483c14f7))
429
430## [0.6.0](https://github.com/alexa-labs/ask-cli/compare/v0.5.0...v0.6.0) (2019-12-12)
431
432
433### Features
434
435* add two api commands "get-task" and "search-task" ([9ac1ed0](https://github.com/alexa-labs/ask-cli/commit/9ac1ed01ad1a4a654a9e1a43da40cfd5bf7b0296))
436
437## [0.5.0](https://github.com/alexa-labs/ask-cli/compare/v0.4.1...v0.5.0) (2019-12-06)
438
439
440### Features
441
442* implement "ask util upgrade-to-v2" command to upgrade v1 project to v2 structure ([f474f2b](https://github.com/alexa-labs/ask-cli/commit/f474f2be4f13b134e66558aaa55b0a405eb21509))
443
444### [0.4.1](https://github.com/alexa-labs/ask-cli/compare/v0.4.0...v0.4.1) (2019-12-05)
445
446## [0.4.0](https://github.com/alexa-labs/ask-cli/compare/v0.3.0...v0.4.0) (2019-12-05)
447
448
449### Features
450
451* add lambda deployer ([808be3a](https://github.com/alexa-labs/ask-cli/commit/808be3ac7816e7637baad55ac3c98641d6b883f2))
452
453## [0.3.0](https://github.com/alexa-labs/ask-cli/compare/v0.2.1...v0.3.0) (2019-11-06)
454
455
456### Features
457
458* improve error handlings for built-in code build flows (node-npm, python-pip and java-mvn) ([3f76185](https://github.com/alexa-labs/ask-cli/commit/3f76185d2159aceedf4863e1790ade0b1a0b66cd))
459
460### [0.2.1](https://github.com/alexa-labs/ask-cli/compare/v0.1.0...v0.2.1) (2019-11-06)
461
462
463### Features
464
465* enable skill after deploy resources finished ([#30](https://github.com/alexa-labs/ask-cli/issues/30)) ([4665bde](https://github.com/alexa-labs/ask-cli/commit/4665bde33fa2c6f7e10dabd46257daef5d2aadba))
466* enhance post skillInfrastructure deploy by comparing hash before calling updateManifest and adding polling to ensure update request completes ([10b2e63](https://github.com/alexa-labs/ask-cli/commit/10b2e63c01c0e27532b5979341c295990e58b1a2))
467
468
469### Bug Fixes
470
471* use Math.pow() to replce ** for Node v6 support in retry-utility ([1c6f372](https://github.com/alexa-labs/ask-cli/commit/1c6f372fe6d385f96f6824dfc50b69e2ec9c66f7))
472
473## 0.2.0 (2019-11-05)
474
475
476### Features
477
478* enable skill after deploy resources finished ([#30](https://github.com/alexa-labs/ask-cli/issues/30)) ([4665bde](https://github.com/alexa-labs/ask-cli/commit/4665bde33fa2c6f7e10dabd46257daef5d2aadba))
479* enhance post skillInfrastructure deploy by comparing hash before calling updateManifest and adding polling to ensure update request completes ([10b2e63](https://github.com/alexa-labs/ask-cli/commit/10b2e63c01c0e27532b5979341c295990e58b1a2))
480
481
482## 0.1.0 (2019-08-26)
483
484
485### Features
486
487* release of ask-cli-x!