faces-cli 1.7.2 → 1.7.3

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.
@@ -15,7 +15,7 @@ export default class ChatChat extends BaseCommand {
15
15
  ...BaseCommand.baseFlags,
16
16
  message: Flags.string({ char: 'm', description: 'User message (repeatable)', multiple: true, required: false }),
17
17
  llm: Flags.string({ description: 'LLM override (e.g. gpt-4o-mini, claude-sonnet-4-6)' }),
18
- formula: Flags.string({ description: 'Compose a run-time composite from your own faces, e.g. "socrates | nietzsche" (operators: | & ^ -). Requires --llm.' }),
18
+ formula: Flags.string({ description: 'Compose a run-time composite from your own faces, e.g. "socrates | nietzsche" (operators: | & ^ -). Requires --llm. The composite takes the name of its first operand; use face:create --formula for a named, persisted composite.' }),
19
19
  system: Flags.string({ description: 'System prompt / instructions' }),
20
20
  stream: Flags.boolean({ description: 'Stream the response', default: false }),
21
21
  'max-tokens': Flags.integer({ description: 'Max tokens' }),
@@ -1431,7 +1431,7 @@
1431
1431
  "type": "option"
1432
1432
  },
1433
1433
  "formula": {
1434
- "description": "Compose a run-time composite from your own faces, e.g. \"socrates | nietzsche\" (operators: | & ^ -). Requires --llm.",
1434
+ "description": "Compose a run-time composite from your own faces, e.g. \"socrates | nietzsche\" (operators: | & ^ -). Requires --llm. The composite takes the name of its first operand; use face:create --formula for a named, persisted composite.",
1435
1435
  "name": "formula",
1436
1436
  "hasDynamicHelp": false,
1437
1437
  "multiple": false,
@@ -1828,182 +1828,6 @@
1828
1828
  "thread.js"
1829
1829
  ]
1830
1830
  },
