@sendmux/cli 1.4.0 → 1.4.1

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 +127 -127
  2. package/package.json +2 -2
@@ -7283,132 +7283,6 @@
7283
7283
  "upload-attachment.js"
7284
7284
  ]
7285
7285
  },
7286
- "profiles:list": {
7287
- "aliases": [],
7288
- "args": {},
7289
- "description": "List local Sendmux CLI profiles.",
7290
- "flags": {
7291
- "json": {
7292
- "description": "Format output as json.",
7293
- "helpGroup": "GLOBAL",
7294
- "name": "json",
7295
- "allowNo": false,
7296
- "type": "boolean"
7297
- },
7298
- "verbose": {
7299
- "description": "Include masked API key prefixes.",
7300
- "name": "verbose",
7301
- "allowNo": false,
7302
- "type": "boolean"
7303
- }
7304
- },
7305
- "hasDynamicHelp": false,
7306
- "hiddenAliases": [],
7307
- "id": "profiles:list",
7308
- "pluginAlias": "@sendmux/cli",
7309
- "pluginName": "@sendmux/cli",
7310
- "pluginType": "core",
7311
- "strict": true,
7312
- "enableJsonFlag": true,
7313
- "isESM": true,
7314
- "relativePath": [
7315
- "dist",
7316
- "commands",
7317
- "profiles",
7318
- "list.js"
7319
- ]
7320
- },
7321
- "profiles:set": {
7322
- "aliases": [],
7323
- "args": {
7324
- "name": {
7325
- "description": "Profile name.",
7326
- "name": "name",
7327
- "required": true
7328
- }
7329
- },
7330
- "description": "Create or update a local Sendmux CLI profile.",
7331
- "flags": {
7332
- "json": {
7333
- "description": "Format output as json.",
7334
- "helpGroup": "GLOBAL",
7335
- "name": "json",
7336
- "allowNo": false,
7337
- "type": "boolean"
7338
- },
7339
- "api-key": {
7340
- "description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
7341
- "name": "api-key",
7342
- "required": false,
7343
- "hasDynamicHelp": false,
7344
- "multiple": false,
7345
- "type": "option"
7346
- },
7347
- "base-url": {
7348
- "description": "Optional API base URL override for this profile.",
7349
- "name": "base-url",
7350
- "hasDynamicHelp": false,
7351
- "multiple": false,
7352
- "type": "option"
7353
- },
7354
- "default": {
7355
- "description": "Make this the default profile.",
7356
- "name": "default",
7357
- "allowNo": false,
7358
- "type": "boolean"
7359
- }
7360
- },
7361
- "hasDynamicHelp": false,
7362
- "hiddenAliases": [],
7363
- "id": "profiles:set",
7364
- "pluginAlias": "@sendmux/cli",
7365
- "pluginName": "@sendmux/cli",
7366
- "pluginType": "core",
7367
- "strict": true,
7368
- "enableJsonFlag": true,
7369
- "isESM": true,
7370
- "relativePath": [
7371
- "dist",
7372
- "commands",
7373
- "profiles",
7374
- "set.js"
7375
- ]
7376
- },
7377
- "profiles:show": {
7378
- "aliases": [],
7379
- "args": {
7380
- "name": {
7381
- "description": "Profile name. Defaults to the configured default profile.",
7382
- "name": "name",
7383
- "required": false
7384
- }
7385
- },
7386
- "description": "Show a local Sendmux CLI profile without revealing its key.",
7387
- "flags": {
7388
- "json": {
7389
- "description": "Format output as json.",
7390
- "helpGroup": "GLOBAL",
7391
- "name": "json",
7392
- "allowNo": false,
7393
- "type": "boolean"
7394
- }
7395
- },
7396
- "hasDynamicHelp": false,
7397
- "hiddenAliases": [],
7398
- "id": "profiles:show",
7399
- "pluginAlias": "@sendmux/cli",
7400
- "pluginName": "@sendmux/cli",
7401
- "pluginType": "core",
7402
- "strict": true,
7403
- "enableJsonFlag": true,
7404
- "isESM": true,
7405
- "relativePath": [
7406
- "dist",
7407
- "commands",
7408
- "profiles",
7409
- "show.js"
7410
- ]
7411
- },
7412
7286
  "sending:complete-attachment-upload": {
7413
7287
  "aliases": [],
7414
7288
  "args": {},
@@ -8416,6 +8290,132 @@
8416
8290
  "upload-attachment.js"
8417
8291
  ]
8418
8292
  },
