@sendly/cli 3.14.0 → 3.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +148 -148
  2. package/package.json +1 -1
@@ -900,153 +900,6 @@
900
900
  "update.js"
901
901
  ]
902
902
  },
903
- "config:get": {
904
- "aliases": [],
905
- "args": {
906
- "key": {
907
- "description": "Configuration key",
908
- "name": "key",
909
- "options": [
910
- "environment",
911
- "baseUrl",
912
- "defaultFormat",
913
- "colorEnabled"
914
- ],
915
- "required": true
916
- }
917
- },
918
- "description": "Get a configuration value",
919
- "examples": [
920
- "<%= config.bin %> config get environment",
921
- "<%= config.bin %> config get baseUrl"
922
- ],
923
- "flags": {
924
- "json": {
925
- "description": "Output in JSON format",
926
- "name": "json",
927
- "allowNo": false,
928
- "type": "boolean"
929
- },
930
- "quiet": {
931
- "char": "q",
932
- "description": "Minimal output",
933
- "name": "quiet",
934
- "allowNo": false,
935
- "type": "boolean"
936
- }
937
- },
938
- "hasDynamicHelp": false,
939
- "hiddenAliases": [],
940
- "id": "config:get",
941
- "pluginAlias": "@sendly/cli",
942
- "pluginName": "@sendly/cli",
943
- "pluginType": "core",
944
- "strict": true,
945
- "enableJsonFlag": false,
946
- "isESM": true,
947
- "relativePath": [
948
- "dist",
949
- "commands",
950
- "config",
951
- "get.js"
952
- ]
953
- },
954
- "config:list": {
955
- "aliases": [],
956
- "args": {},
957
- "description": "List all configuration values",
958
- "examples": [
959
- "<%= config.bin %> config list",
960
- "<%= config.bin %> config list --json"
961
- ],
962
- "flags": {
963
- "json": {
964
- "description": "Output in JSON format",
965
- "name": "json",
966
- "allowNo": false,
967
- "type": "boolean"
968
- },
969
- "quiet": {
970
- "char": "q",
971
- "description": "Minimal output",
972
- "name": "quiet",
973
- "allowNo": false,
974
- "type": "boolean"
975
- }
976
- },
977
- "hasDynamicHelp": false,
978
- "hiddenAliases": [],
979
- "id": "config:list",
980
- "pluginAlias": "@sendly/cli",
981
- "pluginName": "@sendly/cli",
982
- "pluginType": "core",
983
- "strict": true,
984
- "enableJsonFlag": false,
985
- "isESM": true,
986
- "relativePath": [
987
- "dist",
988
- "commands",
989
- "config",
990
- "list.js"
991
- ]
992
- },
993
- "config:set": {
994
- "aliases": [],
995
- "args": {
996
- "key": {
997
- "description": "Configuration key",
998
- "name": "key",
999
- "options": [
1000
- "environment",
1001
- "baseUrl",
1002
- "defaultFormat",
1003
- "colorEnabled"
1004
- ],
1005
- "required": true
1006
- },
1007
- "value": {
1008
- "description": "Configuration value",
1009
- "name": "value",
1010
- "required": true
1011
- }
1012
- },
1013
- "description": "Set a configuration value",
1014
- "examples": [
1015
- "<%= config.bin %> config set environment live",
1016
- "<%= config.bin %> config set defaultFormat json",
1017
- "<%= config.bin %> config set baseUrl https://api.sendly.live"
1018
- ],
1019
- "flags": {
1020
- "json": {
1021
- "description": "Output in JSON format",
1022
- "name": "json",
1023
- "allowNo": false,
1024
- "type": "boolean"
1025
- },
1026
- "quiet": {
1027
- "char": "q",
1028
- "description": "Minimal output",
1029
- "name": "quiet",
1030
- "allowNo": false,
1031
- "type": "boolean"
1032
- }
1033
- },
1034
- "hasDynamicHelp": false,
1035
- "hiddenAliases": [],
1036
- "id": "config:set",
1037
- "pluginAlias": "@sendly/cli",
1038
- "pluginName": "@sendly/cli",
1039
- "pluginType": "core",
1040
- "strict": true,
1041
- "enableJsonFlag": false,
1042
- "isESM": true,
1043
- "relativePath": [
1044
- "dist",
1045
- "commands",
1046
- "config",
1047
- "set.js"
1048
- ]
1049
- },
1050
903
  "contacts:create": {
1051
904
  "aliases": [],
1052
905
  "args": {},
@@ -1394,6 +1247,153 @@
1394
1247
  "update.js"
1395
1248
  ]
1396
1249
  },
