@liquidmetal-ai/raindrop 0.0.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.
Files changed (89) hide show
  1. package/README.md +777 -0
  2. package/bin/dev.cmd +3 -0
  3. package/bin/dev.js +6 -0
  4. package/bin/run.cmd +3 -0
  5. package/bin/run.js +5 -0
  6. package/dist/base-command.d.ts +27 -0
  7. package/dist/base-command.d.ts.map +1 -0
  8. package/dist/base-command.js +69 -0
  9. package/dist/build.d.ts +13 -0
  10. package/dist/build.d.ts.map +1 -0
  11. package/dist/build.js +86 -0
  12. package/dist/build.test.d.ts +2 -0
  13. package/dist/build.test.d.ts.map +1 -0
  14. package/dist/build.test.js +41 -0
  15. package/dist/codegen.d.ts +32 -0
  16. package/dist/codegen.d.ts.map +1 -0
  17. package/dist/codegen.js +212 -0
  18. package/dist/codegen.test.d.ts +2 -0
  19. package/dist/codegen.test.d.ts.map +1 -0
  20. package/dist/codegen.test.js +97 -0
  21. package/dist/commands/auth/list.d.ts +10 -0
  22. package/dist/commands/auth/list.d.ts.map +1 -0
  23. package/dist/commands/auth/list.js +55 -0
  24. package/dist/commands/auth/login.d.ts +10 -0
  25. package/dist/commands/auth/login.d.ts.map +1 -0
  26. package/dist/commands/auth/login.js +69 -0
  27. package/dist/commands/auth/logout.d.ts +8 -0
  28. package/dist/commands/auth/logout.d.ts.map +1 -0
  29. package/dist/commands/auth/logout.js +15 -0
  30. package/dist/commands/auth/select.d.ts +10 -0
  31. package/dist/commands/auth/select.d.ts.map +1 -0
  32. package/dist/commands/auth/select.js +39 -0
  33. package/dist/commands/build/branch.d.ts +16 -0
  34. package/dist/commands/build/branch.d.ts.map +1 -0
  35. package/dist/commands/build/branch.js +81 -0
  36. package/dist/commands/build/delete.d.ts +19 -0
  37. package/dist/commands/build/delete.d.ts.map +1 -0
  38. package/dist/commands/build/delete.js +99 -0
  39. package/dist/commands/build/deploy.d.ts +18 -0
  40. package/dist/commands/build/deploy.d.ts.map +1 -0
  41. package/dist/commands/build/deploy.js +144 -0
  42. package/dist/commands/build/env/get.d.ts +19 -0
  43. package/dist/commands/build/env/get.d.ts.map +1 -0
  44. package/dist/commands/build/env/get.js +101 -0
  45. package/dist/commands/build/env/set.d.ts +20 -0
  46. package/dist/commands/build/env/set.d.ts.map +1 -0
  47. package/dist/commands/build/env/set.js +115 -0
  48. package/dist/commands/build/find.d.ts +24 -0
  49. package/dist/commands/build/find.d.ts.map +1 -0
  50. package/dist/commands/build/find.js +110 -0
  51. package/dist/commands/build/generate.d.ts +13 -0
  52. package/dist/commands/build/generate.d.ts.map +1 -0
  53. package/dist/commands/build/generate.js +38 -0
  54. package/dist/commands/build/init.d.ts +15 -0
  55. package/dist/commands/build/init.d.ts.map +1 -0
  56. package/dist/commands/build/init.js +57 -0
  57. package/dist/commands/build/list.d.ts +17 -0
  58. package/dist/commands/build/list.d.ts.map +1 -0
  59. package/dist/commands/build/list.js +100 -0
  60. package/dist/commands/build/start.d.ts +16 -0
  61. package/dist/commands/build/start.d.ts.map +1 -0
  62. package/dist/commands/build/start.js +71 -0
  63. package/dist/commands/build/stop.d.ts +15 -0
  64. package/dist/commands/build/stop.d.ts.map +1 -0
  65. package/dist/commands/build/stop.js +67 -0
  66. package/dist/commands/build/token.d.ts +9 -0
  67. package/dist/commands/build/token.d.ts.map +1 -0
  68. package/dist/commands/build/token.js +42 -0
  69. package/dist/commands/build/upload.d.ts +17 -0
  70. package/dist/commands/build/upload.d.ts.map +1 -0
  71. package/dist/commands/build/upload.js +75 -0
  72. package/dist/commands/build/validate.d.ts +13 -0
  73. package/dist/commands/build/validate.d.ts.map +1 -0
  74. package/dist/commands/build/validate.js +26 -0
  75. package/dist/config.d.ts +13 -0
  76. package/dist/config.d.ts.map +1 -0
  77. package/dist/config.js +34 -0
  78. package/dist/config.test.d.ts +2 -0
  79. package/dist/config.test.d.ts.map +1 -0
  80. package/dist/config.test.js +24 -0
  81. package/dist/index.d.ts +18 -0
  82. package/dist/index.d.ts.map +1 -0
  83. package/dist/index.js +140 -0
  84. package/dist/index.test.d.ts +2 -0
  85. package/dist/index.test.d.ts.map +1 -0
  86. package/dist/index.test.js +4 -0
  87. package/dist/tsconfig.tsbuildinfo +1 -0
  88. package/oclif.manifest.json +1208 -0
  89. package/package.json +107 -0