1831
- "config:clear": {
1832
- "aliases": [],
1833
- "args": {},
1834
- "description": "Delete all saved credentials and config",
1835
- "flags": {
1836
- "json": {
1837
- "description": "Format output as json.",
1838
- "helpGroup": "GLOBAL",
1839
- "name": "json",
1840
- "allowNo": false,
1841
- "type": "boolean"
1842
- },
1843
- "base-url": {
1844
- "description": "API base URL",
1845
- "env": "FACES_BASE_URL",
1846
- "name": "base-url",
1847
- "hasDynamicHelp": false,
1848
- "multiple": false,
1849
- "type": "option"
1850
- },
1851
- "token": {
1852
- "description": "JWT bearer token",
1853
- "env": "FACES_TOKEN",
1854
- "name": "token",
1855
- "hasDynamicHelp": false,
1856
- "multiple": false,
1857
- "type": "option"
1858
- },
1859
- "api-key": {
1860
- "description": "API key",
1861
- "env": "FACES_API_KEY",
1862
- "name": "api-key",
1863
- "hasDynamicHelp": false,
1864
- "multiple": false,
1865
- "type": "option"
1866
- },
1867
- "yes": {
1868
- "description": "Skip confirmation",
1869
- "name": "yes",
1870
- "allowNo": false,
1871
- "type": "boolean"
1872
- }
1873
- },
1874
- "hasDynamicHelp": false,
1875
- "hiddenAliases": [],
1876
- "id": "config:clear",
1877
- "pluginAlias": "faces-cli",
1878
- "pluginName": "faces-cli",
1879
- "pluginType": "core",
1880
- "strict": true,
1881
- "enableJsonFlag": true,
1882
- "isESM": true,
1883
- "relativePath": [
1884
- "dist",
1885
- "commands",
1886
- "config",
1887
- "clear.js"
1888
- ]
1889
- },
1890
- "config:set": {
1891
- "aliases": [],
1892
- "args": {
1893
- "key": {
1894
- "description": "Config key",
1895
- "name": "key",
1896
- "required": true
1897
- },
1898
- "value": {
1899
- "description": "Config value",
1900
- "name": "value",
1901
- "required": true
1902
- }
1903
- },
1904
- "description": "Set a config value (e.g. base_url, api_key, token)",
1905
- "flags": {
1906
- "json": {
1907
- "description": "Format output as json.",
1908
- "helpGroup": "GLOBAL",
1909
- "name": "json",
1910
- "allowNo": false,
1911
- "type": "boolean"
1912
- },
1913
- "base-url": {
1914
- "description": "API base URL",
1915
- "env": "FACES_BASE_URL",
1916
- "name": "base-url",
1917
- "hasDynamicHelp": false,
1918
- "multiple": false,
1919
- "type": "option"
1920
- },
1921
- "token": {
1922
- "description": "JWT bearer token",
1923
- "env": "FACES_TOKEN",
1924
- "name": "token",
1925
- "hasDynamicHelp": false,
1926
- "multiple": false,
1927
- "type": "option"
1928
- },
1929
- "api-key": {
1930
- "description": "API key",
1931
- "env": "FACES_API_KEY",
1932
- "name": "api-key",
1933
- "hasDynamicHelp": false,
1934
- "multiple": false,
1935
- "type": "option"
1936
- }
1937
- },
1938
- "hasDynamicHelp": false,
1939
- "hiddenAliases": [],
1940
- "id": "config:set",
1941
- "pluginAlias": "faces-cli",
1942
- "pluginName": "faces-cli",
1943
- "pluginType": "core",
1944
- "strict": true,
1945
- "enableJsonFlag": true,
1946
- "isESM": true,
1947
- "relativePath": [
1948
- "dist",
1949
- "commands",
1950
- "config",
1951
- "set.js"
1952
- ]
1953
- },
1954
- "config:show": {
1955
- "aliases": [],
1956
- "args": {},
1957
- "description": "Print current config (credentials are masked)",
1958
- "flags": {
1959
- "json": {
1960
- "description": "Format output as json.",
1961
- "helpGroup": "GLOBAL",
1962
- "name": "json",
1963
- "allowNo": false,
1964
- "type": "boolean"
1965
- },
1966
- "base-url": {
1967
- "description": "API base URL",
1968
- "env": "FACES_BASE_URL",
1969
- "name": "base-url",
1970
- "hasDynamicHelp": false,
1971
- "multiple": false,
1972
- "type": "option"
1973
- },
1974
- "token": {
1975
- "description": "JWT bearer token",
1976
- "env": "FACES_TOKEN",
1977
- "name": "token",
1978
- "hasDynamicHelp": false,
1979
- "multiple": false,
1980
- "type": "option"
1981
- },
1982
- "api-key": {
1983
- "description": "API key",
1984
- "env": "FACES_API_KEY",
1985
- "name": "api-key",
1986
- "hasDynamicHelp": false,
1987
- "multiple": false,
1988
- "type": "option"
1989
- }
1990
- },
1991
- "hasDynamicHelp": false,
1992
- "hiddenAliases": [],
1993
- "id": "config:show",
1994
- "pluginAlias": "faces-cli",
1995
- "pluginName": "faces-cli",
1996
- "pluginType": "core",
1997
- "strict": true,
1998
- "enableJsonFlag": true,
1999
- "isESM": true,
2000
- "relativePath": [
2001
- "dist",
2002
- "commands",
2003
- "config",
2004
- "show.js"
2005
- ]
2006
- },
2007
1831
  "compile:all": {
2008
1832
  "aliases": [],
2009
1833
  "args": {},
@@ -2326,10 +2150,10 @@
2326
2150
  "upload.js"
2327
2151
  ]
2328
2152
  },