1250
+ "config:get": {
1251
+ "aliases": [],
1252
+ "args": {
1253
+ "key": {
1254
+ "description": "Configuration key",
1255
+ "name": "key",
1256
+ "options": [
1257
+ "environment",
1258
+ "baseUrl",
1259
+ "defaultFormat",
1260
+ "colorEnabled"
1261
+ ],
1262
+ "required": true
1263
+ }
1264
+ },
1265
+ "description": "Get a configuration value",
1266
+ "examples": [
1267
+ "<%= config.bin %> config get environment",
1268
+ "<%= config.bin %> config get baseUrl"
1269
+ ],
1270
+ "flags": {
1271
+ "json": {
1272
+ "description": "Output in JSON format",
1273
+ "name": "json",
1274
+ "allowNo": false,
1275
+ "type": "boolean"
1276
+ },
1277
+ "quiet": {
1278
+ "char": "q",
1279
+ "description": "Minimal output",
1280
+ "name": "quiet",
1281
+ "allowNo": false,
1282
+ "type": "boolean"
1283
+ }
1284
+ },
1285
+ "hasDynamicHelp": false,
1286
+ "hiddenAliases": [],
1287
+ "id": "config:get",
1288
+ "pluginAlias": "@sendly/cli",
1289
+ "pluginName": "@sendly/cli",
1290
+ "pluginType": "core",
1291
+ "strict": true,
1292
+ "enableJsonFlag": false,
1293
+ "isESM": true,
1294
+ "relativePath": [
1295
+ "dist",
1296
+ "commands",
1297
+ "config",
1298
+ "get.js"
1299
+ ]
1300
+ },
1301
+ "config:list": {
1302
+ "aliases": [],
1303
+ "args": {},
1304
+ "description": "List all configuration values",
1305
+ "examples": [
1306
+ "<%= config.bin %> config list",
1307
+ "<%= config.bin %> config list --json"
1308
+ ],
1309
+ "flags": {
1310
+ "json": {
1311
+ "description": "Output in JSON format",
1312
+ "name": "json",
1313
+ "allowNo": false,
1314
+ "type": "boolean"
1315
+ },
1316
+ "quiet": {
1317
+ "char": "q",
1318
+ "description": "Minimal output",
1319
+ "name": "quiet",
1320
+ "allowNo": false,
1321
+ "type": "boolean"
1322
+ }
1323
+ },
1324
+ "hasDynamicHelp": false,
1325
+ "hiddenAliases": [],
1326
+ "id": "config:list",
1327
+ "pluginAlias": "@sendly/cli",
1328
+ "pluginName": "@sendly/cli",
1329
+ "pluginType": "core",
1330
+ "strict": true,
1331
+ "enableJsonFlag": false,
1332
+ "isESM": true,
1333
+ "relativePath": [
1334
+ "dist",
1335
+ "commands",
1336
+ "config",
1337
+ "list.js"
1338
+ ]
1339
+ },
1340
+ "config:set": {
1341
+ "aliases": [],
1342
+ "args": {
1343
+ "key": {
1344
+ "description": "Configuration key",
1345
+ "name": "key",
1346
+ "options": [
1347
+ "environment",
1348
+ "baseUrl",
1349
+ "defaultFormat",
1350
+ "colorEnabled"
1351
+ ],
1352
+ "required": true
1353
+ },
1354
+ "value": {
1355
+ "description": "Configuration value",
1356
+ "name": "value",
1357
+ "required": true
1358
+ }
1359
+ },
1360
+ "description": "Set a configuration value",
1361
+ "examples": [
1362
+ "<%= config.bin %> config set environment live",
1363
+ "<%= config.bin %> config set defaultFormat json",
1364
+ "<%= config.bin %> config set baseUrl https://api.sendly.live"
1365
+ ],
1366
+ "flags": {
1367
+ "json": {
1368
+ "description": "Output in JSON format",
1369
+ "name": "json",
1370
+ "allowNo": false,
1371
+ "type": "boolean"
1372
+ },
1373
+ "quiet": {
1374
+ "char": "q",
1375
+ "description": "Minimal output",
1376
+ "name": "quiet",
1377
+ "allowNo": false,
1378
+ "type": "boolean"
1379
+ }
1380
+ },
1381
+ "hasDynamicHelp": false,
1382
+ "hiddenAliases": [],
1383
+ "id": "config:set",
1384
+ "pluginAlias": "@sendly/cli",
1385
+ "pluginName": "@sendly/cli",
1386
+ "pluginType": "core",
1387
+ "strict": true,
1388
+ "enableJsonFlag": false,
1389
+ "isESM": true,
1390
+ "relativePath": [
1391
+ "dist",
1392
+ "commands",
1393
+ "config",
1394
+ "set.js"
1395
+ ]
1396
+ },
1397
1397
  "credits:balance": {
1398
1398
  "aliases": [],
1399
1399
  "args": {},
@@ -4191,5 +4191,5 @@
4191
4191
  ]
4192
4192
  }
4193
4193
  },
4194
- "version": "3.14.0"
4194
+ "version": "3.15.0"
4195
4195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendly/cli",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "type": "module",
5
5
  "description": "Sendly CLI - Send SMS from your terminal",
6
6
  "author": "Sendly <support@sendly.live>",