package/README.md ADDED
@@ -0,0 +1,777 @@
1
+ # raindrop
2
+
3
+ CLI for the Raindrop platform
4
+
5
+ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
6
+ [![Version](https://img.shields.io/npm/v/raindrop.svg)](https://npmjs.org/package/raindrop)
7
+ [![Downloads/week](https://img.shields.io/npm/dw/raindrop.svg)](https://npmjs.org/package/raindrop)
8
+
9
+ <!-- toc -->
10
+ * [raindrop](#raindrop)
11
+ * [Usage](#usage)
12
+ * [Commands](#commands)
13
+ <!-- tocstop -->
14
+
15
+ # Usage
16
+
17
+ You will need to have the monorepo setup and initialized.
18
+
19
+ From the root of the monorepo:
20
+
21
+ ```sh-session
22
+ $ npm install
23
+ ...
24
+ ```
25
+
26
+ <!-- usage -->
27
+ ```sh-session
28
+ $ npm install -g @liquidmetal-ai/raindrop
29
+ $ raindrop COMMAND
30
+ running command...
31
+ $ raindrop (--version)
32
+ @liquidmetal-ai/raindrop/0.0.0 darwin-arm64 node-v22.10.0
33
+ $ raindrop --help [COMMAND]
34
+ USAGE
35
+ $ raindrop COMMAND
36
+ ...
37
+ ```
38
+ <!-- usagestop -->
39
+
40
+ # Commands
41
+
42
+ <!-- commands -->
43
+ * [`raindrop auth list`](#raindrop-auth-list)
44
+ * [`raindrop auth login`](#raindrop-auth-login)
45
+ * [`raindrop auth logout`](#raindrop-auth-logout)
46
+ * [`raindrop auth select`](#raindrop-auth-select)
47
+ * [`raindrop build branch`](#raindrop-build-branch)
48
+ * [`raindrop build delete [APPLICATION]`](#raindrop-build-delete-application)
49
+ * [`raindrop build deploy`](#raindrop-build-deploy)
50
+ * [`raindrop build env get VAR`](#raindrop-build-env-get-var)
51
+ * [`raindrop build env set VAR [VALUE]`](#raindrop-build-env-set-var-value)
52
+ * [`raindrop build find`](#raindrop-build-find)
53
+ * [`raindrop build generate`](#raindrop-build-generate)
54
+ * [`raindrop build init [PATH]`](#raindrop-build-init-path)
55
+ * [`raindrop build list`](#raindrop-build-list)
56
+ * [`raindrop build start`](#raindrop-build-start)
57
+ * [`raindrop build stop`](#raindrop-build-stop)
58
+ * [`raindrop build token`](#raindrop-build-token)
59
+ * [`raindrop build upload`](#raindrop-build-upload)
60
+ * [`raindrop build validate`](#raindrop-build-validate)
61
+ * [`raindrop help [COMMAND]`](#raindrop-help-command)
62
+ * [`raindrop plugins`](#raindrop-plugins)
63
+ * [`raindrop plugins add PLUGIN`](#raindrop-plugins-add-plugin)
64
+ * [`raindrop plugins:inspect PLUGIN...`](#raindrop-pluginsinspect-plugin)
65
+ * [`raindrop plugins install PLUGIN`](#raindrop-plugins-install-plugin)
66
+ * [`raindrop plugins link PATH`](#raindrop-plugins-link-path)
67
+ * [`raindrop plugins remove [PLUGIN]`](#raindrop-plugins-remove-plugin)
68
+ * [`raindrop plugins reset`](#raindrop-plugins-reset)
69
+ * [`raindrop plugins uninstall [PLUGIN]`](#raindrop-plugins-uninstall-plugin)
70
+ * [`raindrop plugins unlink [PLUGIN]`](#raindrop-plugins-unlink-plugin)
71
+ * [`raindrop plugins update`](#raindrop-plugins-update)
72
+
73
+ ## `raindrop auth list`
74
+
75
+ List authentications
76
+
77
+ ```
78
+ USAGE
79
+ $ raindrop auth list [-o text|table|json]
80
+
81
+ FLAGS
82
+ -o, --output=<option> [default: table] output format
83
+ <options: text|table|json>
84
+
85
+ DESCRIPTION
86
+ List authentications
87
+ ```
88
+
89
+ _See code: [src/commands/auth/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/auth/list.ts)_
90
+
91
+ ## `raindrop auth login`
92
+
93
+ Logs a user into the LiquidMetal platform. Supports browser-based authentication.
94
+
95
+ ```
96
+ USAGE
97
+ $ raindrop auth login
98
+
99
+ DESCRIPTION
100
+ Logs a user into the LiquidMetal platform. Supports browser-based authentication.
101
+ ```
102
+
103
+ _See code: [src/commands/auth/login.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/auth/login.ts)_
104
+
105
+ ## `raindrop auth logout`
106
+
107
+ Logout authentications
108
+
109
+ ```
110
+ USAGE
111
+ $ raindrop auth logout
112
+
113
+ DESCRIPTION
114
+ Logout authentications
115
+ ```
116
+
117
+ _See code: [src/commands/auth/logout.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/auth/logout.ts)_
118
+
119
+ ## `raindrop auth select`
120
+
121
+ Select active organization
122
+
123
+ ```
124
+ USAGE
125
+ $ raindrop auth select [--organizationId <value>]
126
+
127
+ FLAGS
128
+ --organizationId=<value> organizationId to select as active
129
+
130
+ DESCRIPTION
131
+ Select active organization
132
+ ```
133
+
134
+ _See code: [src/commands/auth/select.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/auth/select.ts)_
135
+
136
+ ## `raindrop build branch`
137
+
138
+ create a new branch in the Raindrop catalog
139
+
140
+ ```
141
+ USAGE
142
+ $ raindrop build branch [-p <value> | -s <value>] [--manifest <value>]
143
+
144
+ FLAGS
145
+ -p, --previousVersionId=<value> previous version ID
146
+ -s, --select=<value> select a specific version ID
147
+ --manifest=<value> [default: raindrop.manifest] project manifest
148
+
149
+ DESCRIPTION
150
+ create a new branch in the Raindrop catalog
151
+
152
+ EXAMPLES
153
+ $ raindrop build branch .
154
+ Create a new branch in the Raindrop catalog.
155
+ ```
156
+
157
+ _See code: [src/commands/build/branch.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/branch.ts)_
158
+
159
+ ## `raindrop build delete [APPLICATION]`
160
+
161
+ delete Raindrop applications
162
+
163
+ ```
164
+ USAGE
165
+ $ raindrop build delete [APPLICATION] [-o text|table|json] [-v <value> | -a] [--manifest <value>]
166
+
167
+ ARGUMENTS
168
+ APPLICATION application name
169
+
170
+ FLAGS
171
+ -a, --all delete all application versions
172
+ -o, --output=<option> [default: table] output format
173
+ <options: text|table|json>
174
+ -v, --version=<value> application version to delete
175
+ --manifest=<value> [default: raindrop.manifest] project manifest
176
+
177
+ DESCRIPTION
178
+ delete Raindrop applications
179
+
180
+ EXAMPLES
181
+ $ raindrop build delete .
182
+ Deleted (application) at version (version)
183
+ ```
184
+
185
+ _See code: [src/commands/build/delete.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/delete.ts)_
186
+
187
+ ## `raindrop build deploy`
188
+
189
+ deploy a Raindrop application
190
+
191
+ ```
192
+ USAGE
193
+ $ raindrop build deploy [-r <value>] [-m <value>] [-o <value>] [-v <value>] [-s]
194
+
195
+ FLAGS
196
+ -m, --manifest=<value> [default: raindrop.manifest] project manifest
197
+ -o, --output=<value> [default: dist] output directory
198
+ -r, --root=<value> [default: /Users/ian/liquidmetal/packages/raindrop] root directory
199
+ -s, --start start the application after deploying
200
+ -v, --versionId=<value> version ID
201
+
202
+ DESCRIPTION
203
+ deploy a Raindrop application
204
+
205
+ EXAMPLES
206
+ $ raindrop build deploy .
207
+ Deploy a Raindrop application.
208
+ ```
209
+
210
+ _See code: [src/commands/build/deploy.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/deploy.ts)_
211
+
212
+ ## `raindrop build env get VAR`
213
+
214
+ get an env var/secret
215
+
216
+ ```
217
+ USAGE
218
+ $ raindrop build env get VAR [-o <value>] [-m <value>] [-v <value>] [-a <value>] [-c <value>]
219
+
220
+ ARGUMENTS
221
+ VAR env var/secret name
222
+
223
+ FLAGS
224
+ -a, --application=<value> application
225
+ -c, --config=<value> [default: .raindrop/config.json] config file
226
+ -m, --manifest=<value> [default: raindrop.manifest] project manifest
227
+ -o, --output=<value> [default: table] output format
228
+ -v, --versionId=<value> version ID
229
+
230
+ DESCRIPTION
231
+ get an env var/secret
232
+
233
+ EXAMPLES
234
+ $ raindrop build env get my-app:env:MY_VAR
235
+ sets an env var/secret.
236
+ ```
237
+
238
+ _See code: [src/commands/build/env/get.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/env/get.ts)_
239
+
240
+ ## `raindrop build env set VAR [VALUE]`
241
+
242
+ set an env var/secret
243
+
244
+ ```
245
+ USAGE
246
+ $ raindrop build env set VAR [VALUE] [-o <value>] [-m <value>] [-v <value>] [-a <value>] [-c <value>]
247
+
248
+ ARGUMENTS
249
+ VAR env var/secret name
250
+ VALUE env var/secret value
251
+
252
+ FLAGS
253
+ -a, --application=<value> application to start
254
+ -c, --config=<value> [default: .raindrop/config.json] config file
255
+ -m, --manifest=<value> [default: raindrop.manifest] project manifest
256
+ -o, --output=<value> [default: table] output format
257
+ -v, --versionId=<value> version ID
258
+
259
+ DESCRIPTION
260
+ set an env var/secret
261
+
262
+ EXAMPLES
263
+ $ raindrop build env set .
264
+ sets an env var/secret.
265
+ ```
266
+
267
+ _See code: [src/commands/build/env/set.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/env/set.ts)_
268
+
269
+ ## `raindrop build find`
270
+
271
+ find resources in Raindrop
272
+
273
+ ```
274
+ USAGE
275
+ $ raindrop build find [-a <value>] [-v <value>] [-o text|table|json] [--manifest <value>]
276
+
277
+ FLAGS
278
+ -a, --application=<value> application
279
+ -o, --output=<option> [default: table] output format
280
+ <options: text|table|json>
281
+ -v, --version=<value> application version
282
+ --manifest=<value> [default: raindrop.manifest] project manifest
283
+
284
+ DESCRIPTION
285
+ find resources in Raindrop
286
+
287
+ EXAMPLES
288
+ $ raindrop build find .
289
+ ```
290
+
291
+ _See code: [src/commands/build/find.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/find.ts)_
292
+
293
+ ## `raindrop build generate`
294
+
295
+ (re)generate all code for a LiquidMetal.AI project
296
+
297
+ ```
298
+ USAGE
299
+ $ raindrop build generate [-r <value>] [-m <value>] [-o <value>]
300
+
301
+ FLAGS
302
+ -m, --manifest=<value> [default: raindrop.manifest] manifest file
303
+ -o, --output=<value> [default: dist] output directory
304
+ -r, --root=<value> [default: /Users/ian/liquidmetal/packages/raindrop] root directory
305
+
306
+ DESCRIPTION
307
+ (re)generate all code for a LiquidMetal.AI project
308
+
309
+ EXAMPLES
310
+ $ raindrop build generate
311
+ ```
312
+
313
+ _See code: [src/commands/build/generate.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/generate.ts)_
314
+
315
+ ## `raindrop build init [PATH]`
316
+
317
+ start a new LiquidMetal.AI project
318
+
319
+ ```
320
+ USAGE
321
+ $ raindrop build init [PATH] [--overwrite]
322
+
323
+ ARGUMENTS
324
+ PATH [default: .] Path to initialize the project in
325
+
326
+ FLAGS
327
+ --overwrite Overwrite existing files
328
+
329
+ DESCRIPTION
330
+ start a new LiquidMetal.AI project
331
+
332
+ EXAMPLES
333
+ $ raindrop build init .
334
+ Initialize a project in the current directory.
335
+ ```
336
+
337
+ _See code: [src/commands/build/init.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/init.ts)_
338
+
339
+ ## `raindrop build list`
340
+
341
+ list Raindrop catalog resources
342
+
343
+ ```
344
+ USAGE
345
+ $ raindrop build list [-t <value>] [-a] [-o text|table|json]
346
+
347
+ FLAGS
348
+ -a, --all show even deleted resources
349
+ -o, --output=<option> [default: table] output format
350
+ <options: text|table|json>
351
+ -t, --type=<value> [default: application] resource type
352
+
353
+ DESCRIPTION
354
+ list Raindrop catalog resources
355
+
356
+ EXAMPLES
357
+ $ raindrop build list .
358
+ List Raindrop catalog resources.
359
+ ```
360
+
361
+ _See code: [src/commands/build/list.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/list.ts)_
362
+
363
+ ## `raindrop build start`
364
+
365
+ start a Raindrop application
366
+
367
+ ```
368
+ USAGE
369
+ $ raindrop build start [-c <value>] [-m <value>] [-a <value>] [-v <value>]
370
+
371
+ FLAGS
372
+ -a, --application=<value> application to start
373
+ -c, --config=<value> [default: .raindrop/config.json] config file
374
+ -m, --manifest=<value> [default: raindrop.manifest] project manifest
375
+ -v, --version=<value> application version to start
376
+
377
+ DESCRIPTION
378
+ start a Raindrop application
379
+
380
+ EXAMPLES
381
+ $ raindrop build start .
382
+ Start a Raindrop application.
383
+ ```
384
+
385
+ _See code: [src/commands/build/start.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/start.ts)_
386
+
387
+ ## `raindrop build stop`
388
+
389
+ stop a Raindrop application
390
+
391
+ ```
392
+ USAGE
393
+ $ raindrop build stop [-a <value>] [-v <value>]
394
+
395
+ FLAGS
396
+ -a, --application=<value> application to stop
397
+ -v, --version=<value> application version to start
398
+
399
+ DESCRIPTION
400
+ stop a Raindrop application
401
+
402
+ EXAMPLES
403
+ $ raindrop build stop .
404
+ Stop a Raindrop application.
405
+ ```
406
+
407
+ _See code: [src/commands/build/stop.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/stop.ts)_
408
+
409
+ ## `raindrop build token`
410
+
411
+ generate a link to create a Cloudflare API token
412
+
413
+ ```
414
+ USAGE
415
+ $ raindrop build token
416
+
417
+ DESCRIPTION
418
+ generate a link to create a Cloudflare API token
419
+ ```
420
+
421
+ _See code: [src/commands/build/token.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/token.ts)_
422
+
423
+ ## `raindrop build upload`
424
+
425
+ build and validate a LiquidMetal.AI project
426
+
427
+ ```
428
+ USAGE
429
+ $ raindrop build upload -v <value> [-r <value>] [-m <value>] [-c <value>] [-o <value>]
430
+
431
+ FLAGS
432
+ -c, --config=<value> [default: .raindrop/config.json] config file
433
+ -m, --manifest=<value> [default: raindrop.manifest] project manifest
434
+ -o, --output=<value> [default: dist] output directory
435
+ -r, --root=<value> [default: /Users/ian/liquidmetal/packages/raindrop] root directory
436
+ -v, --versionId=<value> (required) version ID
437
+
438
+ DESCRIPTION
439
+ build and validate a LiquidMetal.AI project
440
+
441
+ EXAMPLES
442
+ $ raindrop build upload
443
+ ```
444
+
445
+ _See code: [src/commands/build/upload.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/upload.ts)_
446
+
447
+ ## `raindrop build validate`
448
+
449
+ build and validate a LiquidMetal.AI project
450
+
451
+ ```
452
+ USAGE
453
+ $ raindrop build validate [-r <value>] [-m <value>] [-o <value>]
454
+
455
+ FLAGS
456
+ -m, --manifest=<value> [default: raindrop.manifest] project manifest
457
+ -o, --output=<value> [default: dist] output directory
458
+ -r, --root=<value> [default: /Users/ian/liquidmetal/packages/raindrop] root directory
459
+
460
+ DESCRIPTION
461
+ build and validate a LiquidMetal.AI project
462
+
463
+ EXAMPLES
464
+ $ raindrop build validate
465
+ ```
466
+
467
+ _See code: [src/commands/build/validate.ts](https://github.com/liquidmetal-ai/liquidmetal/blob/v0.0.0/src/commands/build/validate.ts)_
468
+
469
+ ## `raindrop help [COMMAND]`
470
+
471
+ Display help for raindrop.
472
+
473
+ ```
474
+ USAGE
475
+ $ raindrop help [COMMAND...] [-n]
476
+
477
+ ARGUMENTS
478
+ COMMAND... Command to show help for.
479
+
480
+ FLAGS
481
+ -n, --nested-commands Include all nested commands in the output.
482
+
483
+ DESCRIPTION
484
+ Display help for raindrop.
485
+ ```
486
+
487
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.13/src/commands/help.ts)_
488
+
489
+ ## `raindrop plugins`
490
+
491
+ List installed plugins.
492
+
493
+ ```
494
+ USAGE
495
+ $ raindrop plugins [--json] [--core]
496
+
497
+ FLAGS
498
+ --core Show core plugins.
499
+
500
+ GLOBAL FLAGS
501
+ --json Format output as json.
502
+
503
+ DESCRIPTION
504
+ List installed plugins.
505
+
506
+ EXAMPLES
507
+ $ raindrop plugins
508
+ ```
509
+
510
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.10/src/commands/plugins/index.ts)_
511
+
512
+ ## `raindrop plugins add PLUGIN`
513
+
514
+ Installs a plugin into raindrop.
515
+
516
+ ```
517
+ USAGE
518
+ $ raindrop plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]
519
+
520
+ ARGUMENTS
521
+ PLUGIN... Plugin to install.
522
+
523
+ FLAGS
524
+ -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
525
+ -h, --help Show CLI help.
526
+ -s, --silent Silences npm output.
527
+ -v, --verbose Show verbose npm output.
528
+
529
+ GLOBAL FLAGS
530
+ --json Format output as json.
531
+
532
+ DESCRIPTION
533
+ Installs a plugin into raindrop.
534
+
535
+ Uses npm to install plugins.
536
+
537
+ Installation of a user-installed plugin will override a core plugin.
538
+
539
+ Use the RAINDROP_NPM_LOG_LEVEL environment variable to set the npm loglevel.
540
+ Use the RAINDROP_NPM_REGISTRY environment variable to set the npm registry.
541
+
542
+ ALIASES
543
+ $ raindrop plugins add
544
+
545
+ EXAMPLES
546
+ Install a plugin from npm registry.
547
+
548
+ $ raindrop plugins add myplugin
549
+
550
+ Install a plugin from a github url.
551
+
552
+ $ raindrop plugins add https://github.com/someuser/someplugin
553
+
554
+ Install a plugin from a github slug.
555
+
556
+ $ raindrop plugins add someuser/someplugin
557
+ ```
558
+
559
+ ## `raindrop plugins:inspect PLUGIN...`
560
+
561
+ Displays installation properties of a plugin.
562
+
563
+ ```
564
+ USAGE
565
+ $ raindrop plugins inspect PLUGIN...
566
+
567
+ ARGUMENTS
568
+ PLUGIN... [default: .] Plugin to inspect.
569
+
570
+ FLAGS
571
+ -h, --help Show CLI help.
572
+ -v, --verbose
573
+
574
+ GLOBAL FLAGS
575
+ --json Format output as json.
576
+
577
+ DESCRIPTION
578
+ Displays installation properties of a plugin.
579
+
580
+ EXAMPLES
581
+ $ raindrop plugins inspect myplugin
582
+ ```
583
+
584
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.10/src/commands/plugins/inspect.ts)_
585
+
586
+ ## `raindrop plugins install PLUGIN`
587
+
588
+ Installs a plugin into raindrop.
589
+
590
+ ```
591
+ USAGE
592
+ $ raindrop plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]
593
+
594
+ ARGUMENTS
595
+ PLUGIN... Plugin to install.
596
+
597
+ FLAGS
598
+ -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
599
+ -h, --help Show CLI help.
600
+ -s, --silent Silences npm output.
601
+ -v, --verbose Show verbose npm output.
602
+
603
+ GLOBAL FLAGS
604
+ --json Format output as json.
605
+
606
+ DESCRIPTION
607
+ Installs a plugin into raindrop.
608
+
609
+ Uses npm to install plugins.
610
+
611
+ Installation of a user-installed plugin will override a core plugin.
612
+
613
+ Use the RAINDROP_NPM_LOG_LEVEL environment variable to set the npm loglevel.
614
+ Use the RAINDROP_NPM_REGISTRY environment variable to set the npm registry.
615
+
616
+ ALIASES
617
+ $ raindrop plugins add
618
+
619
+ EXAMPLES
620
+ Install a plugin from npm registry.
621
+
622
+ $ raindrop plugins install myplugin
623
+
624
+ Install a plugin from a github url.
625
+
626
+ $ raindrop plugins install https://github.com/someuser/someplugin
627
+
628
+ Install a plugin from a github slug.
629
+
630
+ $ raindrop plugins install someuser/someplugin
631
+ ```
632
+
633
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.10/src/commands/plugins/install.ts)_
634
+
635
+ ## `raindrop plugins link PATH`
636
+
637
+ Links a plugin into the CLI for development.
638
+
639
+ ```
640
+ USAGE
641
+ $ raindrop plugins link PATH [-h] [--install] [-v]
642
+
643
+ ARGUMENTS
644
+ PATH [default: .] path to plugin
645
+
646
+ FLAGS
647
+ -h, --help Show CLI help.
648
+ -v, --verbose
649
+ --[no-]install Install dependencies after linking the plugin.
650
+
651
+ DESCRIPTION
652
+ Links a plugin into the CLI for development.
653
+ Installation of a linked plugin will override a user-installed or core plugin.
654
+
655
+ e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
656
+ command will override the user-installed or core plugin implementation. This is useful for development work.
657
+
658
+
659
+ EXAMPLES
660
+ $ raindrop plugins link myplugin
661
+ ```
662
+
663
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.10/src/commands/plugins/link.ts)_
664
+
665
+ ## `raindrop plugins remove [PLUGIN]`
666
+
667
+ Removes a plugin from the CLI.
668
+
669
+ ```
670
+ USAGE
671
+ $ raindrop plugins remove [PLUGIN...] [-h] [-v]
672
+
673
+ ARGUMENTS
674
+ PLUGIN... plugin to uninstall
675
+
676
+ FLAGS
677
+ -h, --help Show CLI help.
678
+ -v, --verbose
679
+
680
+ DESCRIPTION
681
+ Removes a plugin from the CLI.
682
+
683
+ ALIASES
684
+ $ raindrop plugins unlink
685
+ $ raindrop plugins remove
686
+
687
+ EXAMPLES
688
+ $ raindrop plugins remove myplugin
689
+ ```
690
+
691
+ ## `raindrop plugins reset`
692
+
693
+ Remove all user-installed and linked plugins.
694
+
695
+ ```
696
+ USAGE
697
+ $ raindrop plugins reset [--hard] [--reinstall]
698
+
699
+ FLAGS
700
+ --hard Delete node_modules and package manager related files in addition to uninstalling plugins.
701
+ --reinstall Reinstall all plugins after uninstalling.
702
+ ```
703
+
704
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.10/src/commands/plugins/reset.ts)_
705
+
706
+ ## `raindrop plugins uninstall [PLUGIN]`
707
+
708
+ Removes a plugin from the CLI.
709
+
710
+ ```
711
+ USAGE
712
+ $ raindrop plugins uninstall [PLUGIN...] [-h] [-v]
713
+
714
+ ARGUMENTS
715
+ PLUGIN... plugin to uninstall
716
+
717
+ FLAGS
718
+ -h, --help Show CLI help.
719
+ -v, --verbose
720
+
721
+ DESCRIPTION
722
+ Removes a plugin from the CLI.
723
+
724
+ ALIASES
725
+ $ raindrop plugins unlink
726
+ $ raindrop plugins remove
727
+
728
+ EXAMPLES
729
+ $ raindrop plugins uninstall myplugin
730
+ ```
731
+
732
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.10/src/commands/plugins/uninstall.ts)_
733
+
734
+ ## `raindrop plugins unlink [PLUGIN]`
735
+
736
+ Removes a plugin from the CLI.
737
+
738
+ ```
739
+ USAGE
740
+ $ raindrop plugins unlink [PLUGIN...] [-h] [-v]
741
+
742
+ ARGUMENTS
743
+ PLUGIN... plugin to uninstall
744
+
745
+ FLAGS
746
+ -h, --help Show CLI help.
747
+ -v, --verbose
748
+
749
+ DESCRIPTION
750
+ Removes a plugin from the CLI.
751
+
752
+ ALIASES
753
+ $ raindrop plugins unlink
754
+ $ raindrop plugins remove
755
+
756
+ EXAMPLES
757
+ $ raindrop plugins unlink myplugin
758
+ ```
759
+
760
+ ## `raindrop plugins update`
761
+
762
+ Update installed plugins.
763
+
764
+ ```
765
+ USAGE
766
+ $ raindrop plugins update [-h] [-v]
767
+
768
+ FLAGS
769
+ -h, --help Show CLI help.
770
+ -v, --verbose
771
+
772
+ DESCRIPTION
773
+ Update installed plugins.
774
+ ```
775
+
776
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.10/src/commands/plugins/update.ts)_
777
+ <!-- commandsstop -->