proca 1.7.6 → 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 +106 -152
- package/package.json +1 -1
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,9 +444,9 @@ 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>
|
|
@@ -480,12 +479,12 @@ EXAMPLES
|
|
|
480
479
|
|
|
481
480
|
```
|
|
482
481
|
USAGE
|
|
483
|
-
$ proca campaign status
|
|
484
|
-
|
|
482
|
+
$ proca campaign status --status draft|live|closed|ignored [--json | --human | --csv]
|
|
483
|
+
[--env <value>] [--simplify]
|
|
485
484
|
|
|
486
485
|
FLAGS
|
|
487
486
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
488
|
-
--status=<option> (required) Status to set
|
|
487
|
+
--status=<option> (required) [env: [object Object]] Status to set
|
|
489
488
|
<options: draft|live|closed|ignored>
|
|
490
489
|
|
|
491
490
|
OUTPUT FLAGS
|
|
@@ -514,11 +513,11 @@ USAGE
|
|
|
514
513
|
/var/www/proca/config.example]
|
|
515
514
|
|
|
516
515
|
ARGUMENTS
|
|
517
|
-
ENV [default: default] allow to switch between configurations (server or users)
|
|
518
|
-
HUMAN [default: true] Format output to be read on screen by a human [default]
|
|
519
|
-
JSON Format output as json
|
|
520
|
-
CSV Format output as csv
|
|
521
|
-
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
|
|
522
521
|
|
|
523
522
|
FLAGS
|
|
524
523
|
--email=you@example.org user email on proca server
|
|
@@ -578,11 +577,11 @@ USAGE
|
|
|
578
577
|
/var/www/proca/config.example]
|
|
579
578
|
|
|
580
579
|
ARGUMENTS
|
|
581
|
-
ENV [default: default] allow to switch between configurations (server or users)
|
|
582
|
-
HUMAN [default: true] Format output to be read on screen by a human [default]
|
|
583
|
-
JSON Format output as json
|
|
584
|
-
CSV Format output as csv
|
|
585
|
-
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
|
|
586
585
|
|
|
587
586
|
FLAGS
|
|
588
587
|
--email=you@example.org user email on proca server
|
|
@@ -639,8 +638,8 @@ USAGE
|
|
|
639
638
|
[--simplify] [--environment <value>] [--url <url>] [--token <API-token>]
|
|
640
639
|
|
|
641
640
|
ARGUMENTS
|
|
642
|
-
KEY variable name
|
|
643
|
-
VALUE value
|
|
641
|
+
[KEY] variable name
|
|
642
|
+
[VALUE] value
|
|
644
643
|
|
|
645
644
|
FLAGS
|
|
646
645
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
@@ -677,11 +676,11 @@ USAGE
|
|
|
677
676
|
/var/www/proca/config.example]
|
|
678
677
|
|
|
679
678
|
ARGUMENTS
|
|
680
|
-
ENV [default: default] allow to switch between configurations (server or users)
|
|
681
|
-
HUMAN [default: true] Format output to be read on screen by a human [default]
|
|
682
|
-
JSON Format output as json
|
|
683
|
-
CSV Format output as csv
|
|
684
|
-
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
|
|
685
684
|
|
|
686
685
|
FLAGS
|
|
687
686
|
--email=you@example.org user email on proca server
|
|
@@ -741,8 +740,8 @@ counter of supporters
|
|
|
741
740
|
|
|
742
741
|
```
|
|
743
742
|
USAGE
|
|
744
|
-
$ proca contact count [
|
|
745
|
-
|
|
743
|
+
$ proca contact count [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
744
|
+
<value> | -n <the_short_name> | -x <value>]
|
|
746
745
|
|
|
747
746
|
FLAGS
|
|
748
747
|
-i, --id=<value>
|
|
@@ -774,7 +773,7 @@ USAGE
|
|
|
774
773
|
--simplify] [--comment | ]
|
|
775
774
|
|
|
776
775
|
ARGUMENTS
|
|
777
|
-
TITLE name of the campaign, % for wildchar
|
|
776
|
+
[TITLE] name of the campaign, % for wildchar
|
|
778
777
|
|
|
779
778
|
FLAGS
|
|
780
779
|
-c, --campaign=<campaign title> name of the campaign, % for wildchar
|
|
@@ -808,7 +807,7 @@ USAGE
|
|
|
808
807
|
$ proca help [COMMAND...] [-n]
|
|
809
808
|
|
|
810
809
|
ARGUMENTS
|
|
811
|
-
COMMAND... Command to show help for.
|
|
810
|
+
[COMMAND...] Command to show help for.
|
|
812
811
|
|
|
813
812
|
FLAGS
|
|
814
813
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -872,8 +871,8 @@ DESCRIPTION
|
|
|
872
871
|
|
|
873
872
|
```
|
|
874
873
|
USAGE
|
|
875
|
-
$ proca org delete [
|
|
876
|
-
|
|
874
|
+
$ proca org delete [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
875
|
+
<value> | -n <org name> | -x <value>]
|
|
877
876
|
|
|
878
877
|
FLAGS
|
|
879
878
|
-i, --id=<value>
|
|
@@ -897,9 +896,8 @@ Set service, usually email backend for an org
|
|
|
897
896
|
|
|
898
897
|
```
|
|
899
898
|
USAGE
|
|
900
|
-
$ proca org email
|
|
901
|
-
|
|
902
|
-
<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>]
|
|
903
901
|
|
|
904
902
|
FLAGS
|
|
905
903
|
--env=<value> [default: default] allow to switch
|
|
@@ -927,8 +925,8 @@ view a org
|
|
|
927
925
|
|
|
928
926
|
```
|
|
929
927
|
USAGE
|
|
930
|
-
$ proca org get [
|
|
931
|
-
|
|
928
|
+
$ proca org get [--json | --human | --csv] [--env <value>] [--simplify] [-n <org
|
|
929
|
+
name>] [--config] [--personaldata] [--processing] [--keys] [--campaigns] [--users]
|
|
932
930
|
|
|
933
931
|
FLAGS
|
|
934
932
|
-n, --name=<org name> name of the org
|
|
@@ -974,53 +972,44 @@ EXAMPLES
|
|
|
974
972
|
$ proca plugins
|
|
975
973
|
```
|
|
976
974
|
|
|
977
|
-
_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)_
|
|
978
976
|
|
|
979
|
-
## `proca plugins
|
|
977
|
+
## `proca plugins:install PLUGIN...`
|
|
980
978
|
|
|
981
|
-
Installs a plugin into
|
|
979
|
+
Installs a plugin into the CLI.
|
|
982
980
|
|
|
983
981
|
```
|
|
984
982
|
USAGE
|
|
985
|
-
$ proca plugins add PLUGIN...
|
|
983
|
+
$ proca plugins add plugins:install PLUGIN...
|
|
986
984
|
|
|
987
985
|
ARGUMENTS
|
|
988
986
|
PLUGIN... Plugin to install.
|
|
989
987
|
|
|
990
988
|
FLAGS
|
|
991
|
-
-f, --force
|
|
989
|
+
-f, --force Run yarn install with force flag.
|
|
992
990
|
-h, --help Show CLI help.
|
|
993
|
-
-
|
|
994
|
-
-v, --verbose Show verbose npm output.
|
|
995
|
-
|
|
996
|
-
GLOBAL FLAGS
|
|
997
|
-
--json Format output as json.
|
|
991
|
+
-v, --verbose
|
|
998
992
|
|
|
999
993
|
DESCRIPTION
|
|
1000
|
-
Installs a plugin into
|
|
1001
|
-
|
|
1002
|
-
Uses npm to install plugins.
|
|
994
|
+
Installs a plugin into the CLI.
|
|
995
|
+
Can be installed from npm or a git url.
|
|
1003
996
|
|
|
1004
997
|
Installation of a user-installed plugin will override a core plugin.
|
|
1005
998
|
|
|
1006
|
-
|
|
1007
|
-
|
|
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
|
+
|
|
1008
1003
|
|
|
1009
1004
|
ALIASES
|
|
1010
1005
|
$ proca plugins add
|
|
1011
1006
|
|
|
1012
1007
|
EXAMPLES
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
$ proca plugins add myplugin
|
|
1016
|
-
|
|
1017
|
-
Install a plugin from a github url.
|
|
1018
|
-
|
|
1019
|
-
$ proca plugins add https://github.com/someuser/someplugin
|
|
1008
|
+
$ proca plugins:install myplugin
|
|
1020
1009
|
|
|
1021
|
-
|
|
1010
|
+
$ proca plugins:install https://github.com/someuser/someplugin
|
|
1022
1011
|
|
|
1023
|
-
|
|
1012
|
+
$ proca plugins:install someuser/someplugin
|
|
1024
1013
|
```
|
|
1025
1014
|
|
|
1026
1015
|
## `proca plugins:inspect PLUGIN...`
|
|
@@ -1045,79 +1034,68 @@ DESCRIPTION
|
|
|
1045
1034
|
Displays installation properties of a plugin.
|
|
1046
1035
|
|
|
1047
1036
|
EXAMPLES
|
|
1048
|
-
$ proca plugins
|
|
1037
|
+
$ proca plugins:inspect myplugin
|
|
1049
1038
|
```
|
|
1050
1039
|
|
|
1051
|
-
_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)_
|
|
1052
1041
|
|
|
1053
|
-
## `proca plugins
|
|
1042
|
+
## `proca plugins:install PLUGIN...`
|
|
1054
1043
|
|
|
1055
|
-
Installs a plugin into
|
|
1044
|
+
Installs a plugin into the CLI.
|
|
1056
1045
|
|
|
1057
1046
|
```
|
|
1058
1047
|
USAGE
|
|
1059
|
-
$ proca plugins install PLUGIN...
|
|
1048
|
+
$ proca plugins install PLUGIN...
|
|
1060
1049
|
|
|
1061
1050
|
ARGUMENTS
|
|
1062
1051
|
PLUGIN... Plugin to install.
|
|
1063
1052
|
|
|
1064
1053
|
FLAGS
|
|
1065
|
-
-f, --force
|
|
1054
|
+
-f, --force Run yarn install with force flag.
|
|
1066
1055
|
-h, --help Show CLI help.
|
|
1067
|
-
-
|
|
1068
|
-
-v, --verbose Show verbose npm output.
|
|
1069
|
-
|
|
1070
|
-
GLOBAL FLAGS
|
|
1071
|
-
--json Format output as json.
|
|
1056
|
+
-v, --verbose
|
|
1072
1057
|
|
|
1073
1058
|
DESCRIPTION
|
|
1074
|
-
Installs a plugin into
|
|
1075
|
-
|
|
1076
|
-
Uses npm to install plugins.
|
|
1059
|
+
Installs a plugin into the CLI.
|
|
1060
|
+
Can be installed from npm or a git url.
|
|
1077
1061
|
|
|
1078
1062
|
Installation of a user-installed plugin will override a core plugin.
|
|
1079
1063
|
|
|
1080
|
-
|
|
1081
|
-
|
|
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
|
+
|
|
1082
1068
|
|
|
1083
1069
|
ALIASES
|
|
1084
1070
|
$ proca plugins add
|
|
1085
1071
|
|
|
1086
1072
|
EXAMPLES
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
$ proca plugins install myplugin
|
|
1090
|
-
|
|
1091
|
-
Install a plugin from a github url.
|
|
1092
|
-
|
|
1093
|
-
$ proca plugins install https://github.com/someuser/someplugin
|
|
1073
|
+
$ proca plugins:install myplugin
|
|
1094
1074
|
|
|
1095
|
-
|
|
1075
|
+
$ proca plugins:install https://github.com/someuser/someplugin
|
|
1096
1076
|
|
|
1097
|
-
|
|
1077
|
+
$ proca plugins:install someuser/someplugin
|
|
1098
1078
|
```
|
|
1099
1079
|
|
|
1100
|
-
_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)_
|
|
1101
1081
|
|
|
1102
|
-
## `proca plugins
|
|
1082
|
+
## `proca plugins:link PLUGIN`
|
|
1103
1083
|
|
|
1104
1084
|
Links a plugin into the CLI for development.
|
|
1105
1085
|
|
|
1106
1086
|
```
|
|
1107
1087
|
USAGE
|
|
1108
|
-
$ proca plugins link
|
|
1088
|
+
$ proca plugins link PLUGIN
|
|
1109
1089
|
|
|
1110
1090
|
ARGUMENTS
|
|
1111
1091
|
PATH [default: .] path to plugin
|
|
1112
1092
|
|
|
1113
1093
|
FLAGS
|
|
1114
|
-
-h, --help
|
|
1094
|
+
-h, --help Show CLI help.
|
|
1115
1095
|
-v, --verbose
|
|
1116
|
-
--[no-]install Install dependencies after linking the plugin.
|
|
1117
1096
|
|
|
1118
1097
|
DESCRIPTION
|
|
1119
1098
|
Links a plugin into the CLI for development.
|
|
1120
|
-
|
|
1121
1099
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
1122
1100
|
|
|
1123
1101
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
|
@@ -1125,21 +1103,21 @@ DESCRIPTION
|
|
|
1125
1103
|
|
|
1126
1104
|
|
|
1127
1105
|
EXAMPLES
|
|
1128
|
-
$ proca plugins
|
|
1106
|
+
$ proca plugins:link myplugin
|
|
1129
1107
|
```
|
|
1130
1108
|
|
|
1131
|
-
_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)_
|
|
1132
1110
|
|
|
1133
|
-
## `proca plugins
|
|
1111
|
+
## `proca plugins:uninstall PLUGIN...`
|
|
1134
1112
|
|
|
1135
1113
|
Removes a plugin from the CLI.
|
|
1136
1114
|
|
|
1137
1115
|
```
|
|
1138
1116
|
USAGE
|
|
1139
|
-
$ proca plugins remove
|
|
1117
|
+
$ proca plugins remove plugins:uninstall PLUGIN...
|
|
1140
1118
|
|
|
1141
1119
|
ARGUMENTS
|
|
1142
|
-
PLUGIN
|
|
1120
|
+
[PLUGIN] plugin to uninstall
|
|
1143
1121
|
|
|
1144
1122
|
FLAGS
|
|
1145
1123
|
-h, --help Show CLI help.
|
|
@@ -1151,36 +1129,18 @@ DESCRIPTION
|
|
|
1151
1129
|
ALIASES
|
|
1152
1130
|
$ proca plugins unlink
|
|
1153
1131
|
$ proca plugins remove
|
|
1154
|
-
|
|
1155
|
-
EXAMPLES
|
|
1156
|
-
$ proca plugins remove myplugin
|
|
1157
1132
|
```
|
|
1158
1133
|
|
|
1159
|
-
## `proca plugins
|
|
1160
|
-
|
|
1161
|
-
Remove all user-installed and linked plugins.
|
|
1162
|
-
|
|
1163
|
-
```
|
|
1164
|
-
USAGE
|
|
1165
|
-
$ proca plugins reset [--hard] [--reinstall]
|
|
1166
|
-
|
|
1167
|
-
FLAGS
|
|
1168
|
-
--hard Delete node_modules and package manager related files in addition to uninstalling plugins.
|
|
1169
|
-
--reinstall Reinstall all plugins after uninstalling.
|
|
1170
|
-
```
|
|
1171
|
-
|
|
1172
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.25/src/commands/plugins/reset.ts)_
|
|
1173
|
-
|
|
1174
|
-
## `proca plugins uninstall [PLUGIN]`
|
|
1134
|
+
## `proca plugins:uninstall PLUGIN...`
|
|
1175
1135
|
|
|
1176
1136
|
Removes a plugin from the CLI.
|
|
1177
1137
|
|
|
1178
1138
|
```
|
|
1179
1139
|
USAGE
|
|
1180
|
-
$ proca plugins uninstall
|
|
1140
|
+
$ proca plugins uninstall PLUGIN...
|
|
1181
1141
|
|
|
1182
1142
|
ARGUMENTS
|
|
1183
|
-
PLUGIN
|
|
1143
|
+
[PLUGIN] plugin to uninstall
|
|
1184
1144
|
|
|
1185
1145
|
FLAGS
|
|
1186
1146
|
-h, --help Show CLI help.
|
|
@@ -1192,23 +1152,20 @@ DESCRIPTION
|
|
|
1192
1152
|
ALIASES
|
|
1193
1153
|
$ proca plugins unlink
|
|
1194
1154
|
$ proca plugins remove
|
|
1195
|
-
|
|
1196
|
-
EXAMPLES
|
|
1197
|
-
$ proca plugins uninstall myplugin
|
|
1198
1155
|
```
|
|
1199
1156
|
|
|
1200
|
-
_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)_
|
|
1201
1158
|
|
|
1202
|
-
## `proca plugins
|
|
1159
|
+
## `proca plugins:uninstall PLUGIN...`
|
|
1203
1160
|
|
|
1204
1161
|
Removes a plugin from the CLI.
|
|
1205
1162
|
|
|
1206
1163
|
```
|
|
1207
1164
|
USAGE
|
|
1208
|
-
$ proca plugins unlink
|
|
1165
|
+
$ proca plugins unlink plugins:uninstall PLUGIN...
|
|
1209
1166
|
|
|
1210
1167
|
ARGUMENTS
|
|
1211
|
-
PLUGIN
|
|
1168
|
+
[PLUGIN] plugin to uninstall
|
|
1212
1169
|
|
|
1213
1170
|
FLAGS
|
|
1214
1171
|
-h, --help Show CLI help.
|
|
@@ -1220,9 +1177,6 @@ DESCRIPTION
|
|
|
1220
1177
|
ALIASES
|
|
1221
1178
|
$ proca plugins unlink
|
|
1222
1179
|
$ proca plugins remove
|
|
1223
|
-
|
|
1224
|
-
EXAMPLES
|
|
1225
|
-
$ proca plugins unlink myplugin
|
|
1226
1180
|
```
|
|
1227
1181
|
|
|
1228
1182
|
## `proca plugins update`
|
|
@@ -1241,7 +1195,7 @@ DESCRIPTION
|
|
|
1241
1195
|
Update installed plugins.
|
|
1242
1196
|
```
|
|
1243
1197
|
|
|
1244
|
-
_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)_
|
|
1245
1199
|
|
|
1246
1200
|
## `proca service add`
|
|
1247
1201
|
|
|
@@ -1541,7 +1495,7 @@ USAGE
|
|
|
1541
1495
|
[--password <value>] [--url <value>]
|
|
1542
1496
|
|
|
1543
1497
|
ARGUMENTS
|
|
1544
|
-
USER Username (email)
|
|
1498
|
+
[USER] Username (email)
|
|
1545
1499
|
|
|
1546
1500
|
FLAGS
|
|
1547
1501
|
--env=<value> [default: default] allow to switch between configurations (server or users)
|
|
@@ -1614,8 +1568,8 @@ Delete a widget
|
|
|
1614
1568
|
|
|
1615
1569
|
```
|
|
1616
1570
|
USAGE
|
|
1617
|
-
$ proca widget delete [
|
|
1618
|
-
|
|
1571
|
+
$ proca widget delete [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
1572
|
+
<value> | -n <the_short_name> | -x <value>]
|
|
1619
1573
|
|
|
1620
1574
|
FLAGS
|
|
1621
1575
|
-i, --id=<value>
|
|
@@ -1639,8 +1593,8 @@ view a widget
|
|
|
1639
1593
|
|
|
1640
1594
|
```
|
|
1641
1595
|
USAGE
|
|
1642
|
-
$ proca widget get [
|
|
1643
|
-
|
|
1596
|
+
$ proca widget get [--json | --human | --csv] [--env <value>] [--simplify] [-i
|
|
1597
|
+
<value> | -n <the_short_name> | -x <value>] [--config]
|
|
1644
1598
|
|
|
1645
1599
|
FLAGS
|
|
1646
1600
|
-i, --id=<value>
|