@nevermined-io/cli 1.6.0 → 1.7.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/oclif.manifest.json +57 -57
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -903,62 +903,6 @@
|
|
|
903
903
|
"setup.js"
|
|
904
904
|
]
|
|
905
905
|
},
|
|
906
|
-
"delegation:list-payment-methods": {
|
|
907
|
-
"aliases": [],
|
|
908
|
-
"args": {},
|
|
909
|
-
"description": "List enrolled credit/debit cards available for card-delegation (fiat) payments.",
|
|
910
|
-
"examples": [
|
|
911
|
-
"$ nvm delegation list-payment-methods",
|
|
912
|
-
"$ nvm delegation list-payment-methods --format json"
|
|
913
|
-
],
|
|
914
|
-
"flags": {
|
|
915
|
-
"profile": {
|
|
916
|
-
"char": "p",
|
|
917
|
-
"description": "Configuration profile to use",
|
|
918
|
-
"name": "profile",
|
|
919
|
-
"required": false,
|
|
920
|
-
"hasDynamicHelp": false,
|
|
921
|
-
"multiple": false,
|
|
922
|
-
"type": "option"
|
|
923
|
-
},
|
|
924
|
-
"format": {
|
|
925
|
-
"char": "f",
|
|
926
|
-
"description": "Output format",
|
|
927
|
-
"name": "format",
|
|
928
|
-
"default": "table",
|
|
929
|
-
"hasDynamicHelp": false,
|
|
930
|
-
"multiple": false,
|
|
931
|
-
"options": [
|
|
932
|
-
"table",
|
|
933
|
-
"json",
|
|
934
|
-
"quiet"
|
|
935
|
-
],
|
|
936
|
-
"type": "option"
|
|
937
|
-
},
|
|
938
|
-
"verbose": {
|
|
939
|
-
"char": "v",
|
|
940
|
-
"description": "Verbose output",
|
|
941
|
-
"name": "verbose",
|
|
942
|
-
"allowNo": false,
|
|
943
|
-
"type": "boolean"
|
|
944
|
-
}
|
|
945
|
-
},
|
|
946
|
-
"hasDynamicHelp": false,
|
|
947
|
-
"hiddenAliases": [],
|
|
948
|
-
"id": "delegation:list-payment-methods",
|
|
949
|
-
"pluginAlias": "@nevermined-io/cli",
|
|
950
|
-
"pluginName": "@nevermined-io/cli",
|
|
951
|
-
"pluginType": "core",
|
|
952
|
-
"strict": true,
|
|
953
|
-
"enableJsonFlag": false,
|
|
954
|
-
"isESM": true,
|
|
955
|
-
"relativePath": [
|
|
956
|
-
"dist",
|
|
957
|
-
"commands",
|
|
958
|
-
"delegation",
|
|
959
|
-
"list-payment-methods.js"
|
|
960
|
-
]
|
|
961
|
-
},
|
|
962
906
|
"config:init": {
|
|
963
907
|
"aliases": [],
|
|
964
908
|
"args": {},
|
|
@@ -1306,6 +1250,62 @@
|
|
|
1306
1250
|
"verify-permissions.js"
|
|
1307
1251
|
]
|
|
1308
1252
|
},
|
|
1253
|
+
"delegation:list-payment-methods": {
|
|
1254
|
+
"aliases": [],
|
|
1255
|
+
"args": {},
|
|
1256
|
+
"description": "List enrolled credit/debit cards available for card-delegation (fiat) payments.",
|
|
1257
|
+
"examples": [
|
|
1258
|
+
"$ nvm delegation list-payment-methods",
|
|
1259
|
+
"$ nvm delegation list-payment-methods --format json"
|
|
1260
|
+
],
|
|
1261
|
+
"flags": {
|
|
1262
|
+
"profile": {
|
|
1263
|
+
"char": "p",
|
|
1264
|
+
"description": "Configuration profile to use",
|
|
1265
|
+
"name": "profile",
|
|
1266
|
+
"required": false,
|
|
1267
|
+
"hasDynamicHelp": false,
|
|
1268
|
+
"multiple": false,
|
|
1269
|
+
"type": "option"
|
|
1270
|
+
},
|
|
1271
|
+
"format": {
|
|
1272
|
+
"char": "f",
|
|
1273
|
+
"description": "Output format",
|
|
1274
|
+
"name": "format",
|
|
1275
|
+
"default": "table",
|
|
1276
|
+
"hasDynamicHelp": false,
|
|
1277
|
+
"multiple": false,
|
|
1278
|
+
"options": [
|
|
1279
|
+
"table",
|
|
1280
|
+
"json",
|
|
1281
|
+
"quiet"
|
|
1282
|
+
],
|
|
1283
|
+
"type": "option"
|
|
1284
|
+
},
|
|
1285
|
+
"verbose": {
|
|
1286
|
+
"char": "v",
|
|
1287
|
+
"description": "Verbose output",
|
|
1288
|
+
"name": "verbose",
|
|
1289
|
+
"allowNo": false,
|
|
1290
|
+
"type": "boolean"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
"hasDynamicHelp": false,
|
|
1294
|
+
"hiddenAliases": [],
|
|
1295
|
+
"id": "delegation:list-payment-methods",
|
|
1296
|
+
"pluginAlias": "@nevermined-io/cli",
|
|
1297
|
+
"pluginName": "@nevermined-io/cli",
|
|
1298
|
+
"pluginType": "core",
|
|
1299
|
+
"strict": true,
|
|
1300
|
+
"enableJsonFlag": false,
|
|
1301
|
+
"isESM": true,
|
|
1302
|
+
"relativePath": [
|
|
1303
|
+
"dist",
|
|
1304
|
+
"commands",
|
|
1305
|
+
"delegation",
|
|
1306
|
+
"list-payment-methods.js"
|
|
1307
|
+
]
|
|
1308
|
+
},
|
|
1309
1309
|
"organizations:connect-stripe-account": {
|
|
1310
1310
|
"aliases": [],
|
|
1311
1311
|
"args": {},
|
|
@@ -3696,5 +3696,5 @@
|
|
|
3696
3696
|
]
|
|
3697
3697
|
}
|
|
3698
3698
|
},
|
|
3699
|
-
"version": "1.
|
|
3699
|
+
"version": "1.7.0"
|
|
3700
3700
|
}
|