75 Commits

Author SHA1 Message Date
nightwhite
bf4150e6a0
fix(cli): storage server api changed for cli (#1609)
* fix(cli): fix app init error

* fix(cli): fix app init error
2023-10-26 15:00:40 +08:00
nightwhite
92c98309a0
fix(cli): fix update func bug (#1610) 2023-10-26 14:59:00 +08:00
nightwhite
7788d6c781
fix(cli): fix app init error (#1608) 2023-10-26 09:37:04 +08:00
nightwhite
fdbfc5c518
feat(cli): improve the cli interface (#1591) 2023-10-17 09:46:00 +08:00
skyoct
8c68089a78
feat(cli): support database export and import (#1540)
* feat: support cli export db

* feat: support database import and export
2023-09-19 13:49:10 +08:00
maslow
ef27fc1a19 v1.0.0-beta.11 2023-09-12 18:42:50 +08:00
skyoct
32d2121dac
fix(cli): fix read function name error in windows (#1527) 2023-09-12 13:19:00 +08:00
skyoct
414f518724
fix(cli): fix delete website not found (#1473) 2023-08-15 22:36:02 +08:00
skyoct
9722e9ac5b
fix(cli): fix cannot read properties baseDir (#1447) 2023-08-09 10:26:38 +08:00
skyoct
3f387ecec7
feat(cli): support multi folder for functions (#1431) 2023-07-31 10:50:46 +08:00
skyoct
2ec2929564
feat(cli): impl trigger command (#1413) 2023-07-26 16:45:23 +08:00
Bingqing Wang
ce6ad79eae
feat(cli): add options for laf dep command (#1408)
* (cli): add --no-updatePackage for laf dep push

* (cli): add --remote to laf dep add
2023-07-17 13:09:10 +08:00
maslow
ba0c64faeb v1.0.0-beta.10 2023-07-12 16:36:01 +08:00
Bingqing Wang
214fd7f5c3
fix(cli): fix get website by _id property (#1360) 2023-07-06 09:34:07 +08:00
Bingqing Wang
be87fb507b
feat(cli): app init support basic mode (#1349)
* feat(cli): app init support schemaOnly

* fix(cli): rename init arg to basic-mode
2023-07-05 16:49:48 +08:00
skyoct
75deeb3129
fix(cli): opt func pull command (#1271) 2023-06-17 00:08:10 +08:00
skyoct
e077f76361
fix(cli): fix function exec error (#1270) 2023-06-17 00:07:37 +08:00
skyoct
226ed37159
fix(cli): fix remote url end with / (#1251) 2023-06-14 11:08:14 +08:00
skyoct
b94f893b28
feat(cli): support specify code directory (#1241) 2023-06-13 10:21:31 +08:00
skyoct
1f1f7ba1c4
feat(cli): add error prompt & opt init project (#1235) 2023-06-10 09:16:51 +08:00
maslow
35847eea1c fix(cli): fix useless field in func schema 2023-06-07 17:27:32 +08:00
maslow
e2c5d5580a v1.0.0-beta.9 2023-06-07 17:19:34 +08:00
maslow
b2ab2f9085
fix(web): fix /v1/profile api url missing (#1227) 2023-06-07 16:28:50 +08:00
maslow
b3d03aec63
refactor(server): refactor auth api(profile/pat) (#1226) 2023-06-07 15:59:08 +08:00
skyoct
22ad61af3d
feat(cli): compatible with new apis (#1211)
* feat:  compatible with new apis

* feat: rm websocket field
2023-06-02 12:30:07 +08:00
skyoct
ca634a6aaf
feat(cli): add website deploy (#1190) 2023-05-29 22:28:05 +08:00
skyoct
12f48c48d8
feat: add base deploy (#1176) 2023-05-28 20:59:21 +08:00
skyoct
b9f5fc50fa
fix(cli): fix ignore file (#1174) 2023-05-28 20:58:15 +08:00
skyoct
7a5fe76c65
refactor(cli): refactor cli structure (#1166)
* feat: support multi user

* feat:  refactor structure

* fix: spec  runtime show error

* fix: fix style
2023-05-24 21:59:52 +08:00
nightwhite
983490650b
feat(cli): vscode supports automatic introduction of cloud functions. (#1146)
* feat: VSCode supports automatic introduction of cloud functions.

* feat: laf assistant change settings for supports automatic introduction of cloud functions.
2023-05-16 20:59:06 +08:00
nightwhite
a70367599f
chore(cli): modify some default templates (#1136) 2023-05-14 20:05:32 +08:00
maslow
e9927c951b v1.0.0-beta.7 2023-04-25 17:55:21 +08:00
yuedanlabs
f07fecb7e3
fix(cli): fix function name rule, add laf-cli option to issue tpl (#1034) (#1035)
* fix(cli): fix cli with function name rule (#1034)

* chore: add Laf-cli Env option when open bug issue
2023-04-19 23:48:02 +08:00
nightwhite
3c32ceddaa
feat(cli): add ignore file (#1030) 2023-04-15 22:33:19 +08:00
maslow
17676eaa88 v1.0.0-beta.6 2023-04-11 13:12:41 +08:00
skyoct
13a06df583
feat(cli): opt app list display (#1007) 2023-04-06 16:11:22 +08:00
skyoct
b79f71edac
fix: fix app url protocol error & update default url (#1006)
* fix: fix app url protocol error

* feat: update default url to laf.run
2023-04-06 16:10:45 +08:00
maslow
3b8c5577b1 v1.0.0-beta.5 2023-03-23 01:59:53 +08:00
skyoct
559a54dbb0
doc: add cli README.md (#921)
* doc: add cli README.md

* feat: opt cli doc

* doc: fix cli doc

* doc: fix cli doc style
2023-03-21 10:28:03 +08:00
skyoct
8589126893
feat(cli): upgrade s3 sdk version (#922) 2023-03-18 03:20:21 +08:00
skyoct
bf9c907ff4
fix(cli): fix publish package ignore file (#899)
* fix(cli): fix publish package ignore file

* fix(cli): fix package name
2023-03-14 21:31:26 +08:00
skyoct
1dd12b2c16
feat(cli): rename name.meta.yaml to name.yaml (#893) 2023-03-13 23:14:25 +08:00
skyoct
449abde959
feat(cli): init app support sync data (#895) 2023-03-13 23:08:48 +08:00
skyoct
561fe7fa0d
fix(cli): remove private npm mirror and replace AxiosRequestConfig to any (#886) 2023-03-12 04:10:48 +08:00
genie
f0a638367e
feat(cli): cli invoke function support parameters (#884) 2023-03-10 18:44:45 +08:00
skyoct
5f8b487590
fix(cli): fix axios type error (#881) 2023-03-09 21:20:08 +08:00
maslow
e59392621f v1.0.0-beta.4 2023-03-09 20:27:51 +08:00
skyoct
409312a814
feat(cli): impl website command (#854)
* feat: impl website command
2023-03-06 14:40:36 +08:00
skyoct
916ca0d26b
fix(cli): remove app list empty field display (#855) 2023-03-06 09:51:39 +08:00
skyoct
75370cdfde
feat(cli): rebuild backend api (#852) 2023-03-04 23:53:37 +08:00