2329
- "keys:create": {
2153
+ "config:clear": {
2330
2154
  "aliases": [],
2331
2155
  "args": {},
2332
- "description": "Create a new API key (JWT required). The new key is saved to ~/.faces/config.json as api_key by default; pass --no-save to skip.",
2156
+ "description": "Delete all saved credentials and config",
2333
2157
  "flags": {
2334
2158
  "json": {
2335
2159
  "description": "Format output as json.",
@@ -2362,52 +2186,16 @@
2362
2186
  "multiple": false,
2363
2187
  "type": "option"
2364
2188
  },
2365
- "name": {
2366
- "description": "Key name/label",
2367
- "name": "name",
2368
- "required": true,
2369
- "hasDynamicHelp": false,
2370
- "multiple": false,
2371
- "type": "option"
2372
- },
2373
- "expires-days": {
2374
- "description": "Expiry in days (omit for no expiry)",
2375
- "name": "expires-days",
2376
- "hasDynamicHelp": false,
2377
- "multiple": false,
2378
- "type": "option"
2379
- },
2380
- "budget": {
2381
- "description": "Spend budget in USD",
2382
- "name": "budget",
2383
- "hasDynamicHelp": false,
2384
- "multiple": false,
2385
- "type": "option"
2386
- },
2387
- "face": {
2388
- "description": "Allowed face alias (repeatable)",
2389
- "name": "face",
2390
- "hasDynamicHelp": false,
2391
- "multiple": true,
2392
- "type": "option"
2393
- },
2394
- "model": {
2395
- "description": "Allowed model name (repeatable)",
2396
- "name": "model",
2397
- "hasDynamicHelp": false,
2398
- "multiple": true,
2399
- "type": "option"
2400
- },
2401
- "save": {
2402
- "description": "Save the new key to ~/.faces/config.json as api_key (default: true; use --no-save to skip)",
2403
- "name": "save",
2404
- "allowNo": true,
2189
+ "yes": {
2190
+ "description": "Skip confirmation",
2191
+ "name": "yes",
2192
+ "allowNo": false,
2405
2193
  "type": "boolean"
2406
2194
  }
2407
2195
  },
2408
2196
  "hasDynamicHelp": false,
2409
2197
  "hiddenAliases": [],
2410
- "id": "keys:create",
2198
+ "id": "config:clear",
2411
2199
  "pluginAlias": "faces-cli",
2412
2200
  "pluginName": "faces-cli",
2413
2201
  "pluginType": "core",
@@ -2417,14 +2205,25 @@
2417
2205
  "relativePath": [
2418
2206
  "dist",
2419
2207
  "commands",
2420
- "keys",
2421
- "create.js"
2208
+ "config",
2209
+ "clear.js"
2422
2210
  ]
2423
2211
  },
2424
- "keys:list": {
2212
+ "config:set": {
2425
2213
  "aliases": [],
2426
- "args": {},
2427
- "description": "List all API keys (JWT required)",
2214
+ "args": {
2215
+ "key": {
2216
+ "description": "Config key",
2217
+ "name": "key",
2218
+ "required": true
2219
+ },
2220
+ "value": {
2221
+ "description": "Config value",
2222
+ "name": "value",
2223
+ "required": true
2224
+ }
2225
+ },
2226
+ "description": "Set a config value (e.g. base_url, api_key, token)",
2428
2227
  "flags": {
2429
2228
  "json": {
2430
2229
  "description": "Format output as json.",
@@ -2460,7 +2259,7 @@
2460
2259
  },
2461
2260
  "hasDynamicHelp": false,
2462
2261
  "hiddenAliases": [],
2463
- "id": "keys:list",
2262
+ "id": "config:set",
2464
2263
  "pluginAlias": "faces-cli",
2465
2264
  "pluginName": "faces-cli",
2466
2265
  "pluginType": "core",
@@ -2470,85 +2269,14 @@
2470
2269
  "relativePath": [
2471
2270
  "dist",
2472
2271
  "commands",
2473
- "keys",
2474
- "list.js"
2272
+ "config",
2273
+ "set.js"
2475
2274
  ]
2476
2275
  },
2477
- "keys:revoke": {
2276
+ "config:show": {
2478
2277
  "aliases": [],
2479
- "args": {
2480
- "key_id": {
2481
- "description": "Key ID",
2482
- "name": "key_id",
2483
- "required": true
2484
- }
2485
- },
2486
- "description": "Revoke an API key (JWT required)",
2487
- "flags": {
2488
- "json": {
2489
- "description": "Format output as json.",
2490
- "helpGroup": "GLOBAL",
2491
- "name": "json",
2492
- "allowNo": false,
2493
- "type": "boolean"
2494
- },
2495
- "base-url": {
2496
- "description": "API base URL",
2497
- "env": "FACES_BASE_URL",
2498
- "name": "base-url",
2499
- "hasDynamicHelp": false,
2500
- "multiple": false,
2501
- "type": "option"
2502
- },
2503
- "token": {
2504
- "description": "JWT bearer token",
2505
- "env": "FACES_TOKEN",
2506
- "name": "token",
2507
- "hasDynamicHelp": false,
2508
- "multiple": false,
2509
- "type": "option"
2510
- },
2511
- "api-key": {
2512
- "description": "API key",
2513
- "env": "FACES_API_KEY",
2514
- "name": "api-key",
2515
- "hasDynamicHelp": false,
2516
- "multiple": false,
2517
- "type": "option"
2518
- },
2519
- "yes": {
2520
- "description": "Skip confirmation",
2521
- "name": "yes",
2522
- "allowNo": false,
2523
- "type": "boolean"
2524
- }
2525
- },
2526
- "hasDynamicHelp": false,
2527
- "hiddenAliases": [],
2528
- "id": "keys:revoke",
2529
- "pluginAlias": "faces-cli",
2530
- "pluginName": "faces-cli",
2531
- "pluginType": "core",
2532
- "strict": true,
2533
- "enableJsonFlag": true,
2534
- "isESM": true,
2535
- "relativePath": [
2536
- "dist",
2537
- "commands",
2538
- "keys",
2539
- "revoke.js"
2540
- ]
2541
- },
2542
- "keys:update": {
2543
- "aliases": [],
2544
- "args": {
2545
- "key_id": {
2546
- "description": "Key ID",
2547
- "name": "key_id",
2548
- "required": true
2549
- }
2550
- },
2551
- "description": "Update API key metadata (JWT required)",
2278
+ "args": {},
2279
+ "description": "Print current config (credentials are masked)",
2552
2280
  "flags": {
2553
2281
  "json": {
2554
2282
  "description": "Format output as json.",
@@ -2580,31 +2308,11 @@
2580
2308
  "hasDynamicHelp": false,
2581
2309
  "multiple": false,
2582
2310
  "type": "option"
2583
- },
2584
- "name": {
2585
- "description": "New key name",
2586
- "name": "name",
2587
- "hasDynamicHelp": false,
2588
- "multiple": false,
2589
- "type": "option"
2590
- },
2591
- "budget": {
2592
- "description": "New spend budget in USD",
2593
- "name": "budget",
2594
- "hasDynamicHelp": false,
2595
- "multiple": false,
2596
- "type": "option"
2597
- },
2598
- "reset-spent": {
2599
- "description": "Reset spent amount to zero",
2600
- "name": "reset-spent",
2601
- "allowNo": false,
2602
- "type": "boolean"
2603
2311
  }
2604
2312
  },
2605
2313
  "hasDynamicHelp": false,
2606
2314
  "hiddenAliases": [],
2607
- "id": "keys:update",
2315
+ "id": "config:show",
2608
2316
  "pluginAlias": "faces-cli",
2609
2317
  "pluginName": "faces-cli",
2610
2318
  "pluginType": "core",
@@ -2614,8 +2322,8 @@
2614
2322
  "relativePath": [
2615
2323
  "dist",
2616
2324
  "commands",
2617
- "keys",
2618
- "update.js"
2325
+ "config",
2326
+ "show.js"
2619
2327
  ]
2620
2328
  },
2621
2329
  "face:attributes": {
@@ -3493,6 +3201,298 @@
3493
3201
  "upload.js"
3494
3202
  ]
3495
3203
  },
3204
+ "keys:create": {
3205
+ "aliases": [],
3206
+ "args": {},
3207
+ "description": "Create a new API key (JWT required). The new key is saved to ~/.faces/config.json as api_key by default; pass --no-save to skip.",
3208
+ "flags": {
3209
+ "json": {
3210
+ "description": "Format output as json.",
3211
+ "helpGroup": "GLOBAL",
3212
+ "name": "json",
3213
+ "allowNo": false,
3214
+ "type": "boolean"
3215
+ },
3216
+ "base-url": {
3217
+ "description": "API base URL",
3218
+ "env": "FACES_BASE_URL",
3219
+ "name": "base-url",
3220
+ "hasDynamicHelp": false,
3221
+ "multiple": false,
3222
+ "type": "option"
3223
+ },
3224
+ "token": {
3225
+ "description": "JWT bearer token",
3226
+ "env": "FACES_TOKEN",
3227
+ "name": "token",
3228
+ "hasDynamicHelp": false,
3229
+ "multiple": false,
3230
+ "type": "option"
3231
+ },
3232
+ "api-key": {
3233
+ "description": "API key",
3234
+ "env": "FACES_API_KEY",
3235
+ "name": "api-key",
3236
+ "hasDynamicHelp": false,
3237
+ "multiple": false,
3238
+ "type": "option"
3239
+ },
3240
+ "name": {
3241
+ "description": "Key name/label",
3242
+ "name": "name",
3243
+ "required": true,
3244
+ "hasDynamicHelp": false,
3245
+ "multiple": false,
3246
+ "type": "option"
3247
+ },
3248
+ "expires-days": {
3249
+ "description": "Expiry in days (omit for no expiry)",
3250
+ "name": "expires-days",
3251
+ "hasDynamicHelp": false,
3252
+ "multiple": false,
3253
+ "type": "option"
3254
+ },
3255
+ "budget": {
3256
+ "description": "Spend budget in USD",
3257
+ "name": "budget",
3258
+ "hasDynamicHelp": false,
3259
+ "multiple": false,
3260
+ "type": "option"
3261
+ },
3262
+ "face": {
3263
+ "description": "Allowed face alias (repeatable)",
3264
+ "name": "face",
3265
+ "hasDynamicHelp": false,
3266
+ "multiple": true,
3267
+ "type": "option"
3268
+ },
3269
+ "model": {
3270
+ "description": "Allowed model name (repeatable)",
3271
+ "name": "model",
3272
+ "hasDynamicHelp": false,
3273
+ "multiple": true,
3274
+ "type": "option"
3275
+ },
3276
+ "save": {
3277
+ "description": "Save the new key to ~/.faces/config.json as api_key (default: true; use --no-save to skip)",
3278
+ "name": "save",
3279
+ "allowNo": true,
3280
+ "type": "boolean"
3281
+ }
3282
+ },
3283
+ "hasDynamicHelp": false,
3284
+ "hiddenAliases": [],
3285
+ "id": "keys:create",
3286
+ "pluginAlias": "faces-cli",
3287
+ "pluginName": "faces-cli",
3288
+ "pluginType": "core",
3289
+ "strict": true,
3290
+ "enableJsonFlag": true,
3291
+ "isESM": true,
3292
+ "relativePath": [
3293
+ "dist",
3294
+ "commands",
3295
+ "keys",
3296
+ "create.js"
3297
+ ]
3298
+ },
3299
+ "keys:list": {
3300
+ "aliases": [],
3301
+ "args": {},
3302
+ "description": "List all API keys (JWT required)",
3303
+ "flags": {
3304
+ "json": {
3305
+ "description": "Format output as json.",
3306
+ "helpGroup": "GLOBAL",
3307
+ "name": "json",
3308
+ "allowNo": false,
3309
+ "type": "boolean"
3310
+ },
3311
+ "base-url": {
3312
+ "description": "API base URL",
3313
+ "env": "FACES_BASE_URL",
3314
+ "name": "base-url",
3315
+ "hasDynamicHelp": false,
3316
+ "multiple": false,
3317
+ "type": "option"
3318
+ },
3319
+ "token": {
3320
+ "description": "JWT bearer token",
3321
+ "env": "FACES_TOKEN",
3322
+ "name": "token",
3323
+ "hasDynamicHelp": false,
3324
+ "multiple": false,
3325
+ "type": "option"
3326
+ },
3327
+ "api-key": {
3328
+ "description": "API key",
3329
+ "env": "FACES_API_KEY",
3330
+ "name": "api-key",
3331
+ "hasDynamicHelp": false,
3332
+ "multiple": false,
3333
+ "type": "option"
3334
+ }
3335
+ },
3336
+ "hasDynamicHelp": false,
3337
+ "hiddenAliases": [],
3338
+ "id": "keys:list",
3339
+ "pluginAlias": "faces-cli",
3340
+ "pluginName": "faces-cli",
3341
+ "pluginType": "core",
3342
+ "strict": true,
3343
+ "enableJsonFlag": true,
3344
+ "isESM": true,
3345
+ "relativePath": [
3346
+ "dist",
3347
+ "commands",
3348
+ "keys",
3349
+ "list.js"
3350
+ ]
3351
+ },
3352
+ "keys:revoke": {
3353
+ "aliases": [],
3354
+ "args": {
3355
+ "key_id": {
3356
+ "description": "Key ID",
3357
+ "name": "key_id",
3358
+ "required": true
3359
+ }
3360
+ },
3361
+ "description": "Revoke an API key (JWT required)",
3362
+ "flags": {
3363
+ "json": {
3364
+ "description": "Format output as json.",
3365
+ "helpGroup": "GLOBAL",
3366
+ "name": "json",
3367
+ "allowNo": false,
3368
+ "type": "boolean"
3369
+ },
3370
+ "base-url": {
3371
+ "description": "API base URL",
3372
+ "env": "FACES_BASE_URL",
3373
+ "name": "base-url",
3374
+ "hasDynamicHelp": false,
3375
+ "multiple": false,
3376
+ "type": "option"
3377
+ },
3378
+ "token": {
3379
+ "description": "JWT bearer token",
3380
+ "env": "FACES_TOKEN",
3381
+ "name": "token",
3382
+ "hasDynamicHelp": false,
3383
+ "multiple": false,
3384
+ "type": "option"
3385
+ },
3386
+ "api-key": {
3387
+ "description": "API key",
3388
+ "env": "FACES_API_KEY",
3389
+ "name": "api-key",
3390
+ "hasDynamicHelp": false,
3391
+ "multiple": false,
3392
+ "type": "option"
3393
+ },
3394
+ "yes": {
3395
+ "description": "Skip confirmation",
3396
+ "name": "yes",
3397
+ "allowNo": false,
3398
+ "type": "boolean"
3399
+ }
3400
+ },
3401
+ "hasDynamicHelp": false,
3402
+ "hiddenAliases": [],
3403
+ "id": "keys:revoke",
3404
+ "pluginAlias": "faces-cli",
3405
+ "pluginName": "faces-cli",
3406
+ "pluginType": "core",
3407
+ "strict": true,
3408
+ "enableJsonFlag": true,
3409
+ "isESM": true,
3410
+ "relativePath": [
3411
+ "dist",
3412
+ "commands",
3413
+ "keys",
3414
+ "revoke.js"
3415
+ ]
3416
+ },
3417
+ "keys:update": {
3418
+ "aliases": [],
3419
+ "args": {
3420
+ "key_id": {
3421
+ "description": "Key ID",
3422
+ "name": "key_id",
3423
+ "required": true
3424
+ }
3425
+ },
3426
+ "description": "Update API key metadata (JWT required)",
3427
+ "flags": {
3428
+ "json": {
3429
+ "description": "Format output as json.",
3430
+ "helpGroup": "GLOBAL",
3431
+ "name": "json",
3432
+ "allowNo": false,
3433
+ "type": "boolean"
3434
+ },
3435
+ "base-url": {
3436
+ "description": "API base URL",
3437
+ "env": "FACES_BASE_URL",
3438
+ "name": "base-url",
3439
+ "hasDynamicHelp": false,
3440
+ "multiple": false,
3441
+ "type": "option"
3442
+ },
3443
+ "token": {
3444
+ "description": "JWT bearer token",
3445
+ "env": "FACES_TOKEN",
3446
+ "name": "token",
3447
+ "hasDynamicHelp": false,
3448
+ "multiple": false,
3449
+ "type": "option"
3450
+ },
3451
+ "api-key": {
3452
+ "description": "API key",
3453
+ "env": "FACES_API_KEY",
3454
+ "name": "api-key",
3455
+ "hasDynamicHelp": false,
3456
+ "multiple": false,
3457
+ "type": "option"
3458
+ },
3459
+ "name": {
3460
+ "description": "New key name",
3461
+ "name": "name",
3462
+ "hasDynamicHelp": false,
3463
+ "multiple": false,
3464
+ "type": "option"
3465
+ },
3466
+ "budget": {
3467
+ "description": "New spend budget in USD",
3468
+ "name": "budget",
3469
+ "hasDynamicHelp": false,
3470
+ "multiple": false,
3471
+ "type": "option"
3472
+ },
3473
+ "reset-spent": {
3474
+ "description": "Reset spent amount to zero",
3475
+ "name": "reset-spent",
3476
+ "allowNo": false,
3477
+ "type": "boolean"
3478
+ }
3479
+ },
3480
+ "hasDynamicHelp": false,
3481
+ "hiddenAliases": [],
3482
+ "id": "keys:update",
3483
+ "pluginAlias": "faces-cli",
3484
+ "pluginName": "faces-cli",
3485
+ "pluginType": "core",
3486
+ "strict": true,
3487
+ "enableJsonFlag": true,
3488
+ "isESM": true,
3489
+ "relativePath": [
3490
+ "dist",
3491
+ "commands",
3492
+ "keys",
3493
+ "update.js"
3494
+ ]
3495
+ },
3496
3496
  "team:add": {
3497
3497
  "aliases": [],
3498
3498
  "args": {
@@ -6078,5 +6078,5 @@
6078
6078
  ]
6079
6079
  }
6080
6080
  },
6081
- "version": "1.7.2"
6081
+ "version": "1.7.3"
6082
6082
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "faces-cli",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "CLI for the Faces AI platform",
5
5
  "type": "module",
6
6
  "author": "sybileak <sybileak@proton.me>",