@liquidmetal-ai/raindrop 0.13.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +327 -89
- package/bundle/build-CBEGQPJT.js +62 -0
- package/bundle/{chunk-IEF2XC25.js → chunk-2PH3PHH3.js} +5 -3
- package/bundle/{chunk-4HZ22KOV.js → chunk-3CMR7ES5.js} +4 -4
- package/bundle/{chunk-JSBM2JYW.js → chunk-3EYKCHIK.js} +1 -1
- package/bundle/chunk-5XHDP4VK.js +1697 -0
- package/bundle/{chunk-TSQK4HH6.js → chunk-674GMSXY.js} +1 -1
- package/bundle/{chunk-PS3WZBDF.js → chunk-6L4V66WZ.js} +1105 -2728
- package/bundle/{chunk-5245CEUM.js → chunk-AGG7JZVH.js} +2 -2
- package/bundle/{chunk-3GFKUF5D.js → chunk-B3IY2XS6.js} +4 -2
- package/bundle/{chunk-WIDI65NO.js → chunk-CBAXTRCS.js} +1 -1
- package/bundle/{chunk-JLVDTXO2.js → chunk-DPV5HIG7.js} +4 -4
- package/bundle/{chunk-36GNZK4A.js → chunk-EVXLXWP7.js} +1 -1
- package/bundle/{chunk-4YVU5KEQ.js → chunk-HN3AAKRY.js} +4 -2
- package/bundle/{chunk-NVNEQXHN.js → chunk-IGLE4Y3B.js} +7 -5
- package/bundle/{chunk-FGSYWVBA.js → chunk-IQ6HFRA6.js} +1 -1
- package/bundle/{chunk-O3QZDJ75.js → chunk-JQONDSHY.js} +2 -2
- package/bundle/{chunk-W4IPOFZC.js → chunk-KADMFJLN.js} +8 -6
- package/bundle/chunk-KG5BLUGU.js +246 -0
- package/bundle/{chunk-V5LHJTYS.js → chunk-KLOYSTZY.js} +13 -2
- package/bundle/{chunk-ETC5VU7H.js → chunk-KXHVSLAI.js} +1 -1
- package/bundle/{chunk-Y4WFGNPM.js → chunk-L6FRQULN.js} +1 -1
- package/bundle/{chunk-3QCVYSRU.js → chunk-LT3BFQ4O.js} +1 -1
- package/bundle/{chunk-KQZJHBNG.js → chunk-MBLKVNI5.js} +1 -1
- package/bundle/{chunk-6AIUQUUM.js → chunk-MFMVJZW6.js} +71 -15
- package/bundle/{chunk-25T7MEKO.js → chunk-MJBLNWG3.js} +1 -1
- package/bundle/{chunk-MSJ33O5Y.js → chunk-NRCQIE3Z.js} +95 -115
- package/bundle/{chunk-XKKPPSPC.js → chunk-OCYTN4IH.js} +2 -2
- package/bundle/{chunk-2GAMWFJE.js → chunk-QEF5D4VE.js} +1 -1
- package/bundle/{chunk-4B3QYXBA.js → chunk-T7MQCLXF.js} +5 -3
- package/bundle/{chunk-LDFYPOXJ.js → chunk-TFQY5TSY.js} +1 -1
- package/bundle/{chunk-BWK4MC7Y.js → chunk-USZXZZAR.js} +8 -6
- package/bundle/{chunk-ER2RCPCY.js → chunk-V54KHS5B.js} +2 -2
- package/bundle/{chunk-YSKASURB.js → chunk-V6J23FL2.js} +1 -1
- package/bundle/{chunk-UHSTDJ7X.js → chunk-VN2QYX4C.js} +1 -1
- package/bundle/{chunk-Z4OWKG7J.js → chunk-VOT5MMEY.js} +1 -1
- package/bundle/{chunk-W6GU26WO.js → chunk-WG6BDFPZ.js} +1 -1
- package/bundle/{chunk-AK77X5GL.js → chunk-XX74I5RK.js} +4 -2
- package/bundle/{chunk-6BT265R3.js → chunk-YQCRWPNI.js} +1 -1
- package/bundle/commands/annotation/get.js +3 -3
- package/bundle/commands/annotation/list.js +3 -3
- package/bundle/commands/annotation/put.js +3 -3
- package/bundle/commands/auth/apikey.js +2 -2
- package/bundle/commands/auth/list.js +2 -2
- package/bundle/commands/auth/login.js +2 -2
- package/bundle/commands/auth/logout.js +2 -2
- package/bundle/commands/auth/select.js +3 -3
- package/bundle/commands/bucket/create-credential.js +2 -2
- package/bundle/commands/bucket/delete-credential.js +2 -2
- package/bundle/commands/bucket/get-credential.js +2 -2
- package/bundle/commands/bucket/list-credentials.js +2 -2
- package/bundle/commands/build/actor/setup.js +124 -0
- package/bundle/commands/build/branch.js +10 -10
- package/bundle/commands/build/bucket-events/setup.js +146 -0
- package/bundle/commands/build/checkout.js +8 -8
- package/bundle/commands/build/clone.js +6 -6
- package/bundle/commands/build/delete.js +8 -8
- package/bundle/commands/build/deploy.js +10 -10
- package/bundle/commands/build/env/get.js +3 -3
- package/bundle/commands/build/env/list.js +2 -2
- package/bundle/commands/build/env/set.js +3 -3
- package/bundle/commands/build/env.js +2 -2
- package/bundle/commands/build/features.js +192 -0
- package/bundle/commands/build/find.js +4 -4
- package/bundle/commands/build/generate.js +52 -3
- package/bundle/commands/build/init-workspace.js +3 -3
- package/bundle/commands/build/init.js +15 -3
- package/bundle/commands/build/list.js +5 -5
- package/bundle/commands/build/queue/setup.js +133 -0
- package/bundle/commands/build/sandbox.js +6 -6
- package/bundle/commands/build/smartbucket/setup.js +165 -0
- package/bundle/commands/build/smartmemory/setup.js +171 -0
- package/bundle/commands/build/smartsql/setup.js +167 -0
- package/bundle/commands/build/start.js +2 -2
- package/bundle/commands/build/status.js +5 -5
- package/bundle/commands/build/stop.js +2 -2
- package/bundle/commands/build/stripe/dashboard.js +3 -3
- package/bundle/commands/build/stripe/onboard.js +3 -3
- package/bundle/commands/build/stripe/setup.js +3 -3
- package/bundle/commands/build/stripe/start.js +14 -14
- package/bundle/commands/build/stripe/status.js +3 -3
- package/bundle/commands/build/stripe/subscription/create.js +4 -4
- package/bundle/commands/build/stripe/subscription/get.js +4 -4
- package/bundle/commands/build/stripe/subscription/update.js +4 -4
- package/bundle/commands/build/tools/check.js +2 -2
- package/bundle/commands/build/tools/fmt.js +2 -2
- package/bundle/commands/build/unsandbox.js +6 -6
- package/bundle/commands/build/upload.js +5 -5
- package/bundle/commands/build/validate.js +85 -14
- package/bundle/commands/build/workos/delete.js +6 -6
- package/bundle/commands/build/workos/env/attach.js +3 -3
- package/bundle/commands/build/workos/env/attached.js +3 -3
- package/bundle/commands/build/workos/env/create.js +3 -3
- package/bundle/commands/build/workos/env/delete.js +3 -3
- package/bundle/commands/build/workos/env/detach.js +3 -3
- package/bundle/commands/build/workos/env/dev-login.js +3 -3
- package/bundle/commands/build/workos/env/get.js +3 -3
- package/bundle/commands/build/workos/env/list.js +3 -3
- package/bundle/commands/build/workos/env/set.js +3 -3
- package/bundle/commands/build/workos/invite.js +3 -3
- package/bundle/commands/build/workos/jwt.js +172 -0
- package/bundle/commands/build/workos/setup.js +3 -3
- package/bundle/commands/build/workos/status.js +3 -3
- package/bundle/commands/dns/create.js +2 -2
- package/bundle/commands/dns/delete.js +6 -6
- package/bundle/commands/dns/get.js +6 -6
- package/bundle/commands/dns/list.js +3 -3
- package/bundle/commands/dns/records/create.js +2 -2
- package/bundle/commands/dns/records/delete.js +3 -3
- package/bundle/commands/dns/records/get.js +2 -2
- package/bundle/commands/dns/records/list.js +2 -2
- package/bundle/commands/dns/records/update.js +2 -2
- package/bundle/commands/doctor.js +309 -0
- package/bundle/commands/logs/query.js +3 -3
- package/bundle/commands/logs/tail.js +3 -3
- package/bundle/commands/mcp/install-claude.js +2 -2
- package/bundle/commands/mcp/install-gemini.js +2 -2
- package/bundle/commands/mcp/install-goose.js +2 -2
- package/bundle/commands/mcp/status.js +2 -2
- package/bundle/commands/object/delete.js +5 -37
- package/bundle/commands/object/get.js +5 -37
- package/bundle/commands/object/list.js +7 -39
- package/bundle/commands/object/put.js +5 -37
- package/bundle/commands/query/chunk-search.js +14 -46
- package/bundle/commands/query/document.js +17 -55
- package/bundle/commands/query/events.js +2 -2
- package/bundle/commands/query/reindex.js +2 -2
- package/bundle/commands/query/search.js +14 -46
- package/bundle/commands/tail.js +2 -2
- package/bundle/index.js +1 -1
- package/dist/commands/build/actor/setup.d.ts +22 -0
- package/dist/commands/build/actor/setup.d.ts.map +1 -0
- package/dist/commands/build/actor/setup.js +116 -0
- package/dist/commands/build/bucket-events/setup.d.ts +22 -0
- package/dist/commands/build/bucket-events/setup.d.ts.map +1 -0
- package/dist/commands/build/bucket-events/setup.js +134 -0
- package/dist/commands/build/features.d.ts +19 -0
- package/dist/commands/build/features.d.ts.map +1 -0
- package/dist/commands/build/features.js +97 -0
- package/dist/commands/build/generate.d.ts +2 -0
- package/dist/commands/build/generate.d.ts.map +1 -1
- package/dist/commands/build/generate.js +52 -0
- package/dist/commands/build/init.d.ts.map +1 -1
- package/dist/commands/build/init.js +10 -0
- package/dist/commands/build/queue/setup.d.ts +21 -0
- package/dist/commands/build/queue/setup.d.ts.map +1 -0
- package/dist/commands/build/queue/setup.js +120 -0
- package/dist/commands/build/smartbucket/setup.d.ts +23 -0
- package/dist/commands/build/smartbucket/setup.d.ts.map +1 -0
- package/dist/commands/build/smartbucket/setup.js +167 -0
- package/dist/commands/build/smartmemory/setup.d.ts +23 -0
- package/dist/commands/build/smartmemory/setup.d.ts.map +1 -0
- package/dist/commands/build/smartmemory/setup.js +172 -0
- package/dist/commands/build/smartsql/setup.d.ts +23 -0
- package/dist/commands/build/smartsql/setup.d.ts.map +1 -0
- package/dist/commands/build/smartsql/setup.js +169 -0
- package/dist/commands/build/validate.d.ts +2 -0
- package/dist/commands/build/validate.d.ts.map +1 -1
- package/dist/commands/build/validate.js +80 -8
- package/dist/commands/build/workos/jwt.d.ts +23 -0
- package/dist/commands/build/workos/jwt.d.ts.map +1 -0
- package/dist/commands/build/workos/jwt.js +172 -0
- package/dist/commands/doctor.d.ts +27 -0
- package/dist/commands/doctor.d.ts.map +1 -0
- package/dist/commands/doctor.js +328 -0
- package/dist/commands/object/delete.d.ts +0 -2
- package/dist/commands/object/delete.d.ts.map +1 -1
- package/dist/commands/object/delete.js +3 -38
- package/dist/commands/object/get.d.ts +0 -2
- package/dist/commands/object/get.d.ts.map +1 -1
- package/dist/commands/object/get.js +3 -38
- package/dist/commands/object/list.d.ts +0 -2
- package/dist/commands/object/list.d.ts.map +1 -1
- package/dist/commands/object/list.js +5 -40
- package/dist/commands/object/put.d.ts +0 -2
- package/dist/commands/object/put.d.ts.map +1 -1
- package/dist/commands/object/put.js +3 -38
- package/dist/commands/query/chunk-search.d.ts +0 -2
- package/dist/commands/query/chunk-search.d.ts.map +1 -1
- package/dist/commands/query/chunk-search.js +12 -46
- package/dist/commands/query/document.d.ts +1 -3
- package/dist/commands/query/document.d.ts.map +1 -1
- package/dist/commands/query/document.js +16 -60
- package/dist/commands/query/search.d.ts +0 -2
- package/dist/commands/query/search.d.ts.map +1 -1
- package/dist/commands/query/search.js +12 -46
- package/dist/feature-catalog.d.ts +28 -0
- package/dist/feature-catalog.d.ts.map +1 -0
- package/dist/feature-catalog.js +104 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -2
- package/oclif.manifest.json +4811 -3433
- package/package.json +3 -3
- package/templates/examples/smartbucket-minimal.ts.hbs +87 -0
- package/templates/examples/smartmemory-minimal.ts.hbs +82 -0
- package/templates/examples/smartsql-minimal.ts.hbs +69 -0
- package/templates/handlers/actor/index.test.ts.hbs +48 -85
- package/templates/handlers/actor/index.ts.hbs +16 -316
- package/templates/handlers/bucket-event-notification/index.ts.hbs +32 -235
- package/templates/handlers/bucket-event-observer.ts.hbs +79 -0
- package/templates/handlers/http-service/index.test.ts.hbs +3 -0
- package/templates/handlers/http-service/index.ts.hbs +43 -15
- package/templates/handlers/queue-consumer-setup.ts.hbs +45 -0
- package/templates/handlers/task/index.test.ts.hbs +30 -112
- package/templates/handlers/task/index.ts.hbs +19 -58
- package/templates/init/RAINDROP.md.hbs +97 -1
- package/templates/init/eslint.config.js +43 -0
- package/templates/init/package.json.hbs +4 -1
- package/templates/init/tsconfig.json +3 -3
- package/bundle/chunk-23UBI7BN.js +0 -48
- package/bundle/chunk-2QWMBNE3.js +0 -384
- package/bundle/chunk-45IYWQDC.js +0 -384
- package/bundle/chunk-5YUO23QU.js +0 -4585
- package/bundle/chunk-6MIGCNUO.js +0 -75
- package/bundle/chunk-7ZJWA6HP.js +0 -805
- package/bundle/chunk-AIYVX2M7.js +0 -44
- package/bundle/chunk-BB5TNIEM.js +0 -48
- package/bundle/chunk-BUR3HFKH.js +0 -488
- package/bundle/chunk-BYSBS7KT.js +0 -488
- package/bundle/chunk-CX3RWI62.js +0 -28658
- package/bundle/chunk-DLH7MI57.js +0 -305
- package/bundle/chunk-E3WJIYJZ.js +0 -12148
- package/bundle/chunk-EX7NOPRF.js +0 -12148
- package/bundle/chunk-F76JQS2J.js +0 -231
- package/bundle/chunk-FBOXMVKD.js +0 -28679
- package/bundle/chunk-FTPZ6SQW.js +0 -238909
- package/bundle/chunk-H3CFZ7ZH.js +0 -74
- package/bundle/chunk-HXOILVWA.js +0 -384
- package/bundle/chunk-IMP7O5AC.js +0 -22452
- package/bundle/chunk-IPYOAKRE.js +0 -231
- package/bundle/chunk-J7HN6XF2.js +0 -4461
- package/bundle/chunk-JOLOAALA.js +0 -231
- package/bundle/chunk-JZ2G4Q35.js +0 -4585
- package/bundle/chunk-KVAWPWF7.js +0 -231
- package/bundle/chunk-MEUAAIXV.js +0 -28657
- package/bundle/chunk-QBWFE57Z.js +0 -384
- package/bundle/chunk-SP3LOXPC.js +0 -46
- package/bundle/chunk-T7C564PR.js +0 -28678
- package/bundle/chunk-UFH545WJ.js +0 -22452
- package/bundle/chunk-UHVMPWM5.js +0 -315
- package/bundle/chunk-VB7ZTSZV.js +0 -1089
- package/bundle/chunk-VBIJDFMJ.js +0 -384
- package/bundle/chunk-VR7RLTE3.js +0 -231
- package/bundle/chunk-WFZUJLEC.js +0 -231
- package/bundle/chunk-YDGJTLVZ.js +0 -133
- package/bundle/chunk-YPNQ7UFK.js +0 -502
- package/bundle/chunk-YXFDRMSN.js +0 -384
- package/dist/lib/dns-utils.d.ts +0 -7
- package/dist/lib/dns-utils.d.ts.map +0 -1
- package/dist/lib/dns-utils.js +0 -44
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @liquidmetal-ai/raindrop
|
|
|
20
20
|
$ raindrop COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ raindrop (--version)
|
|
23
|
-
@liquidmetal-ai/raindrop/0.
|
|
23
|
+
@liquidmetal-ai/raindrop/0.15.0 darwin-arm64 node-v24.5.0
|
|
24
24
|
$ raindrop --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ raindrop COMMAND
|
|
@@ -43,7 +43,9 @@ USAGE
|
|
|
43
43
|
* [`raindrop bucket delete-credential`](#raindrop-bucket-delete-credential)
|
|
44
44
|
* [`raindrop bucket get-credential`](#raindrop-bucket-get-credential)
|
|
45
45
|
* [`raindrop bucket list-credentials`](#raindrop-bucket-list-credentials)
|
|
46
|
+
* [`raindrop build actor setup`](#raindrop-build-actor-setup)
|
|
46
47
|
* [`raindrop build branch BRANCH`](#raindrop-build-branch-branch)
|
|
48
|
+
* [`raindrop build bucket-events setup`](#raindrop-build-bucket-events-setup)
|
|
47
49
|
* [`raindrop build checkout [VERSION]`](#raindrop-build-checkout-version)
|
|
48
50
|
* [`raindrop build clone ID [PATH]`](#raindrop-build-clone-id-path)
|
|
49
51
|
* [`raindrop build delete [APPLICATION]`](#raindrop-build-delete-application)
|
|
@@ -52,12 +54,17 @@ USAGE
|
|
|
52
54
|
* [`raindrop build env get VAR`](#raindrop-build-env-get-var)
|
|
53
55
|
* [`raindrop build env list`](#raindrop-build-env-list)
|
|
54
56
|
* [`raindrop build env set VAR [VALUE]`](#raindrop-build-env-set-var-value)
|
|
57
|
+
* [`raindrop build features`](#raindrop-build-features)
|
|
55
58
|
* [`raindrop build find`](#raindrop-build-find)
|
|
56
59
|
* [`raindrop build generate`](#raindrop-build-generate)
|
|
57
60
|
* [`raindrop build init [PATH]`](#raindrop-build-init-path)
|
|
58
61
|
* [`raindrop build init-workspace [PATH]`](#raindrop-build-init-workspace-path)
|
|
59
62
|
* [`raindrop build list`](#raindrop-build-list)
|
|
63
|
+
* [`raindrop build queue setup`](#raindrop-build-queue-setup)
|
|
60
64
|
* [`raindrop build sandbox`](#raindrop-build-sandbox)
|
|
65
|
+
* [`raindrop build smartbucket setup`](#raindrop-build-smartbucket-setup)
|
|
66
|
+
* [`raindrop build smartmemory setup`](#raindrop-build-smartmemory-setup)
|
|
67
|
+
* [`raindrop build smartsql setup`](#raindrop-build-smartsql-setup)
|
|
61
68
|
* [`raindrop build start`](#raindrop-build-start)
|
|
62
69
|
* [`raindrop build status`](#raindrop-build-status)
|
|
63
70
|
* [`raindrop build stop`](#raindrop-build-stop)
|
|
@@ -85,6 +92,7 @@ USAGE
|
|
|
85
92
|
* [`raindrop build workos env list`](#raindrop-build-workos-env-list)
|
|
86
93
|
* [`raindrop build workos env set APPNAME`](#raindrop-build-workos-env-set-appname)
|
|
87
94
|
* [`raindrop build workos invite EMAIL`](#raindrop-build-workos-invite-email)
|
|
95
|
+
* [`raindrop build workos jwt`](#raindrop-build-workos-jwt)
|
|
88
96
|
* [`raindrop build workos setup`](#raindrop-build-workos-setup)
|
|
89
97
|
* [`raindrop build workos status`](#raindrop-build-workos-status)
|
|
90
98
|
* [`raindrop dns create DOMAIN`](#raindrop-dns-create-domain)
|
|
@@ -96,6 +104,7 @@ USAGE
|
|
|
96
104
|
* [`raindrop dns records get ZONEID RECORDID`](#raindrop-dns-records-get-zoneid-recordid)
|
|
97
105
|
* [`raindrop dns records list ZONEID`](#raindrop-dns-records-list-zoneid)
|
|
98
106
|
* [`raindrop dns records update ZONEID RECORDID`](#raindrop-dns-records-update-zoneid-recordid)
|
|
107
|
+
* [`raindrop doctor`](#raindrop-doctor)
|
|
99
108
|
* [`raindrop help [COMMAND]`](#raindrop-help-command)
|
|
100
109
|
* [`raindrop logs query`](#raindrop-logs-query)
|
|
101
110
|
* [`raindrop logs tail`](#raindrop-logs-tail)
|
|
@@ -154,7 +163,7 @@ EXAMPLES
|
|
|
154
163
|
Get annotation by partial MRN and output as JSON
|
|
155
164
|
```
|
|
156
165
|
|
|
157
|
-
_See code: [src/commands/annotation/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
166
|
+
_See code: [src/commands/annotation/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/annotation/get.ts)_
|
|
158
167
|
|
|
159
168
|
## `raindrop annotation list [MRNPREFIX]`
|
|
160
169
|
|
|
@@ -187,7 +196,7 @@ EXAMPLES
|
|
|
187
196
|
List annotations for a specific module using full MRN prefix in JSON format
|
|
188
197
|
```
|
|
189
198
|
|
|
190
|
-
_See code: [src/commands/annotation/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
199
|
+
_See code: [src/commands/annotation/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/annotation/list.ts)_
|
|
191
200
|
|
|
192
201
|
## `raindrop annotation put MRN ANNOTATION`
|
|
193
202
|
|
|
@@ -220,7 +229,7 @@ EXAMPLES
|
|
|
220
229
|
Create an annotation from stdin using partial MRN
|
|
221
230
|
```
|
|
222
231
|
|
|
223
|
-
_See code: [src/commands/annotation/put.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
232
|
+
_See code: [src/commands/annotation/put.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/annotation/put.ts)_
|
|
224
233
|
|
|
225
234
|
## `raindrop auth apikey NAME`
|
|
226
235
|
|
|
@@ -240,7 +249,7 @@ DESCRIPTION
|
|
|
240
249
|
Create an API key for the current organization
|
|
241
250
|
```
|
|
242
251
|
|
|
243
|
-
_See code: [src/commands/auth/apikey.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
252
|
+
_See code: [src/commands/auth/apikey.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/auth/apikey.ts)_
|
|
244
253
|
|
|
245
254
|
## `raindrop auth list`
|
|
246
255
|
|
|
@@ -258,7 +267,7 @@ DESCRIPTION
|
|
|
258
267
|
List authentications
|
|
259
268
|
```
|
|
260
269
|
|
|
261
|
-
_See code: [src/commands/auth/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
270
|
+
_See code: [src/commands/auth/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/auth/list.ts)_
|
|
262
271
|
|
|
263
272
|
## `raindrop auth login`
|
|
264
273
|
|
|
@@ -272,7 +281,7 @@ DESCRIPTION
|
|
|
272
281
|
Logs a user into the LiquidMetal platform. Supports browser-based authentication.
|
|
273
282
|
```
|
|
274
283
|
|
|
275
|
-
_See code: [src/commands/auth/login.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
284
|
+
_See code: [src/commands/auth/login.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/auth/login.ts)_
|
|
276
285
|
|
|
277
286
|
## `raindrop auth logout`
|
|
278
287
|
|
|
@@ -286,7 +295,7 @@ DESCRIPTION
|
|
|
286
295
|
Logout authentications
|
|
287
296
|
```
|
|
288
297
|
|
|
289
|
-
_See code: [src/commands/auth/logout.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
298
|
+
_See code: [src/commands/auth/logout.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/auth/logout.ts)_
|
|
290
299
|
|
|
291
300
|
## `raindrop auth select`
|
|
292
301
|
|
|
@@ -303,7 +312,7 @@ DESCRIPTION
|
|
|
303
312
|
Select active organization
|
|
304
313
|
```
|
|
305
314
|
|
|
306
|
-
_See code: [src/commands/auth/select.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
315
|
+
_See code: [src/commands/auth/select.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/auth/select.ts)_
|
|
307
316
|
|
|
308
317
|
## `raindrop bucket create-credential`
|
|
309
318
|
|
|
@@ -338,7 +347,7 @@ EXAMPLES
|
|
|
338
347
|
Create a credential using a direct API URL
|
|
339
348
|
```
|
|
340
349
|
|
|
341
|
-
_See code: [src/commands/bucket/create-credential.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
350
|
+
_See code: [src/commands/bucket/create-credential.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/bucket/create-credential.ts)_
|
|
342
351
|
|
|
343
352
|
## `raindrop bucket delete-credential`
|
|
344
353
|
|
|
@@ -369,7 +378,7 @@ EXAMPLES
|
|
|
369
378
|
Delete credential using a direct API URL
|
|
370
379
|
```
|
|
371
380
|
|
|
372
|
-
_See code: [src/commands/bucket/delete-credential.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
381
|
+
_See code: [src/commands/bucket/delete-credential.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/bucket/delete-credential.ts)_
|
|
373
382
|
|
|
374
383
|
## `raindrop bucket get-credential`
|
|
375
384
|
|
|
@@ -400,7 +409,7 @@ EXAMPLES
|
|
|
400
409
|
Get credential details using a direct API URL
|
|
401
410
|
```
|
|
402
411
|
|
|
403
|
-
_See code: [src/commands/bucket/get-credential.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
412
|
+
_See code: [src/commands/bucket/get-credential.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/bucket/get-credential.ts)_
|
|
404
413
|
|
|
405
414
|
## `raindrop bucket list-credentials`
|
|
406
415
|
|
|
@@ -429,7 +438,31 @@ EXAMPLES
|
|
|
429
438
|
List all credentials using a direct API URL
|
|
430
439
|
```
|
|
431
440
|
|
|
432
|
-
_See code: [src/commands/bucket/list-credentials.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
441
|
+
_See code: [src/commands/bucket/list-credentials.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/bucket/list-credentials.ts)_
|
|
442
|
+
|
|
443
|
+
## `raindrop build actor setup`
|
|
444
|
+
|
|
445
|
+
Add a stateful actor (Durable Object) to your Raindrop app
|
|
446
|
+
|
|
447
|
+
```
|
|
448
|
+
USAGE
|
|
449
|
+
$ raindrop build actor setup [--name <value>] [--dry-run]
|
|
450
|
+
|
|
451
|
+
FLAGS
|
|
452
|
+
--dry-run Preview changes without applying them
|
|
453
|
+
--name=<value> [default: my-actor] Name for the actor
|
|
454
|
+
|
|
455
|
+
DESCRIPTION
|
|
456
|
+
Add a stateful actor (Durable Object) to your Raindrop app
|
|
457
|
+
|
|
458
|
+
EXAMPLES
|
|
459
|
+
$ raindrop build actor setup
|
|
460
|
+
Add actor with default name "my-actor"
|
|
461
|
+
$ raindrop build actor setup --name counter
|
|
462
|
+
Add actor with custom name "counter"
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
_See code: [src/commands/build/actor/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/actor/setup.ts)_
|
|
433
466
|
|
|
434
467
|
## `raindrop build branch BRANCH`
|
|
435
468
|
|
|
@@ -460,7 +493,32 @@ EXAMPLES
|
|
|
460
493
|
Branch a Raindrop application.
|
|
461
494
|
```
|
|
462
495
|
|
|
463
|
-
_See code: [src/commands/build/branch.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
496
|
+
_See code: [src/commands/build/branch.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/branch.ts)_
|
|
497
|
+
|
|
498
|
+
## `raindrop build bucket-events setup`
|
|
499
|
+
|
|
500
|
+
Add bucket event notifications (observer) to your Raindrop app
|
|
501
|
+
|
|
502
|
+
```
|
|
503
|
+
USAGE
|
|
504
|
+
$ raindrop build bucket-events setup [--bucket <value>] [--observer <value>] [--dry-run]
|
|
505
|
+
|
|
506
|
+
FLAGS
|
|
507
|
+
--bucket=<value> [default: my-bucket] Name of the bucket to watch
|
|
508
|
+
--dry-run Preview changes without applying them
|
|
509
|
+
--observer=<value> [default: bucket-events] Name for the event observer
|
|
510
|
+
|
|
511
|
+
DESCRIPTION
|
|
512
|
+
Add bucket event notifications (observer) to your Raindrop app
|
|
513
|
+
|
|
514
|
+
EXAMPLES
|
|
515
|
+
$ raindrop build bucket-events setup
|
|
516
|
+
Add bucket event observer with default names
|
|
517
|
+
$ raindrop build bucket-events setup --bucket uploads --observer file-processor
|
|
518
|
+
Add bucket event observer with custom names
|
|
519
|
+
```
|
|
520
|
+
|
|
521
|
+
_See code: [src/commands/build/bucket-events/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/bucket-events/setup.ts)_
|
|
464
522
|
|
|
465
523
|
## `raindrop build checkout [VERSION]`
|
|
466
524
|
|
|
@@ -487,7 +545,7 @@ EXAMPLES
|
|
|
487
545
|
Switched to version: 01jux6z20m4gbhn5kaa4mcm2jr
|
|
488
546
|
```
|
|
489
547
|
|
|
490
|
-
_See code: [src/commands/build/checkout.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
548
|
+
_See code: [src/commands/build/checkout.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/checkout.ts)_
|
|
491
549
|
|
|
492
550
|
## `raindrop build clone ID [PATH]`
|
|
493
551
|
|
|
@@ -515,7 +573,7 @@ EXAMPLES
|
|
|
515
573
|
Clone a project in the specified directory.
|
|
516
574
|
```
|
|
517
575
|
|
|
518
|
-
_See code: [src/commands/build/clone.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
576
|
+
_See code: [src/commands/build/clone.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/clone.ts)_
|
|
519
577
|
|
|
520
578
|
## `raindrop build delete [APPLICATION]`
|
|
521
579
|
|
|
@@ -544,7 +602,7 @@ EXAMPLES
|
|
|
544
602
|
Deleted (application) at version (version)
|
|
545
603
|
```
|
|
546
604
|
|
|
547
|
-
_See code: [src/commands/build/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
605
|
+
_See code: [src/commands/build/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/delete.ts)_
|
|
548
606
|
|
|
549
607
|
## `raindrop build deploy`
|
|
550
608
|
|
|
@@ -573,7 +631,7 @@ EXAMPLES
|
|
|
573
631
|
Deploy a Raindrop application version.
|
|
574
632
|
```
|
|
575
633
|
|
|
576
|
-
_See code: [src/commands/build/deploy.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
634
|
+
_See code: [src/commands/build/deploy.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/deploy.ts)_
|
|
577
635
|
|
|
578
636
|
## `raindrop build env`
|
|
579
637
|
|
|
@@ -610,7 +668,7 @@ EXAMPLES
|
|
|
610
668
|
$ raindrop build deploy # Deploy
|
|
611
669
|
```
|
|
612
670
|
|
|
613
|
-
_See code: [src/commands/build/env.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
671
|
+
_See code: [src/commands/build/env.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/env.ts)_
|
|
614
672
|
|
|
615
673
|
## `raindrop build env get VAR`
|
|
616
674
|
|
|
@@ -644,7 +702,7 @@ EXAMPLES
|
|
|
644
702
|
api-router:SERVICE_SECRET=[hash: 7d8a9b...]
|
|
645
703
|
```
|
|
646
704
|
|
|
647
|
-
_See code: [src/commands/build/env/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
705
|
+
_See code: [src/commands/build/env/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/env/get.ts)_
|
|
648
706
|
|
|
649
707
|
## `raindrop build env list`
|
|
650
708
|
|
|
@@ -678,7 +736,7 @@ EXAMPLES
|
|
|
678
736
|
$ raindrop build deploy # Deploy
|
|
679
737
|
```
|
|
680
738
|
|
|
681
|
-
_See code: [src/commands/build/env/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
739
|
+
_See code: [src/commands/build/env/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/env/list.ts)_
|
|
682
740
|
|
|
683
741
|
## `raindrop build env set VAR [VALUE]`
|
|
684
742
|
|
|
@@ -714,7 +772,34 @@ EXAMPLES
|
|
|
714
772
|
reading stdin (ctrl+D to finish)...
|
|
715
773
|
```
|
|
716
774
|
|
|
717
|
-
_See code: [src/commands/build/env/set.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
775
|
+
_See code: [src/commands/build/env/set.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/env/set.ts)_
|
|
776
|
+
|
|
777
|
+
## `raindrop build features`
|
|
778
|
+
|
|
779
|
+
List available features and integrations for Raindrop apps
|
|
780
|
+
|
|
781
|
+
```
|
|
782
|
+
USAGE
|
|
783
|
+
$ raindrop build features [--available-only] [-o text|json]
|
|
784
|
+
|
|
785
|
+
FLAGS
|
|
786
|
+
-o, --output=<option> [default: text] output format
|
|
787
|
+
<options: text|json>
|
|
788
|
+
--available-only show only features that are currently available
|
|
789
|
+
|
|
790
|
+
DESCRIPTION
|
|
791
|
+
List available features and integrations for Raindrop apps
|
|
792
|
+
|
|
793
|
+
EXAMPLES
|
|
794
|
+
$ raindrop build features
|
|
795
|
+
List all available features grouped by category
|
|
796
|
+
$ raindrop build features --available-only
|
|
797
|
+
Show only features that are currently ready to use
|
|
798
|
+
$ raindrop build features --output json
|
|
799
|
+
Get machine-readable JSON output
|
|
800
|
+
```
|
|
801
|
+
|
|
802
|
+
_See code: [src/commands/build/features.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/features.ts)_
|
|
718
803
|
|
|
719
804
|
## `raindrop build find`
|
|
720
805
|
|
|
@@ -753,7 +838,7 @@ EXAMPLES
|
|
|
753
838
|
Find modules for a specific application and version.
|
|
754
839
|
```
|
|
755
840
|
|
|
756
|
-
_See code: [src/commands/build/find.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
841
|
+
_See code: [src/commands/build/find.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/find.ts)_
|
|
757
842
|
|
|
758
843
|
## `raindrop build generate`
|
|
759
844
|
|
|
@@ -775,7 +860,7 @@ EXAMPLES
|
|
|
775
860
|
$ raindrop build generate
|
|
776
861
|
```
|
|
777
862
|
|
|
778
|
-
_See code: [src/commands/build/generate.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
863
|
+
_See code: [src/commands/build/generate.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/generate.ts)_
|
|
779
864
|
|
|
780
865
|
## `raindrop build init [PATH]`
|
|
781
866
|
|
|
@@ -799,7 +884,7 @@ EXAMPLES
|
|
|
799
884
|
Initialize a project in the current directory.
|
|
800
885
|
```
|
|
801
886
|
|
|
802
|
-
_See code: [src/commands/build/init.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
887
|
+
_See code: [src/commands/build/init.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/init.ts)_
|
|
803
888
|
|
|
804
889
|
## `raindrop build init-workspace [PATH]`
|
|
805
890
|
|
|
@@ -828,7 +913,7 @@ EXAMPLES
|
|
|
828
913
|
Initialize a workspace without downloading the framework package.
|
|
829
914
|
```
|
|
830
915
|
|
|
831
|
-
_See code: [src/commands/build/init-workspace.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
916
|
+
_See code: [src/commands/build/init-workspace.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/init-workspace.ts)_
|
|
832
917
|
|
|
833
918
|
## `raindrop build list`
|
|
834
919
|
|
|
@@ -862,7 +947,31 @@ EXAMPLES
|
|
|
862
947
|
Show only running/active versions.
|
|
863
948
|
```
|
|
864
949
|
|
|
865
|
-
_See code: [src/commands/build/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
950
|
+
_See code: [src/commands/build/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/list.ts)_
|
|
951
|
+
|
|
952
|
+
## `raindrop build queue setup`
|
|
953
|
+
|
|
954
|
+
Add a queue with consumer (observer) to your Raindrop app
|
|
955
|
+
|
|
956
|
+
```
|
|
957
|
+
USAGE
|
|
958
|
+
$ raindrop build queue setup [--name <value>] [--dry-run]
|
|
959
|
+
|
|
960
|
+
FLAGS
|
|
961
|
+
--dry-run Preview changes without applying them
|
|
962
|
+
--name=<value> [default: my-queue] Name for the queue
|
|
963
|
+
|
|
964
|
+
DESCRIPTION
|
|
965
|
+
Add a queue with consumer (observer) to your Raindrop app
|
|
966
|
+
|
|
967
|
+
EXAMPLES
|
|
968
|
+
$ raindrop build queue setup
|
|
969
|
+
Add queue with default name "my-queue"
|
|
970
|
+
$ raindrop build queue setup --name tasks
|
|
971
|
+
Add queue with custom name "tasks"
|
|
972
|
+
```
|
|
973
|
+
|
|
974
|
+
_See code: [src/commands/build/queue/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/queue/setup.ts)_
|
|
866
975
|
|
|
867
976
|
## `raindrop build sandbox`
|
|
868
977
|
|
|
@@ -883,7 +992,79 @@ EXAMPLES
|
|
|
883
992
|
$ raindrop build sandbox
|
|
884
993
|
```
|
|
885
994
|
|
|
886
|
-
_See code: [src/commands/build/sandbox.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
995
|
+
_See code: [src/commands/build/sandbox.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/sandbox.ts)_
|
|
996
|
+
|
|
997
|
+
## `raindrop build smartbucket setup`
|
|
998
|
+
|
|
999
|
+
Add SmartBucket (file storage with AI-powered search) to your Raindrop app
|
|
1000
|
+
|
|
1001
|
+
```
|
|
1002
|
+
USAGE
|
|
1003
|
+
$ raindrop build smartbucket setup [--name <value>] [--dry-run]
|
|
1004
|
+
|
|
1005
|
+
FLAGS
|
|
1006
|
+
--dry-run Preview changes without applying them
|
|
1007
|
+
--name=<value> [default: my-bucket] Name for the SmartBucket binding
|
|
1008
|
+
|
|
1009
|
+
DESCRIPTION
|
|
1010
|
+
Add SmartBucket (file storage with AI-powered search) to your Raindrop app
|
|
1011
|
+
|
|
1012
|
+
EXAMPLES
|
|
1013
|
+
$ raindrop build smartbucket setup
|
|
1014
|
+
Add SmartBucket with default name "my-bucket"
|
|
1015
|
+
$ raindrop build smartbucket setup --name documents
|
|
1016
|
+
Add SmartBucket with custom name "documents"
|
|
1017
|
+
```
|
|
1018
|
+
|
|
1019
|
+
_See code: [src/commands/build/smartbucket/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/smartbucket/setup.ts)_
|
|
1020
|
+
|
|
1021
|
+
## `raindrop build smartmemory setup`
|
|
1022
|
+
|
|
1023
|
+
Add SmartMemory (AI conversation memory management) to your Raindrop app
|
|
1024
|
+
|
|
1025
|
+
```
|
|
1026
|
+
USAGE
|
|
1027
|
+
$ raindrop build smartmemory setup [--name <value>] [--dry-run]
|
|
1028
|
+
|
|
1029
|
+
FLAGS
|
|
1030
|
+
--dry-run Preview changes without applying them
|
|
1031
|
+
--name=<value> [default: memory] Name for the SmartMemory binding
|
|
1032
|
+
|
|
1033
|
+
DESCRIPTION
|
|
1034
|
+
Add SmartMemory (AI conversation memory management) to your Raindrop app
|
|
1035
|
+
|
|
1036
|
+
EXAMPLES
|
|
1037
|
+
$ raindrop build smartmemory setup
|
|
1038
|
+
Add SmartMemory with default name "memory"
|
|
1039
|
+
$ raindrop build smartmemory setup --name chat-memory
|
|
1040
|
+
Add SmartMemory with custom name "chat-memory"
|
|
1041
|
+
```
|
|
1042
|
+
|
|
1043
|
+
_See code: [src/commands/build/smartmemory/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/smartmemory/setup.ts)_
|
|
1044
|
+
|
|
1045
|
+
## `raindrop build smartsql setup`
|
|
1046
|
+
|
|
1047
|
+
Add SmartSQL (PostgreSQL with natural language queries) to your Raindrop app
|
|
1048
|
+
|
|
1049
|
+
```
|
|
1050
|
+
USAGE
|
|
1051
|
+
$ raindrop build smartsql setup [--name <value>] [--dry-run]
|
|
1052
|
+
|
|
1053
|
+
FLAGS
|
|
1054
|
+
--dry-run Preview changes without applying them
|
|
1055
|
+
--name=<value> [default: my-database] Name for the SmartSQL binding
|
|
1056
|
+
|
|
1057
|
+
DESCRIPTION
|
|
1058
|
+
Add SmartSQL (PostgreSQL with natural language queries) to your Raindrop app
|
|
1059
|
+
|
|
1060
|
+
EXAMPLES
|
|
1061
|
+
$ raindrop build smartsql setup
|
|
1062
|
+
Add SmartSQL with default name "my-database"
|
|
1063
|
+
$ raindrop build smartsql setup --name orders-db
|
|
1064
|
+
Add SmartSQL with custom name "orders-db"
|
|
1065
|
+
```
|
|
1066
|
+
|
|
1067
|
+
_See code: [src/commands/build/smartsql/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/smartsql/setup.ts)_
|
|
887
1068
|
|
|
888
1069
|
## `raindrop build start`
|
|
889
1070
|
|
|
@@ -907,7 +1088,7 @@ EXAMPLES
|
|
|
907
1088
|
Start a Raindrop application.
|
|
908
1089
|
```
|
|
909
1090
|
|
|
910
|
-
_See code: [src/commands/build/start.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1091
|
+
_See code: [src/commands/build/start.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/start.ts)_
|
|
911
1092
|
|
|
912
1093
|
## `raindrop build status`
|
|
913
1094
|
|
|
@@ -932,7 +1113,7 @@ EXAMPLES
|
|
|
932
1113
|
$ raindrop build status .
|
|
933
1114
|
```
|
|
934
1115
|
|
|
935
|
-
_See code: [src/commands/build/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1116
|
+
_See code: [src/commands/build/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/status.ts)_
|
|
936
1117
|
|
|
937
1118
|
## `raindrop build stop`
|
|
938
1119
|
|
|
@@ -956,7 +1137,7 @@ EXAMPLES
|
|
|
956
1137
|
Stop a Raindrop application.
|
|
957
1138
|
```
|
|
958
1139
|
|
|
959
|
-
_See code: [src/commands/build/stop.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1140
|
+
_See code: [src/commands/build/stop.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stop.ts)_
|
|
960
1141
|
|
|
961
1142
|
## `raindrop build stripe dashboard`
|
|
962
1143
|
|
|
@@ -983,7 +1164,7 @@ EXAMPLES
|
|
|
983
1164
|
Display dashboard URL without opening browser
|
|
984
1165
|
```
|
|
985
1166
|
|
|
986
|
-
_See code: [src/commands/build/stripe/dashboard.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1167
|
+
_See code: [src/commands/build/stripe/dashboard.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/dashboard.ts)_
|
|
987
1168
|
|
|
988
1169
|
## `raindrop build stripe onboard`
|
|
989
1170
|
|
|
@@ -1010,7 +1191,7 @@ EXAMPLES
|
|
|
1010
1191
|
Display onboarding URL without opening browser
|
|
1011
1192
|
```
|
|
1012
1193
|
|
|
1013
|
-
_See code: [src/commands/build/stripe/onboard.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1194
|
+
_See code: [src/commands/build/stripe/onboard.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/onboard.ts)_
|
|
1014
1195
|
|
|
1015
1196
|
## `raindrop build stripe setup`
|
|
1016
1197
|
|
|
@@ -1044,7 +1225,7 @@ EXAMPLES
|
|
|
1044
1225
|
Get JSON output with account details
|
|
1045
1226
|
```
|
|
1046
1227
|
|
|
1047
|
-
_See code: [src/commands/build/stripe/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1228
|
+
_See code: [src/commands/build/stripe/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/setup.ts)_
|
|
1048
1229
|
|
|
1049
1230
|
## `raindrop build stripe start`
|
|
1050
1231
|
|
|
@@ -1070,7 +1251,7 @@ EXAMPLES
|
|
|
1070
1251
|
Start setup for live mode (overrides manifest)
|
|
1071
1252
|
```
|
|
1072
1253
|
|
|
1073
|
-
_See code: [src/commands/build/stripe/start.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1254
|
+
_See code: [src/commands/build/stripe/start.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/start.ts)_
|
|
1074
1255
|
|
|
1075
1256
|
## `raindrop build stripe status`
|
|
1076
1257
|
|
|
@@ -1096,7 +1277,7 @@ EXAMPLES
|
|
|
1096
1277
|
Get JSON output with account details
|
|
1097
1278
|
```
|
|
1098
1279
|
|
|
1099
|
-
_See code: [src/commands/build/stripe/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1280
|
+
_See code: [src/commands/build/stripe/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/status.ts)_
|
|
1100
1281
|
|
|
1101
1282
|
## `raindrop build stripe subscription create`
|
|
1102
1283
|
|
|
@@ -1133,7 +1314,7 @@ EXAMPLES
|
|
|
1133
1314
|
Create quarterly subscription (every 3 months) for $29.99
|
|
1134
1315
|
```
|
|
1135
1316
|
|
|
1136
|
-
_See code: [src/commands/build/stripe/subscription/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1317
|
+
_See code: [src/commands/build/stripe/subscription/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/subscription/create.ts)_
|
|
1137
1318
|
|
|
1138
1319
|
## `raindrop build stripe subscription get`
|
|
1139
1320
|
|
|
@@ -1159,7 +1340,7 @@ EXAMPLES
|
|
|
1159
1340
|
Get JSON output with product details
|
|
1160
1341
|
```
|
|
1161
1342
|
|
|
1162
|
-
_See code: [src/commands/build/stripe/subscription/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1343
|
+
_See code: [src/commands/build/stripe/subscription/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/subscription/get.ts)_
|
|
1163
1344
|
|
|
1164
1345
|
## `raindrop build stripe subscription update`
|
|
1165
1346
|
|
|
@@ -1196,7 +1377,7 @@ EXAMPLES
|
|
|
1196
1377
|
Update to quarterly billing at $29.99 every 3 months
|
|
1197
1378
|
```
|
|
1198
1379
|
|
|
1199
|
-
_See code: [src/commands/build/stripe/subscription/update.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1380
|
+
_See code: [src/commands/build/stripe/subscription/update.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/stripe/subscription/update.ts)_
|
|
1200
1381
|
|
|
1201
1382
|
## `raindrop build tools check`
|
|
1202
1383
|
|
|
@@ -1217,7 +1398,7 @@ EXAMPLES
|
|
|
1217
1398
|
$ raindrop build tools check
|
|
1218
1399
|
```
|
|
1219
1400
|
|
|
1220
|
-
_See code: [src/commands/build/tools/check.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1401
|
+
_See code: [src/commands/build/tools/check.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/tools/check.ts)_
|
|
1221
1402
|
|
|
1222
1403
|
## `raindrop build tools fmt`
|
|
1223
1404
|
|
|
@@ -1238,7 +1419,7 @@ EXAMPLES
|
|
|
1238
1419
|
$ raindrop build tools fmt
|
|
1239
1420
|
```
|
|
1240
1421
|
|
|
1241
|
-
_See code: [src/commands/build/tools/fmt.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1422
|
+
_See code: [src/commands/build/tools/fmt.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/tools/fmt.ts)_
|
|
1242
1423
|
|
|
1243
1424
|
## `raindrop build unsandbox`
|
|
1244
1425
|
|
|
@@ -1259,7 +1440,7 @@ EXAMPLES
|
|
|
1259
1440
|
$ raindrop build unsandbox
|
|
1260
1441
|
```
|
|
1261
1442
|
|
|
1262
|
-
_See code: [src/commands/build/unsandbox.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1443
|
+
_See code: [src/commands/build/unsandbox.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/unsandbox.ts)_
|
|
1263
1444
|
|
|
1264
1445
|
## `raindrop build upload`
|
|
1265
1446
|
|
|
@@ -1282,7 +1463,7 @@ EXAMPLES
|
|
|
1282
1463
|
$ raindrop build upload
|
|
1283
1464
|
```
|
|
1284
1465
|
|
|
1285
|
-
_See code: [src/commands/build/upload.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1466
|
+
_See code: [src/commands/build/upload.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/upload.ts)_
|
|
1286
1467
|
|
|
1287
1468
|
## `raindrop build validate`
|
|
1288
1469
|
|
|
@@ -1290,21 +1471,24 @@ build and validate a LiquidMetal.AI project
|
|
|
1290
1471
|
|
|
1291
1472
|
```
|
|
1292
1473
|
USAGE
|
|
1293
|
-
$ raindrop build validate [-r <value>] [-m <value>] [-o <value>]
|
|
1474
|
+
$ raindrop build validate [-r <value>] [-m <value>] [-o <value>] [--quick]
|
|
1294
1475
|
|
|
1295
1476
|
FLAGS
|
|
1296
1477
|
-m, --manifest=<value> [default: raindrop.manifest] project manifest
|
|
1297
1478
|
-o, --output=<value> [default: dist] output directory
|
|
1298
1479
|
-r, --root=<value> [default: /Users/ian/liquidmetal/packages/raindrop] root directory
|
|
1480
|
+
--quick Skip dependency checks and run basic validation only
|
|
1299
1481
|
|
|
1300
1482
|
DESCRIPTION
|
|
1301
1483
|
build and validate a LiquidMetal.AI project
|
|
1302
1484
|
|
|
1303
1485
|
EXAMPLES
|
|
1304
1486
|
$ raindrop build validate
|
|
1487
|
+
|
|
1488
|
+
$ raindrop build validate --quick # Skip dependency checks
|
|
1305
1489
|
```
|
|
1306
1490
|
|
|
1307
|
-
_See code: [src/commands/build/validate.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1491
|
+
_See code: [src/commands/build/validate.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/validate.ts)_
|
|
1308
1492
|
|
|
1309
1493
|
## `raindrop build workos delete`
|
|
1310
1494
|
|
|
@@ -1327,7 +1511,7 @@ EXAMPLES
|
|
|
1327
1511
|
Delete all WorkOS state without confirmation prompt
|
|
1328
1512
|
```
|
|
1329
1513
|
|
|
1330
|
-
_See code: [src/commands/build/workos/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1514
|
+
_See code: [src/commands/build/workos/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/delete.ts)_
|
|
1331
1515
|
|
|
1332
1516
|
## `raindrop build workos env attach [ENVNAME]`
|
|
1333
1517
|
|
|
@@ -1361,7 +1545,7 @@ EXAMPLES
|
|
|
1361
1545
|
Attach to specific application and version
|
|
1362
1546
|
```
|
|
1363
1547
|
|
|
1364
|
-
_See code: [src/commands/build/workos/env/attach.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1548
|
+
_See code: [src/commands/build/workos/env/attach.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/attach.ts)_
|
|
1365
1549
|
|
|
1366
1550
|
## `raindrop build workos env attached`
|
|
1367
1551
|
|
|
@@ -1389,7 +1573,7 @@ EXAMPLES
|
|
|
1389
1573
|
Get JSON output
|
|
1390
1574
|
```
|
|
1391
1575
|
|
|
1392
|
-
_See code: [src/commands/build/workos/env/attached.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1576
|
+
_See code: [src/commands/build/workos/env/attached.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/attached.ts)_
|
|
1393
1577
|
|
|
1394
1578
|
## `raindrop build workos env create [ENVNAME]`
|
|
1395
1579
|
|
|
@@ -1429,7 +1613,7 @@ EXAMPLES
|
|
|
1429
1613
|
Get JSON output
|
|
1430
1614
|
```
|
|
1431
1615
|
|
|
1432
|
-
_See code: [src/commands/build/workos/env/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1616
|
+
_See code: [src/commands/build/workos/env/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/create.ts)_
|
|
1433
1617
|
|
|
1434
1618
|
## `raindrop build workos env delete APPNAME`
|
|
1435
1619
|
|
|
@@ -1456,7 +1640,7 @@ EXAMPLES
|
|
|
1456
1640
|
Get JSON output
|
|
1457
1641
|
```
|
|
1458
1642
|
|
|
1459
|
-
_See code: [src/commands/build/workos/env/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1643
|
+
_See code: [src/commands/build/workos/env/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/delete.ts)_
|
|
1460
1644
|
|
|
1461
1645
|
## `raindrop build workos env detach`
|
|
1462
1646
|
|
|
@@ -1484,7 +1668,7 @@ EXAMPLES
|
|
|
1484
1668
|
Detach from specific application and version
|
|
1485
1669
|
```
|
|
1486
1670
|
|
|
1487
|
-
_See code: [src/commands/build/workos/env/detach.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1671
|
+
_See code: [src/commands/build/workos/env/detach.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/detach.ts)_
|
|
1488
1672
|
|
|
1489
1673
|
## `raindrop build workos env dev-login`
|
|
1490
1674
|
|
|
@@ -1523,7 +1707,7 @@ EXAMPLES
|
|
|
1523
1707
|
Force interactive login even if session exists
|
|
1524
1708
|
```
|
|
1525
1709
|
|
|
1526
|
-
_See code: [src/commands/build/workos/env/dev-login.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1710
|
+
_See code: [src/commands/build/workos/env/dev-login.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/dev-login.ts)_
|
|
1527
1711
|
|
|
1528
1712
|
## `raindrop build workos env get APPNAME`
|
|
1529
1713
|
|
|
@@ -1550,7 +1734,7 @@ EXAMPLES
|
|
|
1550
1734
|
Get JSON output
|
|
1551
1735
|
```
|
|
1552
1736
|
|
|
1553
|
-
_See code: [src/commands/build/workos/env/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1737
|
+
_See code: [src/commands/build/workos/env/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/get.ts)_
|
|
1554
1738
|
|
|
1555
1739
|
## `raindrop build workos env list`
|
|
1556
1740
|
|
|
@@ -1576,7 +1760,7 @@ EXAMPLES
|
|
|
1576
1760
|
List all environments in JSON format
|
|
1577
1761
|
```
|
|
1578
1762
|
|
|
1579
|
-
_See code: [src/commands/build/workos/env/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1763
|
+
_See code: [src/commands/build/workos/env/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/list.ts)_
|
|
1580
1764
|
|
|
1581
1765
|
## `raindrop build workos env set APPNAME`
|
|
1582
1766
|
|
|
@@ -1617,7 +1801,7 @@ EXAMPLES
|
|
|
1617
1801
|
Configure a production WorkOS environment
|
|
1618
1802
|
```
|
|
1619
1803
|
|
|
1620
|
-
_See code: [src/commands/build/workos/env/set.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1804
|
+
_See code: [src/commands/build/workos/env/set.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/env/set.ts)_
|
|
1621
1805
|
|
|
1622
1806
|
## `raindrop build workos invite EMAIL`
|
|
1623
1807
|
|
|
@@ -1645,7 +1829,37 @@ EXAMPLES
|
|
|
1645
1829
|
Invite a user as member
|
|
1646
1830
|
```
|
|
1647
1831
|
|
|
1648
|
-
_See code: [src/commands/build/workos/invite.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1832
|
+
_See code: [src/commands/build/workos/invite.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/invite.ts)_
|
|
1833
|
+
|
|
1834
|
+
## `raindrop build workos jwt`
|
|
1835
|
+
|
|
1836
|
+
Get the JWT from the dev-login session (refreshing if expired)
|
|
1837
|
+
|
|
1838
|
+
```
|
|
1839
|
+
USAGE
|
|
1840
|
+
$ raindrop build workos jwt [--root <value>] [--manifest <value>] [-a <value>] [--client-id <value>] [--session-file
|
|
1841
|
+
<value>]
|
|
1842
|
+
|
|
1843
|
+
FLAGS
|
|
1844
|
+
-a, --application=<value> application name
|
|
1845
|
+
--client-id=<value> WorkOS client ID (for token refresh)
|
|
1846
|
+
--manifest=<value> [default: raindrop.manifest] project manifest
|
|
1847
|
+
--root=<value> [default: /Users/ian/liquidmetal/packages/raindrop] root directory
|
|
1848
|
+
--session-file=<value> path to session file
|
|
1849
|
+
|
|
1850
|
+
DESCRIPTION
|
|
1851
|
+
Get the JWT from the dev-login session (refreshing if expired)
|
|
1852
|
+
|
|
1853
|
+
EXAMPLES
|
|
1854
|
+
$ raindrop build workos jwt
|
|
1855
|
+
Get JWT from the default session file (.auth.json)
|
|
1856
|
+
$ raindrop build workos jwt --session-file /path/to/.auth.json
|
|
1857
|
+
Get JWT from a specific session file
|
|
1858
|
+
$ raindrop build workos jwt --client-id client_xxx
|
|
1859
|
+
Get JWT with explicit client ID for refresh
|
|
1860
|
+
```
|
|
1861
|
+
|
|
1862
|
+
_See code: [src/commands/build/workos/jwt.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/jwt.ts)_
|
|
1649
1863
|
|
|
1650
1864
|
## `raindrop build workos setup`
|
|
1651
1865
|
|
|
@@ -1675,7 +1889,7 @@ EXAMPLES
|
|
|
1675
1889
|
Get JSON output with team details
|
|
1676
1890
|
```
|
|
1677
1891
|
|
|
1678
|
-
_See code: [src/commands/build/workos/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1892
|
+
_See code: [src/commands/build/workos/setup.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/setup.ts)_
|
|
1679
1893
|
|
|
1680
1894
|
## `raindrop build workos status`
|
|
1681
1895
|
|
|
@@ -1702,7 +1916,7 @@ EXAMPLES
|
|
|
1702
1916
|
Get JSON output with team details
|
|
1703
1917
|
```
|
|
1704
1918
|
|
|
1705
|
-
_See code: [src/commands/build/workos/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1919
|
+
_See code: [src/commands/build/workos/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/build/workos/status.ts)_
|
|
1706
1920
|
|
|
1707
1921
|
## `raindrop dns create DOMAIN`
|
|
1708
1922
|
|
|
@@ -1738,7 +1952,7 @@ EXAMPLES
|
|
|
1738
1952
|
Creates a partial DNS zone with jump start enabled
|
|
1739
1953
|
```
|
|
1740
1954
|
|
|
1741
|
-
_See code: [src/commands/dns/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1955
|
+
_See code: [src/commands/dns/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/create.ts)_
|
|
1742
1956
|
|
|
1743
1957
|
## `raindrop dns delete DNSNAME`
|
|
1744
1958
|
|
|
@@ -1765,7 +1979,7 @@ EXAMPLES
|
|
|
1765
1979
|
Deletes the DNS zone without confirmation prompt
|
|
1766
1980
|
```
|
|
1767
1981
|
|
|
1768
|
-
_See code: [src/commands/dns/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
1982
|
+
_See code: [src/commands/dns/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/delete.ts)_
|
|
1769
1983
|
|
|
1770
1984
|
## `raindrop dns get DNSNAME`
|
|
1771
1985
|
|
|
@@ -1793,7 +2007,7 @@ EXAMPLES
|
|
|
1793
2007
|
Shows zone details in JSON format
|
|
1794
2008
|
```
|
|
1795
2009
|
|
|
1796
|
-
_See code: [src/commands/dns/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2010
|
+
_See code: [src/commands/dns/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/get.ts)_
|
|
1797
2011
|
|
|
1798
2012
|
## `raindrop dns list`
|
|
1799
2013
|
|
|
@@ -1830,7 +2044,7 @@ EXAMPLES
|
|
|
1830
2044
|
Lists DNS zones with pagination (10 per page)
|
|
1831
2045
|
```
|
|
1832
2046
|
|
|
1833
|
-
_See code: [src/commands/dns/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2047
|
+
_See code: [src/commands/dns/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/list.ts)_
|
|
1834
2048
|
|
|
1835
2049
|
## `raindrop dns records create ZONEID TYPE NAME CONTENT`
|
|
1836
2050
|
|
|
@@ -1870,7 +2084,7 @@ EXAMPLES
|
|
|
1870
2084
|
Creates a TXT record for SPF
|
|
1871
2085
|
```
|
|
1872
2086
|
|
|
1873
|
-
_See code: [src/commands/dns/records/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2087
|
+
_See code: [src/commands/dns/records/create.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/records/create.ts)_
|
|
1874
2088
|
|
|
1875
2089
|
## `raindrop dns records delete ZONEID RECORDID`
|
|
1876
2090
|
|
|
@@ -1898,7 +2112,7 @@ EXAMPLES
|
|
|
1898
2112
|
Deletes the DNS record without confirmation prompt
|
|
1899
2113
|
```
|
|
1900
2114
|
|
|
1901
|
-
_See code: [src/commands/dns/records/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2115
|
+
_See code: [src/commands/dns/records/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/records/delete.ts)_
|
|
1902
2116
|
|
|
1903
2117
|
## `raindrop dns records get ZONEID RECORDID`
|
|
1904
2118
|
|
|
@@ -1927,7 +2141,7 @@ EXAMPLES
|
|
|
1927
2141
|
Shows record details in JSON format
|
|
1928
2142
|
```
|
|
1929
2143
|
|
|
1930
|
-
_See code: [src/commands/dns/records/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2144
|
+
_See code: [src/commands/dns/records/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/records/get.ts)_
|
|
1931
2145
|
|
|
1932
2146
|
## `raindrop dns records list ZONEID`
|
|
1933
2147
|
|
|
@@ -1963,7 +2177,7 @@ EXAMPLES
|
|
|
1963
2177
|
Lists only records with name 'www'
|
|
1964
2178
|
```
|
|
1965
2179
|
|
|
1966
|
-
_See code: [src/commands/dns/records/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2180
|
+
_See code: [src/commands/dns/records/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/records/list.ts)_
|
|
1967
2181
|
|
|
1968
2182
|
## `raindrop dns records update ZONEID RECORDID`
|
|
1969
2183
|
|
|
@@ -2001,7 +2215,34 @@ EXAMPLES
|
|
|
2001
2215
|
Updates TTL and proxy settings
|
|
2002
2216
|
```
|
|
2003
2217
|
|
|
2004
|
-
_See code: [src/commands/dns/records/update.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2218
|
+
_See code: [src/commands/dns/records/update.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/dns/records/update.ts)_
|
|
2219
|
+
|
|
2220
|
+
## `raindrop doctor`
|
|
2221
|
+
|
|
2222
|
+
Display diagnostic information for troubleshooting and support
|
|
2223
|
+
|
|
2224
|
+
```
|
|
2225
|
+
USAGE
|
|
2226
|
+
$ raindrop doctor [-r <value>] [--manifest <value>] [-o text|json]
|
|
2227
|
+
|
|
2228
|
+
FLAGS
|
|
2229
|
+
-o, --output=<option> [default: text] output format
|
|
2230
|
+
<options: text|json>
|
|
2231
|
+
-r, --root=<value> [default: /Users/ian/liquidmetal/packages/raindrop] root directory of the project
|
|
2232
|
+
--manifest=<value> [default: raindrop.manifest] project manifest file
|
|
2233
|
+
|
|
2234
|
+
DESCRIPTION
|
|
2235
|
+
Display diagnostic information for troubleshooting and support
|
|
2236
|
+
|
|
2237
|
+
EXAMPLES
|
|
2238
|
+
$ raindrop doctor
|
|
2239
|
+
|
|
2240
|
+
$ raindrop doctor --output json
|
|
2241
|
+
|
|
2242
|
+
$ raindrop doctor --root /path/to/project
|
|
2243
|
+
```
|
|
2244
|
+
|
|
2245
|
+
_See code: [src/commands/doctor.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/doctor.ts)_
|
|
2005
2246
|
|
|
2006
2247
|
## `raindrop help [COMMAND]`
|
|
2007
2248
|
|
|
@@ -2058,7 +2299,7 @@ EXAMPLES
|
|
|
2058
2299
|
$ raindrop logs query --application my-app --start-time 1638360000000 --end-time 1638363600000
|
|
2059
2300
|
```
|
|
2060
2301
|
|
|
2061
|
-
_See code: [src/commands/logs/query.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2302
|
+
_See code: [src/commands/logs/query.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/logs/query.ts)_
|
|
2062
2303
|
|
|
2063
2304
|
## `raindrop logs tail`
|
|
2064
2305
|
|
|
@@ -2097,7 +2338,7 @@ EXAMPLES
|
|
|
2097
2338
|
$ raindrop logs tail --status error # Show only error logs
|
|
2098
2339
|
```
|
|
2099
2340
|
|
|
2100
|
-
_See code: [src/commands/logs/tail.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2341
|
+
_See code: [src/commands/logs/tail.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/logs/tail.ts)_
|
|
2101
2342
|
|
|
2102
2343
|
## `raindrop mcp install-claude`
|
|
2103
2344
|
|
|
@@ -2126,7 +2367,7 @@ EXAMPLES
|
|
|
2126
2367
|
- You must be logged into your Raindrop organization via 'raindrop auth login'
|
|
2127
2368
|
```
|
|
2128
2369
|
|
|
2129
|
-
_See code: [src/commands/mcp/install-claude.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2370
|
+
_See code: [src/commands/mcp/install-claude.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/mcp/install-claude.ts)_
|
|
2130
2371
|
|
|
2131
2372
|
## `raindrop mcp install-gemini`
|
|
2132
2373
|
|
|
@@ -2155,7 +2396,7 @@ EXAMPLES
|
|
|
2155
2396
|
- You must be logged into your Raindrop organization via 'raindrop auth login'
|
|
2156
2397
|
```
|
|
2157
2398
|
|
|
2158
|
-
_See code: [src/commands/mcp/install-gemini.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2399
|
+
_See code: [src/commands/mcp/install-gemini.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/mcp/install-gemini.ts)_
|
|
2159
2400
|
|
|
2160
2401
|
## `raindrop mcp install-goose`
|
|
2161
2402
|
|
|
@@ -2184,7 +2425,7 @@ EXAMPLES
|
|
|
2184
2425
|
- You must be logged into your Raindrop organization via 'raindrop auth login'
|
|
2185
2426
|
```
|
|
2186
2427
|
|
|
2187
|
-
_See code: [src/commands/mcp/install-goose.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2428
|
+
_See code: [src/commands/mcp/install-goose.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/mcp/install-goose.ts)_
|
|
2188
2429
|
|
|
2189
2430
|
## `raindrop mcp status`
|
|
2190
2431
|
|
|
@@ -2206,7 +2447,7 @@ EXAMPLES
|
|
|
2206
2447
|
Show current MCP integration status
|
|
2207
2448
|
```
|
|
2208
2449
|
|
|
2209
|
-
_See code: [src/commands/mcp/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2450
|
+
_See code: [src/commands/mcp/status.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/mcp/status.ts)_
|
|
2210
2451
|
|
|
2211
2452
|
## `raindrop object delete KEY`
|
|
2212
2453
|
|
|
@@ -2236,7 +2477,7 @@ EXAMPLES
|
|
|
2236
2477
|
Delete file with key 'my-key' from my-bucket within my-app
|
|
2237
2478
|
```
|
|
2238
2479
|
|
|
2239
|
-
_See code: [src/commands/object/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2480
|
+
_See code: [src/commands/object/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/object/delete.ts)_
|
|
2240
2481
|
|
|
2241
2482
|
## `raindrop object get KEY [OUTPUT]`
|
|
2242
2483
|
|
|
@@ -2267,7 +2508,7 @@ EXAMPLES
|
|
|
2267
2508
|
Download file with key 'my-key' from my-bucket within my-app to output.txt
|
|
2268
2509
|
```
|
|
2269
2510
|
|
|
2270
|
-
_See code: [src/commands/object/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2511
|
+
_See code: [src/commands/object/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/object/get.ts)_
|
|
2271
2512
|
|
|
2272
2513
|
## `raindrop object list`
|
|
2273
2514
|
|
|
@@ -2302,7 +2543,7 @@ EXAMPLES
|
|
|
2302
2543
|
List objects in my-bucket within my-app
|
|
2303
2544
|
```
|
|
2304
2545
|
|
|
2305
|
-
_See code: [src/commands/object/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2546
|
+
_See code: [src/commands/object/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/object/list.ts)_
|
|
2306
2547
|
|
|
2307
2548
|
## `raindrop object put FILE KEY`
|
|
2308
2549
|
|
|
@@ -2334,7 +2575,7 @@ EXAMPLES
|
|
|
2334
2575
|
Upload myfile.txt to my-bucket within my-app with key 'my-key'
|
|
2335
2576
|
```
|
|
2336
2577
|
|
|
2337
|
-
_See code: [src/commands/object/put.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2578
|
+
_See code: [src/commands/object/put.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/object/put.ts)_
|
|
2338
2579
|
|
|
2339
2580
|
## `raindrop plugins`
|
|
2340
2581
|
|
|
@@ -2650,7 +2891,7 @@ EXAMPLES
|
|
|
2650
2891
|
Run a RAG search query against a Smart Bucket.
|
|
2651
2892
|
```
|
|
2652
2893
|
|
|
2653
|
-
_See code: [src/commands/query/chunk-search.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2894
|
+
_See code: [src/commands/query/chunk-search.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/query/chunk-search.ts)_
|
|
2654
2895
|
|
|
2655
2896
|
## `raindrop query document QUERY`
|
|
2656
2897
|
|
|
@@ -2658,13 +2899,13 @@ Chat with a document stored in a Smart Bucket
|
|
|
2658
2899
|
|
|
2659
2900
|
```
|
|
2660
2901
|
USAGE
|
|
2661
|
-
$ raindrop query document QUERY
|
|
2902
|
+
$ raindrop query document QUERY -b <value> --object-id <value> [-o text|json]
|
|
2662
2903
|
|
|
2663
2904
|
ARGUMENTS
|
|
2664
2905
|
QUERY question or query about the document
|
|
2665
2906
|
|
|
2666
2907
|
FLAGS
|
|
2667
|
-
-b, --bucket=<value> Bucket name containing the document, version can be specified with #, e.g.
|
|
2908
|
+
-b, --bucket=<value> (required) Bucket name containing the document, version can be specified with #, e.g.
|
|
2668
2909
|
my-bucket#versionId
|
|
2669
2910
|
-o, --output=<option> [default: text] output format
|
|
2670
2911
|
<options: text|json>
|
|
@@ -2674,14 +2915,11 @@ DESCRIPTION
|
|
|
2674
2915
|
Chat with a document stored in a Smart Bucket
|
|
2675
2916
|
|
|
2676
2917
|
EXAMPLES
|
|
2677
|
-
$ raindrop query document "What is the main topic of this document?" -b my-bucket -
|
|
2918
|
+
$ raindrop query document "What is the main topic of this document?" -b my-bucket --object-id document.pdf
|
|
2678
2919
|
Chat with a document in a Smart Bucket using bucket name.
|
|
2679
|
-
|
|
2680
|
-
$ raindrop query document "What is the main topic of this document?" -m module-id -o document.pdf
|
|
2681
|
-
Chat with a document in a Smart Bucket using module ID.
|
|
2682
2920
|
```
|
|
2683
2921
|
|
|
2684
|
-
_See code: [src/commands/query/document.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2922
|
+
_See code: [src/commands/query/document.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/query/document.ts)_
|
|
2685
2923
|
|
|
2686
2924
|
## `raindrop query events`
|
|
2687
2925
|
|
|
@@ -2704,7 +2942,7 @@ EXAMPLES
|
|
|
2704
2942
|
$ raindrop query events .
|
|
2705
2943
|
```
|
|
2706
2944
|
|
|
2707
|
-
_See code: [src/commands/query/events.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2945
|
+
_See code: [src/commands/query/events.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/query/events.ts)_
|
|
2708
2946
|
|
|
2709
2947
|
## `raindrop query reindex`
|
|
2710
2948
|
|
|
@@ -2730,7 +2968,7 @@ EXAMPLES
|
|
|
2730
2968
|
Reindex objects with 5 parallel operations instead of the default 10
|
|
2731
2969
|
```
|
|
2732
2970
|
|
|
2733
|
-
_See code: [src/commands/query/reindex.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
2971
|
+
_See code: [src/commands/query/reindex.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/query/reindex.ts)_
|
|
2734
2972
|
|
|
2735
2973
|
## `raindrop query search [QUERY]`
|
|
2736
2974
|
|
|
@@ -2761,7 +2999,7 @@ EXAMPLES
|
|
|
2761
2999
|
Get page 2 of previous search results.
|
|
2762
3000
|
```
|
|
2763
3001
|
|
|
2764
|
-
_See code: [src/commands/query/search.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
3002
|
+
_See code: [src/commands/query/search.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/query/search.ts)_
|
|
2765
3003
|
|
|
2766
3004
|
## `raindrop tail`
|
|
2767
3005
|
|
|
@@ -2782,5 +3020,5 @@ EXAMPLES
|
|
|
2782
3020
|
$ raindrop logs tail --application my-app --version v1.2.3
|
|
2783
3021
|
```
|
|
2784
3022
|
|
|
2785
|
-
_See code: [src/commands/tail.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.
|
|
3023
|
+
_See code: [src/commands/tail.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.15.0/src/commands/tail.ts)_
|
|
2786
3024
|
<!-- commandsstop -->
|