8293
+ "profiles:list": {
8294
+ "aliases": [],
8295
+ "args": {},
8296
+ "description": "List local Sendmux CLI profiles.",
8297
+ "flags": {
8298
+ "json": {
8299
+ "description": "Format output as json.",
8300
+ "helpGroup": "GLOBAL",
8301
+ "name": "json",
8302
+ "allowNo": false,
8303
+ "type": "boolean"
8304
+ },
8305
+ "verbose": {
8306
+ "description": "Include masked API key prefixes.",
8307
+ "name": "verbose",
8308
+ "allowNo": false,
8309
+ "type": "boolean"
8310
+ }
8311
+ },
8312
+ "hasDynamicHelp": false,
8313
+ "hiddenAliases": [],
8314
+ "id": "profiles:list",
8315
+ "pluginAlias": "@sendmux/cli",
8316
+ "pluginName": "@sendmux/cli",
8317
+ "pluginType": "core",
8318
+ "strict": true,
8319
+ "enableJsonFlag": true,
8320
+ "isESM": true,
8321
+ "relativePath": [
8322
+ "dist",
8323
+ "commands",
8324
+ "profiles",
8325
+ "list.js"
8326
+ ]
8327
+ },
8328
+ "profiles:set": {
8329
+ "aliases": [],
8330
+ "args": {
8331
+ "name": {
8332
+ "description": "Profile name.",
8333
+ "name": "name",
8334
+ "required": true
8335
+ }
8336
+ },
8337
+ "description": "Create or update a local Sendmux CLI profile.",
8338
+ "flags": {
8339
+ "json": {
8340
+ "description": "Format output as json.",
8341
+ "helpGroup": "GLOBAL",
8342
+ "name": "json",
8343
+ "allowNo": false,
8344
+ "type": "boolean"
8345
+ },
8346
+ "api-key": {
8347
+ "description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
8348
+ "name": "api-key",
8349
+ "required": false,
8350
+ "hasDynamicHelp": false,
8351
+ "multiple": false,
8352
+ "type": "option"
8353
+ },
8354
+ "base-url": {
8355
+ "description": "Optional API base URL override for this profile.",
8356
+ "name": "base-url",
8357
+ "hasDynamicHelp": false,
8358
+ "multiple": false,
8359
+ "type": "option"
8360
+ },
8361
+ "default": {
8362
+ "description": "Make this the default profile.",
8363
+ "name": "default",
8364
+ "allowNo": false,
8365
+ "type": "boolean"
8366
+ }
8367
+ },
8368
+ "hasDynamicHelp": false,
8369
+ "hiddenAliases": [],
8370
+ "id": "profiles:set",
8371
+ "pluginAlias": "@sendmux/cli",
8372
+ "pluginName": "@sendmux/cli",
8373
+ "pluginType": "core",
8374
+ "strict": true,
8375
+ "enableJsonFlag": true,
8376
+ "isESM": true,
8377
+ "relativePath": [
8378
+ "dist",
8379
+ "commands",
8380
+ "profiles",
8381
+ "set.js"
8382
+ ]
8383
+ },
8384
+ "profiles:show": {
8385
+ "aliases": [],
8386
+ "args": {
8387
+ "name": {
8388
+ "description": "Profile name. Defaults to the configured default profile.",
8389
+ "name": "name",
8390
+ "required": false
8391
+ }
8392
+ },
8393
+ "description": "Show a local Sendmux CLI profile without revealing its key.",
8394
+ "flags": {
8395
+ "json": {
8396
+ "description": "Format output as json.",
8397
+ "helpGroup": "GLOBAL",
8398
+ "name": "json",
8399
+ "allowNo": false,
8400
+ "type": "boolean"
8401
+ }
8402
+ },
8403
+ "hasDynamicHelp": false,
8404
+ "hiddenAliases": [],
8405
+ "id": "profiles:show",
8406
+ "pluginAlias": "@sendmux/cli",
8407
+ "pluginName": "@sendmux/cli",
8408
+ "pluginType": "core",
8409
+ "strict": true,
8410
+ "enableJsonFlag": true,
8411
+ "isESM": true,
8412
+ "relativePath": [
8413
+ "dist",
8414
+ "commands",
8415
+ "profiles",
8416
+ "show.js"
8417
+ ]
8418
+ },
8419
8419
  "management:activate-provider": {
8420
8420
  "aliases": [],
8421
8421
  "args": {},
@@ -18362,5 +18362,5 @@
18362
18362
  ]
18363
18363
  }
18364
18364
  },
18365
- "version": "1.4.0"
18365
+ "version": "1.4.1"
18366
18366
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendmux/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@oclif/core": "4.11.4",
22
- "@sendmux/sdk": "1.4.0"
22
+ "@sendmux/sdk": "1.4.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "22.19.19",