proca 1.7.5 → 1.7.7
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 +112 -155
- package/package.json +96 -96
- package/src/commands/campaign/get.mjs +94 -93
- package/src/commands/campaign/mtt.mjs +112 -109
- package/src/commands/org/get.mjs +91 -77
- package/src/commands/user/list.mjs +41 -38
- package/src/commands/widget/add.mjs +96 -78
- package/src/queries/campaign.mjs +1 -0
package/README.md
CHANGED
|
@@ -76,14 +76,13 @@ you should also use the local proca-api in your [widget generator](https://githu
|
|
|
76
76
|
* [`proca org email`](#proca-org-email)
|
|
77
77
|
* [`proca org get`](#proca-org-get)
|
|
78
78
|
* [`proca plugins`](#proca-plugins)
|
|
79
|
-
* [`proca plugins
|
|
79
|
+
* [`proca plugins:install PLUGIN...`](#proca-pluginsinstall-plugin)
|
|
80
80
|
* [`proca plugins:inspect PLUGIN...`](#proca-pluginsinspect-plugin)
|
|
81
|
-
* [`proca plugins
|
|
82
|
-
* [`proca plugins
|
|
83
|
-
* [`proca plugins
|
|
84
|
-
* [`proca plugins
|
|
85
|
-
* [`proca plugins
|
|
86
|
-
* [`proca plugins unlink [PLUGIN]`](#proca-plugins-unlink-plugin)
|
|
81
|
+
* [`proca plugins:install PLUGIN...`](#proca-pluginsinstall-plugin)
|
|
82
|
+
* [`proca plugins:link PLUGIN`](#proca-pluginslink-plugin)
|
|
83
|
+
* [`proca plugins:uninstall PLUGIN...`](#proca-pluginsuninstall-plugin)
|
|
84
|
+
* [`proca plugins:uninstall PLUGIN...`](#proca-pluginsuninstall-plugin)
|
|
85
|
+
* [`proca plugins:uninstall PLUGIN...`](#proca-pluginsuninstall-plugin)
|
|
87
86
|
* [`proca plugins update`](#proca-plugins-update)
|
|
88
87
|
* [`proca service add`](#proca-service-add)
|
|
89
88
|
* [`proca service list`](#proca-service-list)
|
|
@@ -107,10 +106,10 @@ you should also use the local proca-api in your [widget generator](https://githu
|
|
|
107
106
|
|
|
108
107
|
```
|
|
109
108
|
USAGE
|
|
110
|
-
$ proca action add
|
|
111
|
-
|
|
112
|
-
[--
|
|
113
|
-
|
|
109
|
+
$ proca action add -i <value> --firstname <value> --email <value> [--json | --human |
|
|
110
|
+
--csv] [--env <value>] [--simplify] [-x <value>] [-n <the_short_name>] [--testing] [--optin] [--action_type <value>]
|
|
111
|
+
[--lastname <value>] [--street <value>] [--locality <value>] [--region <value>] [--country <value>] [--utm <value>]
|
|
112
|
+
[--target <value>] [--subject <value>] [--body <value>]
|
|
114
113
|
|
|
115
114
|
FLAGS
|
|
116
115
|
-i, --id=<value> (required) widget's id
|
|
@@ -180,8 +179,8 @@ counter of actions
|
|
|
180
179
|
|
|
181
180
|
```
|
|
182
181
|
USAGE
|
|
183
|
-
$ proca action count [
|
|
184
|
-
|
|
182
|
+
$ proca action count [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
183
|
+
<value> | -n <the_short_name> | -x <value>]
|
|
185
184
|
|
|
186
185
|
FLAGS
|
|
187
186
|
-i, --id=<value>
|
|
@@ -213,7 +212,7 @@ USAGE
|
|
|
213
212
|
| --simplify] [--comment | ]
|
|
214
213
|
|
|
215
214
|
ARGUMENTS
|
|
216
|
-
TITLE name of the campaign, % for wildchar
|
|
215
|
+
[TITLE] name of the campaign, % for wildchar
|
|
217
216
|
|
|
218
217
|
FLAGS
|
|
219
218
|
-c, --campaign=<campaign name> name of the campaign, % for wildchar
|
|
@@ -306,7 +305,7 @@ USAGE
|
|
|
306
305
|
--csv] [--env <value>] [--simplify]
|
|
307
306
|
|
|
308
307
|
ARGUMENTS
|
|
309
|
-
TITLE title of the campaign
|
|
308
|
+
[TITLE] title of the campaign
|
|
310
309
|
|
|
311
310
|
FLAGS
|
|
312
311
|
-n, --name=<campaign name> (required) name of the campaign
|
|
@@ -327,12 +326,12 @@ EXAMPLES
|
|
|
327
326
|
|
|
328
327
|
```
|
|
329
328
|
USAGE
|
|
330
|
-
$ proca campaign close
|
|
331
|
-
|
|
329
|
+
$ proca campaign close --status draft|live|closed|ignored [--json | --human | --csv]
|
|
330
|
+
[--env <value>] [--simplify]
|
|
332
331
|
|
|
333
332
|
FLAGS
|
|
334
333
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
335
|
-
--status=<option> (required) Status to set
|
|
334
|
+
--status=<option> (required) [env: [object Object]] Status to set
|
|
336
335
|
<options: draft|live|closed|ignored>
|
|
337
336
|
|
|
338
337
|
OUTPUT FLAGS
|
|
@@ -383,8 +382,8 @@ view a campaign
|
|
|
383
382
|
|
|
384
383
|
```
|
|
385
384
|
USAGE
|
|
386
|
-
$ proca campaign get [
|
|
387
|
-
|
|
385
|
+
$ proca campaign get [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
386
|
+
<value> | -n <the_short_name> | -x <value>] [--config] [--stats] [--locale <value>]
|
|
388
387
|
|
|
389
388
|
FLAGS
|
|
390
389
|
-i, --id=<value>
|
|
@@ -418,7 +417,7 @@ USAGE
|
|
|
418
417
|
[-o <organisation name>] [-t <campaign title>] [--stats]
|
|
419
418
|
|
|
420
419
|
ARGUMENTS
|
|
421
|
-
TITLE name of the campaign, % for wildchar
|
|
420
|
+
[TITLE] name of the campaign, % for wildchar
|
|
422
421
|
|
|
423
422
|
FLAGS
|
|
424
423
|
-o, --org=<organisation name> campaigns of the organisation (coordinator or partner)
|
|
@@ -445,15 +444,16 @@ set the mail to target (mtt) params
|
|
|
445
444
|
|
|
446
445
|
```
|
|
447
446
|
USAGE
|
|
448
|
-
$ proca campaign mtt [
|
|
449
|
-
|
|
450
|
-
[--
|
|
447
|
+
$ proca campaign mtt [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
448
|
+
<value> | -n <the_short_name> | -x <value>] [--from <value>] [--to <value>] [--template <value>] [--period <value>]
|
|
449
|
+
[--email <value>] [--cc <value>] [--sender] [--drip]
|
|
451
450
|
|
|
452
451
|
FLAGS
|
|
453
452
|
-i, --id=<value>
|
|
454
453
|
-n, --name=<the_short_name> name
|
|
455
454
|
-x, --dxid=<value> dxid
|
|
456
455
|
--cc=<value> comma-separated list of CC email addresses
|
|
456
|
+
--drip drip delivery or deliver as fast as possible
|
|
457
457
|
--email=<value> test email address
|
|
458
458
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
459
459
|
--from=<value> start date (yyyy-mm-dd)
|
|
@@ -479,12 +479,12 @@ EXAMPLES
|
|
|
479
479
|
|
|
480
480
|
```
|
|
481
481
|
USAGE
|
|
482
|
-
$ proca campaign status
|
|
483
|
-
|
|
482
|
+
$ proca campaign status --status draft|live|closed|ignored [--json | --human | --csv]
|
|
483
|
+
[--env <value>] [--simplify]
|
|
484
484
|
|
|
485
485
|
FLAGS
|
|
486
486
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
487
|
-
--status=<option> (required) Status to set
|
|
487
|
+
--status=<option> (required) [env: [object Object]] Status to set
|
|
488
488
|
<options: draft|live|closed|ignored>
|
|
489
489
|
|
|
490
490
|
OUTPUT FLAGS
|
|
@@ -513,11 +513,11 @@ USAGE
|
|
|
513
513
|
/var/www/proca/config.example]
|
|
514
514
|
|
|
515
515
|
ARGUMENTS
|
|
516
|
-
ENV [default: default] allow to switch between configurations (server or users)
|
|
517
|
-
HUMAN [default: true] Format output to be read on screen by a human [default]
|
|
518
|
-
JSON Format output as json
|
|
519
|
-
CSV Format output as csv
|
|
520
|
-
SIMPLIFY flatten and filter to output only the most important attributes, mostly relevant for json
|
|
516
|
+
[ENV] [default: default] allow to switch between configurations (server or users)
|
|
517
|
+
[HUMAN] [default: true] Format output to be read on screen by a human [default]
|
|
518
|
+
[JSON] Format output as json
|
|
519
|
+
[CSV] Format output as csv
|
|
520
|
+
[SIMPLIFY] flatten and filter to output only the most important attributes, mostly relevant for json
|
|
521
521
|
|
|
522
522
|
FLAGS
|
|
523
523
|
--email=you@example.org user email on proca server
|
|
@@ -577,11 +577,11 @@ USAGE
|
|
|
577
577
|
/var/www/proca/config.example]
|
|
578
578
|
|
|
579
579
|
ARGUMENTS
|
|
580
|
-
ENV [default: default] allow to switch between configurations (server or users)
|
|
581
|
-
HUMAN [default: true] Format output to be read on screen by a human [default]
|
|
582
|
-
JSON Format output as json
|
|
583
|
-
CSV Format output as csv
|
|
584
|
-
SIMPLIFY flatten and filter to output only the most important attributes, mostly relevant for json
|
|
580
|
+
[ENV] [default: default] allow to switch between configurations (server or users)
|
|
581
|
+
[HUMAN] [default: true] Format output to be read on screen by a human [default]
|
|
582
|
+
[JSON] Format output as json
|
|
583
|
+
[CSV] Format output as csv
|
|
584
|
+
[SIMPLIFY] flatten and filter to output only the most important attributes, mostly relevant for json
|
|
585
585
|
|
|
586
586
|
FLAGS
|
|
587
587
|
--email=you@example.org user email on proca server
|
|
@@ -638,8 +638,8 @@ USAGE
|
|
|
638
638
|
[--simplify] [--environment <value>] [--url <url>] [--token <API-token>]
|
|
639
639
|
|
|
640
640
|
ARGUMENTS
|
|
641
|
-
KEY variable name
|
|
642
|
-
VALUE value
|
|
641
|
+
[KEY] variable name
|
|
642
|
+
[VALUE] value
|
|
643
643
|
|
|
644
644
|
FLAGS
|
|
645
645
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
@@ -676,11 +676,11 @@ USAGE
|
|
|
676
676
|
/var/www/proca/config.example]
|
|
677
677
|
|
|
678
678
|
ARGUMENTS
|
|
679
|
-
ENV [default: default] allow to switch between configurations (server or users)
|
|
680
|
-
HUMAN [default: true] Format output to be read on screen by a human [default]
|
|
681
|
-
JSON Format output as json
|
|
682
|
-
CSV Format output as csv
|
|
683
|
-
SIMPLIFY flatten and filter to output only the most important attributes, mostly relevant for json
|
|
679
|
+
[ENV] [default: default] allow to switch between configurations (server or users)
|
|
680
|
+
[HUMAN] [default: true] Format output to be read on screen by a human [default]
|
|
681
|
+
[JSON] Format output as json
|
|
682
|
+
[CSV] Format output as csv
|
|
683
|
+
[SIMPLIFY] flatten and filter to output only the most important attributes, mostly relevant for json
|
|
684
684
|
|
|
685
685
|
FLAGS
|
|
686
686
|
--email=you@example.org user email on proca server
|
|
@@ -740,8 +740,8 @@ counter of supporters
|
|
|
740
740
|
|
|
741
741
|
```
|
|
742
742
|
USAGE
|
|
743
|
-
$ proca contact count [
|
|
744
|
-
|
|
743
|
+
$ proca contact count [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
744
|
+
<value> | -n <the_short_name> | -x <value>]
|
|
745
745
|
|
|
746
746
|
FLAGS
|
|
747
747
|
-i, --id=<value>
|
|
@@ -773,7 +773,7 @@ USAGE
|
|
|
773
773
|
--simplify] [--comment | ]
|
|
774
774
|
|
|
775
775
|
ARGUMENTS
|
|
776
|
-
TITLE name of the campaign, % for wildchar
|
|
776
|
+
[TITLE] name of the campaign, % for wildchar
|
|
777
777
|
|
|
778
778
|
FLAGS
|
|
779
779
|
-c, --campaign=<campaign title> name of the campaign, % for wildchar
|
|
@@ -807,7 +807,7 @@ USAGE
|
|
|
807
807
|
$ proca help [COMMAND...] [-n]
|
|
808
808
|
|
|
809
809
|
ARGUMENTS
|
|
810
|
-
COMMAND... Command to show help for.
|
|
810
|
+
[COMMAND...] Command to show help for.
|
|
811
811
|
|
|
812
812
|
FLAGS
|
|
813
813
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -871,8 +871,8 @@ DESCRIPTION
|
|
|
871
871
|
|
|
872
872
|
```
|
|
873
873
|
USAGE
|
|
874
|
-
$ proca org delete [
|
|
875
|
-
|
|
874
|
+
$ proca org delete [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
875
|
+
<value> | -n <org name> | -x <value>]
|
|
876
876
|
|
|
877
877
|
FLAGS
|
|
878
878
|
-i, --id=<value>
|
|
@@ -896,9 +896,8 @@ Set service, usually email backend for an org
|
|
|
896
896
|
|
|
897
897
|
```
|
|
898
898
|
USAGE
|
|
899
|
-
$ proca org email
|
|
900
|
-
|
|
901
|
-
<value>]
|
|
899
|
+
$ proca org email --org <value> --mailer mailjet ses stripe test_stripe system
|
|
900
|
+
preview webhook supabase smtp [--json | --human | --csv] [--env <value>] [--simplify] [--from <value>]
|
|
902
901
|
|
|
903
902
|
FLAGS
|
|
904
903
|
--env=<value> [default: default] allow to switch
|
|
@@ -926,15 +925,17 @@ view a org
|
|
|
926
925
|
|
|
927
926
|
```
|
|
928
927
|
USAGE
|
|
929
|
-
$ proca org get [
|
|
930
|
-
[--
|
|
928
|
+
$ proca org get [--json | --human | --csv] [--env <value>] [--simplify] [-n <org
|
|
929
|
+
name>] [--config] [--personaldata] [--processing] [--keys] [--campaigns] [--users]
|
|
931
930
|
|
|
932
931
|
FLAGS
|
|
933
|
-
-n, --name=<org name>
|
|
932
|
+
-n, --name=<org name> name of the org
|
|
934
933
|
--[no-]campaigns
|
|
935
|
-
--[no-]config
|
|
936
|
-
--env=<value>
|
|
934
|
+
--[no-]config display the config
|
|
935
|
+
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
937
936
|
--[no-]keys
|
|
937
|
+
--[no-]personaldata how are the personal data of the supporter processed
|
|
938
|
+
--[no-]processing additional processing workflows on the actions
|
|
938
939
|
--[no-]users
|
|
939
940
|
|
|
940
941
|
OUTPUT FLAGS
|
|
@@ -971,53 +972,44 @@ EXAMPLES
|
|
|
971
972
|
$ proca plugins
|
|
972
973
|
```
|
|
973
974
|
|
|
974
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
975
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.0/src/commands/plugins/index.ts)_
|
|
975
976
|
|
|
976
|
-
## `proca plugins
|
|
977
|
+
## `proca plugins:install PLUGIN...`
|
|
977
978
|
|
|
978
|
-
Installs a plugin into
|
|
979
|
+
Installs a plugin into the CLI.
|
|
979
980
|
|
|
980
981
|
```
|
|
981
982
|
USAGE
|
|
982
|
-
$ proca plugins add PLUGIN...
|
|
983
|
+
$ proca plugins add plugins:install PLUGIN...
|
|
983
984
|
|
|
984
985
|
ARGUMENTS
|
|
985
986
|
PLUGIN... Plugin to install.
|
|
986
987
|
|
|
987
988
|
FLAGS
|
|
988
|
-
-f, --force
|
|
989
|
+
-f, --force Run yarn install with force flag.
|
|
989
990
|
-h, --help Show CLI help.
|
|
990
|
-
-
|
|
991
|
-
-v, --verbose Show verbose npm output.
|
|
992
|
-
|
|
993
|
-
GLOBAL FLAGS
|
|
994
|
-
--json Format output as json.
|
|
991
|
+
-v, --verbose
|
|
995
992
|
|
|
996
993
|
DESCRIPTION
|
|
997
|
-
Installs a plugin into
|
|
998
|
-
|
|
999
|
-
Uses npm to install plugins.
|
|
994
|
+
Installs a plugin into the CLI.
|
|
995
|
+
Can be installed from npm or a git url.
|
|
1000
996
|
|
|
1001
997
|
Installation of a user-installed plugin will override a core plugin.
|
|
1002
998
|
|
|
1003
|
-
|
|
1004
|
-
|
|
999
|
+
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
|
|
1000
|
+
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
|
|
1001
|
+
the CLI without the need to patch and update the whole CLI.
|
|
1002
|
+
|
|
1005
1003
|
|
|
1006
1004
|
ALIASES
|
|
1007
1005
|
$ proca plugins add
|
|
1008
1006
|
|
|
1009
1007
|
EXAMPLES
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
$ proca plugins add myplugin
|
|
1008
|
+
$ proca plugins:install myplugin
|
|
1013
1009
|
|
|
1014
|
-
|
|
1010
|
+
$ proca plugins:install https://github.com/someuser/someplugin
|
|
1015
1011
|
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
Install a plugin from a github slug.
|
|
1019
|
-
|
|
1020
|
-
$ proca plugins add someuser/someplugin
|
|
1012
|
+
$ proca plugins:install someuser/someplugin
|
|
1021
1013
|
```
|
|
1022
1014
|
|
|
1023
1015
|
## `proca plugins:inspect PLUGIN...`
|
|
@@ -1042,79 +1034,68 @@ DESCRIPTION
|
|
|
1042
1034
|
Displays installation properties of a plugin.
|
|
1043
1035
|
|
|
1044
1036
|
EXAMPLES
|
|
1045
|
-
$ proca plugins
|
|
1037
|
+
$ proca plugins:inspect myplugin
|
|
1046
1038
|
```
|
|
1047
1039
|
|
|
1048
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
1040
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.0/src/commands/plugins/inspect.ts)_
|
|
1049
1041
|
|
|
1050
|
-
## `proca plugins
|
|
1042
|
+
## `proca plugins:install PLUGIN...`
|
|
1051
1043
|
|
|
1052
|
-
Installs a plugin into
|
|
1044
|
+
Installs a plugin into the CLI.
|
|
1053
1045
|
|
|
1054
1046
|
```
|
|
1055
1047
|
USAGE
|
|
1056
|
-
$ proca plugins install PLUGIN...
|
|
1048
|
+
$ proca plugins install PLUGIN...
|
|
1057
1049
|
|
|
1058
1050
|
ARGUMENTS
|
|
1059
1051
|
PLUGIN... Plugin to install.
|
|
1060
1052
|
|
|
1061
1053
|
FLAGS
|
|
1062
|
-
-f, --force
|
|
1054
|
+
-f, --force Run yarn install with force flag.
|
|
1063
1055
|
-h, --help Show CLI help.
|
|
1064
|
-
-
|
|
1065
|
-
-v, --verbose Show verbose npm output.
|
|
1066
|
-
|
|
1067
|
-
GLOBAL FLAGS
|
|
1068
|
-
--json Format output as json.
|
|
1056
|
+
-v, --verbose
|
|
1069
1057
|
|
|
1070
1058
|
DESCRIPTION
|
|
1071
|
-
Installs a plugin into
|
|
1072
|
-
|
|
1073
|
-
Uses npm to install plugins.
|
|
1059
|
+
Installs a plugin into the CLI.
|
|
1060
|
+
Can be installed from npm or a git url.
|
|
1074
1061
|
|
|
1075
1062
|
Installation of a user-installed plugin will override a core plugin.
|
|
1076
1063
|
|
|
1077
|
-
|
|
1078
|
-
|
|
1064
|
+
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
|
|
1065
|
+
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
|
|
1066
|
+
the CLI without the need to patch and update the whole CLI.
|
|
1067
|
+
|
|
1079
1068
|
|
|
1080
1069
|
ALIASES
|
|
1081
1070
|
$ proca plugins add
|
|
1082
1071
|
|
|
1083
1072
|
EXAMPLES
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
$ proca plugins install myplugin
|
|
1073
|
+
$ proca plugins:install myplugin
|
|
1087
1074
|
|
|
1088
|
-
|
|
1075
|
+
$ proca plugins:install https://github.com/someuser/someplugin
|
|
1089
1076
|
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
Install a plugin from a github slug.
|
|
1093
|
-
|
|
1094
|
-
$ proca plugins install someuser/someplugin
|
|
1077
|
+
$ proca plugins:install someuser/someplugin
|
|
1095
1078
|
```
|
|
1096
1079
|
|
|
1097
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
1080
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.0/src/commands/plugins/install.ts)_
|
|
1098
1081
|
|
|
1099
|
-
## `proca plugins
|
|
1082
|
+
## `proca plugins:link PLUGIN`
|
|
1100
1083
|
|
|
1101
1084
|
Links a plugin into the CLI for development.
|
|
1102
1085
|
|
|
1103
1086
|
```
|
|
1104
1087
|
USAGE
|
|
1105
|
-
$ proca plugins link
|
|
1088
|
+
$ proca plugins link PLUGIN
|
|
1106
1089
|
|
|
1107
1090
|
ARGUMENTS
|
|
1108
1091
|
PATH [default: .] path to plugin
|
|
1109
1092
|
|
|
1110
1093
|
FLAGS
|
|
1111
|
-
-h, --help
|
|
1094
|
+
-h, --help Show CLI help.
|
|
1112
1095
|
-v, --verbose
|
|
1113
|
-
--[no-]install Install dependencies after linking the plugin.
|
|
1114
1096
|
|
|
1115
1097
|
DESCRIPTION
|
|
1116
1098
|
Links a plugin into the CLI for development.
|
|
1117
|
-
|
|
1118
1099
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
1119
1100
|
|
|
1120
1101
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
|
@@ -1122,21 +1103,21 @@ DESCRIPTION
|
|
|
1122
1103
|
|
|
1123
1104
|
|
|
1124
1105
|
EXAMPLES
|
|
1125
|
-
$ proca plugins
|
|
1106
|
+
$ proca plugins:link myplugin
|
|
1126
1107
|
```
|
|
1127
1108
|
|
|
1128
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
1109
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.0/src/commands/plugins/link.ts)_
|
|
1129
1110
|
|
|
1130
|
-
## `proca plugins
|
|
1111
|
+
## `proca plugins:uninstall PLUGIN...`
|
|
1131
1112
|
|
|
1132
1113
|
Removes a plugin from the CLI.
|
|
1133
1114
|
|
|
1134
1115
|
```
|
|
1135
1116
|
USAGE
|
|
1136
|
-
$ proca plugins remove
|
|
1117
|
+
$ proca plugins remove plugins:uninstall PLUGIN...
|
|
1137
1118
|
|
|
1138
1119
|
ARGUMENTS
|
|
1139
|
-
PLUGIN
|
|
1120
|
+
[PLUGIN] plugin to uninstall
|
|
1140
1121
|
|
|
1141
1122
|
FLAGS
|
|
1142
1123
|
-h, --help Show CLI help.
|
|
@@ -1148,36 +1129,18 @@ DESCRIPTION
|
|
|
1148
1129
|
ALIASES
|
|
1149
1130
|
$ proca plugins unlink
|
|
1150
1131
|
$ proca plugins remove
|
|
1151
|
-
|
|
1152
|
-
EXAMPLES
|
|
1153
|
-
$ proca plugins remove myplugin
|
|
1154
1132
|
```
|
|
1155
1133
|
|
|
1156
|
-
## `proca plugins
|
|
1157
|
-
|
|
1158
|
-
Remove all user-installed and linked plugins.
|
|
1159
|
-
|
|
1160
|
-
```
|
|
1161
|
-
USAGE
|
|
1162
|
-
$ proca plugins reset [--hard] [--reinstall]
|
|
1163
|
-
|
|
1164
|
-
FLAGS
|
|
1165
|
-
--hard Delete node_modules and package manager related files in addition to uninstalling plugins.
|
|
1166
|
-
--reinstall Reinstall all plugins after uninstalling.
|
|
1167
|
-
```
|
|
1168
|
-
|
|
1169
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.25/src/commands/plugins/reset.ts)_
|
|
1170
|
-
|
|
1171
|
-
## `proca plugins uninstall [PLUGIN]`
|
|
1134
|
+
## `proca plugins:uninstall PLUGIN...`
|
|
1172
1135
|
|
|
1173
1136
|
Removes a plugin from the CLI.
|
|
1174
1137
|
|
|
1175
1138
|
```
|
|
1176
1139
|
USAGE
|
|
1177
|
-
$ proca plugins uninstall
|
|
1140
|
+
$ proca plugins uninstall PLUGIN...
|
|
1178
1141
|
|
|
1179
1142
|
ARGUMENTS
|
|
1180
|
-
PLUGIN
|
|
1143
|
+
[PLUGIN] plugin to uninstall
|
|
1181
1144
|
|
|
1182
1145
|
FLAGS
|
|
1183
1146
|
-h, --help Show CLI help.
|
|
@@ -1189,23 +1152,20 @@ DESCRIPTION
|
|
|
1189
1152
|
ALIASES
|
|
1190
1153
|
$ proca plugins unlink
|
|
1191
1154
|
$ proca plugins remove
|
|
1192
|
-
|
|
1193
|
-
EXAMPLES
|
|
1194
|
-
$ proca plugins uninstall myplugin
|
|
1195
1155
|
```
|
|
1196
1156
|
|
|
1197
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
1157
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.0/src/commands/plugins/uninstall.ts)_
|
|
1198
1158
|
|
|
1199
|
-
## `proca plugins
|
|
1159
|
+
## `proca plugins:uninstall PLUGIN...`
|
|
1200
1160
|
|
|
1201
1161
|
Removes a plugin from the CLI.
|
|
1202
1162
|
|
|
1203
1163
|
```
|
|
1204
1164
|
USAGE
|
|
1205
|
-
$ proca plugins unlink
|
|
1165
|
+
$ proca plugins unlink plugins:uninstall PLUGIN...
|
|
1206
1166
|
|
|
1207
1167
|
ARGUMENTS
|
|
1208
|
-
PLUGIN
|
|
1168
|
+
[PLUGIN] plugin to uninstall
|
|
1209
1169
|
|
|
1210
1170
|
FLAGS
|
|
1211
1171
|
-h, --help Show CLI help.
|
|
@@ -1217,9 +1177,6 @@ DESCRIPTION
|
|
|
1217
1177
|
ALIASES
|
|
1218
1178
|
$ proca plugins unlink
|
|
1219
1179
|
$ proca plugins remove
|
|
1220
|
-
|
|
1221
|
-
EXAMPLES
|
|
1222
|
-
$ proca plugins unlink myplugin
|
|
1223
1180
|
```
|
|
1224
1181
|
|
|
1225
1182
|
## `proca plugins update`
|
|
@@ -1238,7 +1195,7 @@ DESCRIPTION
|
|
|
1238
1195
|
Update installed plugins.
|
|
1239
1196
|
```
|
|
1240
1197
|
|
|
1241
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
1198
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.0/src/commands/plugins/update.ts)_
|
|
1242
1199
|
|
|
1243
1200
|
## `proca service add`
|
|
1244
1201
|
|
|
@@ -1538,7 +1495,7 @@ USAGE
|
|
|
1538
1495
|
[--password <value>] [--url <value>]
|
|
1539
1496
|
|
|
1540
1497
|
ARGUMENTS
|
|
1541
|
-
USER Username (email)
|
|
1498
|
+
[USER] Username (email)
|
|
1542
1499
|
|
|
1543
1500
|
FLAGS
|
|
1544
1501
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
@@ -1611,8 +1568,8 @@ Delete a widget
|
|
|
1611
1568
|
|
|
1612
1569
|
```
|
|
1613
1570
|
USAGE
|
|
1614
|
-
$ proca widget delete [
|
|
1615
|
-
|
|
1571
|
+
$ proca widget delete [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
1572
|
+
<value> | -n <the_short_name> | -x <value>]
|
|
1616
1573
|
|
|
1617
1574
|
FLAGS
|
|
1618
1575
|
-i, --id=<value>
|
|
@@ -1636,8 +1593,8 @@ view a widget
|
|
|
1636
1593
|
|
|
1637
1594
|
```
|
|
1638
1595
|
USAGE
|
|
1639
|
-
$ proca widget get [
|
|
1640
|
-
|
|
1596
|
+
$ proca widget get [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
1597
|
+
<value> | -n <the_short_name> | -x <value>] [--config]
|
|
1641
1598
|
|
|
1642
1599
|
FLAGS
|
|
1643
1600
|
-i, --id=<value>
|