@salesforce/cli 2.142.0 → 2.142.2

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.
@@ -2203,6 +2203,648 @@
2203
2203
  "plugin:generate:dev"
2204
2204
  ]
2205
2205
  },
2206
+ "devops:pipeline:activate": {
2207
+ "aliases": [],
2208
+ "args": {},
2209
+ "description": "A pipeline must have at least one stage before you activate it. You can't modify the pipeline stages after you activate and promote changes through it.",
2210
+ "examples": [
2211
+ "Activate a pipeline using the pipeline ID.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001"
2212
+ ],
2213
+ "flags": {
2214
+ "json": {
2215
+ "description": "Format output as json.",
2216
+ "helpGroup": "GLOBAL",
2217
+ "name": "json",
2218
+ "allowNo": false,
2219
+ "type": "boolean"
2220
+ },
2221
+ "flags-dir": {
2222
+ "helpGroup": "GLOBAL",
2223
+ "name": "flags-dir",
2224
+ "summary": "Import flag values from a directory.",
2225
+ "hasDynamicHelp": false,
2226
+ "multiple": false,
2227
+ "type": "option"
2228
+ },
2229
+ "target-org": {
2230
+ "char": "o",
2231
+ "name": "target-org",
2232
+ "noCacheDefault": true,
2233
+ "required": true,
2234
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2235
+ "hasDynamicHelp": true,
2236
+ "multiple": false,
2237
+ "type": "option"
2238
+ },
2239
+ "api-version": {
2240
+ "description": "Override the api version used for api requests made by this command",
2241
+ "name": "api-version",
2242
+ "hasDynamicHelp": false,
2243
+ "multiple": false,
2244
+ "type": "option"
2245
+ },
2246
+ "pipeline-id": {
2247
+ "name": "pipeline-id",
2248
+ "required": true,
2249
+ "summary": "ID of the pipeline.",
2250
+ "hasDynamicHelp": false,
2251
+ "multiple": false,
2252
+ "type": "option"
2253
+ }
2254
+ },
2255
+ "hasDynamicHelp": true,
2256
+ "hiddenAliases": [],
2257
+ "id": "devops:pipeline:activate",
2258
+ "pluginAlias": "@salesforce/plugin-devops-center",
2259
+ "pluginName": "@salesforce/plugin-devops-center",
2260
+ "pluginType": "jit",
2261
+ "strict": true,
2262
+ "summary": "Activate a DevOps Center pipeline for deployments.",
2263
+ "enableJsonFlag": true,
2264
+ "isESM": true,
2265
+ "relativePath": [
2266
+ "lib",
2267
+ "commands",
2268
+ "devops",
2269
+ "pipeline",
2270
+ "activate.js"
2271
+ ]
2272
+ },
2273
+ "devops:pipeline:attach-project": {
2274
+ "aliases": [],
2275
+ "args": {},
2276
+ "description": "You can attach a project to only one pipeline.",
2277
+ "examples": [
2278
+ "Attach a project to a pipeline using the project ID and pipeline ID.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --project-id 0Hn000000000001"
2279
+ ],
2280
+ "flags": {
2281
+ "json": {
2282
+ "description": "Format output as json.",
2283
+ "helpGroup": "GLOBAL",
2284
+ "name": "json",
2285
+ "allowNo": false,
2286
+ "type": "boolean"
2287
+ },
2288
+ "flags-dir": {
2289
+ "helpGroup": "GLOBAL",
2290
+ "name": "flags-dir",
2291
+ "summary": "Import flag values from a directory.",
2292
+ "hasDynamicHelp": false,
2293
+ "multiple": false,
2294
+ "type": "option"
2295
+ },
2296
+ "target-org": {
2297
+ "char": "o",
2298
+ "name": "target-org",
2299
+ "noCacheDefault": true,
2300
+ "required": true,
2301
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2302
+ "hasDynamicHelp": true,
2303
+ "multiple": false,
2304
+ "type": "option"
2305
+ },
2306
+ "api-version": {
2307
+ "description": "Override the api version used for api requests made by this command",
2308
+ "name": "api-version",
2309
+ "hasDynamicHelp": false,
2310
+ "multiple": false,
2311
+ "type": "option"
2312
+ },
2313
+ "pipeline-id": {
2314
+ "name": "pipeline-id",
2315
+ "required": true,
2316
+ "summary": "ID of the pipeline.",
2317
+ "hasDynamicHelp": false,
2318
+ "multiple": false,
2319
+ "type": "option"
2320
+ },
2321
+ "project-id": {
2322
+ "name": "project-id",
2323
+ "required": true,
2324
+ "summary": "ID of the DevOps Center project.",
2325
+ "hasDynamicHelp": false,
2326
+ "multiple": false,
2327
+ "type": "option"
2328
+ }
2329
+ },
2330
+ "hasDynamicHelp": true,
2331
+ "hiddenAliases": [],
2332
+ "id": "devops:pipeline:attach-project",
2333
+ "pluginAlias": "@salesforce/plugin-devops-center",
2334
+ "pluginName": "@salesforce/plugin-devops-center",
2335
+ "pluginType": "jit",
2336
+ "strict": true,
2337
+ "summary": "Attach a DevOps Center project to a pipeline.",
2338
+ "enableJsonFlag": true,
2339
+ "isESM": true,
2340
+ "relativePath": [
2341
+ "lib",
2342
+ "commands",
2343
+ "devops",
2344
+ "pipeline",
2345
+ "attach-project.js"
2346
+ ]
2347
+ },
2348
+ "devops:pipeline:create": {
2349
+ "aliases": [],
2350
+ "args": {},
2351
+ "description": "Provide the URL of an existing repository, or use `--create-repo` with a repository name to create one. After you create the pipeline, add stages, and activate the pipeline.",
2352
+ "examples": [
2353
+ "Create a pipeline and associate it with an existing GitHub repository.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://github.com/myorg/myrepo",
2354
+ "Create a pipeline and associate it with a new GitHub repository.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo my-new-repo --repo-type github --repo-owner myorg --create-repo",
2355
+ "Create a pipeline with a description and associate it with a Bitbucket repository.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://bitbucket.org/myorg/myrepo --description \"Main CI/CD pipeline for production releases\""
2356
+ ],
2357
+ "flags": {
2358
+ "json": {
2359
+ "description": "Format output as json.",
2360
+ "helpGroup": "GLOBAL",
2361
+ "name": "json",
2362
+ "allowNo": false,
2363
+ "type": "boolean"
2364
+ },
2365
+ "flags-dir": {
2366
+ "helpGroup": "GLOBAL",
2367
+ "name": "flags-dir",
2368
+ "summary": "Import flag values from a directory.",
2369
+ "hasDynamicHelp": false,
2370
+ "multiple": false,
2371
+ "type": "option"
2372
+ },
2373
+ "target-org": {
2374
+ "char": "o",
2375
+ "name": "target-org",
2376
+ "noCacheDefault": true,
2377
+ "required": true,
2378
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2379
+ "hasDynamicHelp": true,
2380
+ "multiple": false,
2381
+ "type": "option"
2382
+ },
2383
+ "api-version": {
2384
+ "description": "Override the api version used for api requests made by this command",
2385
+ "name": "api-version",
2386
+ "hasDynamicHelp": false,
2387
+ "multiple": false,
2388
+ "type": "option"
2389
+ },
2390
+ "name": {
2391
+ "char": "n",
2392
+ "name": "name",
2393
+ "required": true,
2394
+ "summary": "Name of the pipeline.",
2395
+ "hasDynamicHelp": false,
2396
+ "multiple": false,
2397
+ "type": "option"
2398
+ },
2399
+ "repo": {
2400
+ "char": "r",
2401
+ "name": "repo",
2402
+ "required": true,
2403
+ "summary": "URL of an existing repository or the name of a repository to create.",
2404
+ "hasDynamicHelp": false,
2405
+ "multiple": false,
2406
+ "type": "option"
2407
+ },
2408
+ "repo-type": {
2409
+ "name": "repo-type",
2410
+ "summary": "Type of the source code repository. Required when creating a repository using '--create-repo'.",
2411
+ "hasDynamicHelp": false,
2412
+ "multiple": false,
2413
+ "options": [
2414
+ "github",
2415
+ "bitbucket"
2416
+ ],
2417
+ "type": "option"
2418
+ },
2419
+ "create-repo": {
2420
+ "name": "create-repo",
2421
+ "summary": "Create a repository if it doesn't exist.",
2422
+ "allowNo": false,
2423
+ "type": "boolean"
2424
+ },
2425
+ "repo-owner": {
2426
+ "name": "repo-owner",
2427
+ "summary": "Owner (organization or user) of the repository. Required when creating a repository using '--create-repo'.",
2428
+ "hasDynamicHelp": false,
2429
+ "multiple": false,
2430
+ "type": "option"
2431
+ },
2432
+ "bitbucket-project": {
2433
+ "name": "bitbucket-project",
2434
+ "summary": "Bitbucket project key for the repository. Used when creating a Bitbucket repository with '--create-repo'.",
2435
+ "hasDynamicHelp": false,
2436
+ "multiple": false,
2437
+ "type": "option"
2438
+ },
2439
+ "description": {
2440
+ "char": "d",
2441
+ "name": "description",
2442
+ "summary": "Description of the pipeline.",
2443
+ "hasDynamicHelp": false,
2444
+ "multiple": false,
2445
+ "type": "option"
2446
+ }
2447
+ },
2448
+ "hasDynamicHelp": true,
2449
+ "hiddenAliases": [],
2450
+ "id": "devops:pipeline:create",
2451
+ "pluginAlias": "@salesforce/plugin-devops-center",
2452
+ "pluginName": "@salesforce/plugin-devops-center",
2453
+ "pluginType": "jit",
2454
+ "strict": true,
2455
+ "summary": "Create a DevOps Center pipeline.",
2456
+ "enableJsonFlag": true,
2457
+ "isESM": true,
2458
+ "relativePath": [
2459
+ "lib",
2460
+ "commands",
2461
+ "devops",
2462
+ "pipeline",
2463
+ "create.js"
2464
+ ]
2465
+ },
2466
+ "devops:project:create": {
2467
+ "aliases": [],
2468
+ "args": {},
2469
+ "description": "Creates a new DevOps Center project with the specified name and optional description.",
2470
+ "examples": [
2471
+ "Create a new DevOps Center project in the specified org.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"MyApp Release\"",
2472
+ "Create a project with a name and description.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Platform Update\" --description \"Platform services update\""
2473
+ ],
2474
+ "flags": {
2475
+ "json": {
2476
+ "description": "Format output as json.",
2477
+ "helpGroup": "GLOBAL",
2478
+ "name": "json",
2479
+ "allowNo": false,
2480
+ "type": "boolean"
2481
+ },
2482
+ "flags-dir": {
2483
+ "helpGroup": "GLOBAL",
2484
+ "name": "flags-dir",
2485
+ "summary": "Import flag values from a directory.",
2486
+ "hasDynamicHelp": false,
2487
+ "multiple": false,
2488
+ "type": "option"
2489
+ },
2490
+ "target-org": {
2491
+ "char": "o",
2492
+ "name": "target-org",
2493
+ "noCacheDefault": true,
2494
+ "required": true,
2495
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2496
+ "hasDynamicHelp": true,
2497
+ "multiple": false,
2498
+ "type": "option"
2499
+ },
2500
+ "api-version": {
2501
+ "description": "Override the api version used for api requests made by this command",
2502
+ "name": "api-version",
2503
+ "hasDynamicHelp": false,
2504
+ "multiple": false,
2505
+ "type": "option"
2506
+ },
2507
+ "name": {
2508
+ "char": "n",
2509
+ "name": "name",
2510
+ "required": true,
2511
+ "summary": "Name of the new DevOps Center project.",
2512
+ "hasDynamicHelp": false,
2513
+ "multiple": false,
2514
+ "type": "option"
2515
+ },
2516
+ "description": {
2517
+ "char": "d",
2518
+ "name": "description",
2519
+ "summary": "Description of the new project; if not specified, the description is blank.",
2520
+ "hasDynamicHelp": false,
2521
+ "multiple": false,
2522
+ "type": "option"
2523
+ }
2524
+ },
2525
+ "hasDynamicHelp": true,
2526
+ "hiddenAliases": [],
2527
+ "id": "devops:project:create",
2528
+ "pluginAlias": "@salesforce/plugin-devops-center",
2529
+ "pluginName": "@salesforce/plugin-devops-center",
2530
+ "pluginType": "jit",
2531
+ "strict": true,
2532
+ "summary": "Create a DevOps Center project in a DevOps Center org.",
2533
+ "enableJsonFlag": true,
2534
+ "isESM": true,
2535
+ "relativePath": [
2536
+ "lib",
2537
+ "commands",
2538
+ "devops",
2539
+ "project",
2540
+ "create.js"
2541
+ ]
2542
+ },
2543
+ "devops:project:list": {
2544
+ "aliases": [],
2545
+ "args": {},
2546
+ "description": "This command queries the DevopsProject standard object and returns the project Id, Name, and Description for each project found.",
2547
+ "examples": [
2548
+ "List all DevOps Center projects in an org with alias \"my-devops-org\":\n<%= config.bin %> <%= command.id %> --target-org my-devops-org",
2549
+ "List projects using an org's username:\n<%= config.bin %> <%= command.id %> --target-org devops-center@example.com"
2550
+ ],
2551
+ "flags": {
2552
+ "json": {
2553
+ "description": "Format output as json.",
2554
+ "helpGroup": "GLOBAL",
2555
+ "name": "json",
2556
+ "allowNo": false,
2557
+ "type": "boolean"
2558
+ },
2559
+ "flags-dir": {
2560
+ "helpGroup": "GLOBAL",
2561
+ "name": "flags-dir",
2562
+ "summary": "Import flag values from a directory.",
2563
+ "hasDynamicHelp": false,
2564
+ "multiple": false,
2565
+ "type": "option"
2566
+ },
2567
+ "target-org": {
2568
+ "char": "o",
2569
+ "name": "target-org",
2570
+ "noCacheDefault": true,
2571
+ "required": true,
2572
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2573
+ "hasDynamicHelp": true,
2574
+ "multiple": false,
2575
+ "type": "option"
2576
+ },
2577
+ "api-version": {
2578
+ "description": "Override the api version used for api requests made by this command",
2579
+ "name": "api-version",
2580
+ "hasDynamicHelp": false,
2581
+ "multiple": false,
2582
+ "type": "option"
2583
+ }
2584
+ },
2585
+ "hasDynamicHelp": true,
2586
+ "hiddenAliases": [],
2587
+ "id": "devops:project:list",
2588
+ "pluginAlias": "@salesforce/plugin-devops-center",
2589
+ "pluginName": "@salesforce/plugin-devops-center",
2590
+ "pluginType": "jit",
2591
+ "strict": true,
2592
+ "summary": "List all DevOps Center projects in a Salesforce org.",
2593
+ "enableJsonFlag": true,
2594
+ "isESM": true,
2595
+ "relativePath": [
2596
+ "lib",
2597
+ "commands",
2598
+ "devops",
2599
+ "project",
2600
+ "list.js"
2601
+ ]
2602
+ },
2603
+ "devops:pull-request:create": {
2604
+ "aliases": [],
2605
+ "args": {},
2606
+ "description": "The pull request title defaults to the work item subject. The work item must have an associated branch and repository. Requires VCS authentication: set GITHUB_TOKEN (or use `gh auth login`) for GitHub, or set BITBUCKET_TOKEN for Bitbucket.",
2607
+ "examples": [
2608
+ "Create a pull request for a work item using the default title.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-name WI-000001",
2609
+ "Create a pull request with a custom title and description.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-id 0Wx000000000001 --title \"Fix: Login timeout\" --body \"Resolves the 30s timeout on the login page\""
2610
+ ],
2611
+ "flags": {
2612
+ "json": {
2613
+ "description": "Format output as json.",
2614
+ "helpGroup": "GLOBAL",
2615
+ "name": "json",
2616
+ "allowNo": false,
2617
+ "type": "boolean"
2618
+ },
2619
+ "flags-dir": {
2620
+ "helpGroup": "GLOBAL",
2621
+ "name": "flags-dir",
2622
+ "summary": "Import flag values from a directory.",
2623
+ "hasDynamicHelp": false,
2624
+ "multiple": false,
2625
+ "type": "option"
2626
+ },
2627
+ "target-org": {
2628
+ "char": "o",
2629
+ "name": "target-org",
2630
+ "noCacheDefault": true,
2631
+ "required": true,
2632
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2633
+ "hasDynamicHelp": true,
2634
+ "multiple": false,
2635
+ "type": "option"
2636
+ },
2637
+ "api-version": {
2638
+ "description": "Override the api version used for api requests made by this command",
2639
+ "name": "api-version",
2640
+ "hasDynamicHelp": false,
2641
+ "multiple": false,
2642
+ "type": "option"
2643
+ },
2644
+ "work-item-name": {
2645
+ "char": "n",
2646
+ "name": "work-item-name",
2647
+ "summary": "Name of the work item, such as WI-000001.",
2648
+ "hasDynamicHelp": false,
2649
+ "multiple": false,
2650
+ "type": "option"
2651
+ },
2652
+ "work-item-id": {
2653
+ "char": "w",
2654
+ "name": "work-item-id",
2655
+ "summary": "ID of the work item.",
2656
+ "hasDynamicHelp": false,
2657
+ "multiple": false,
2658
+ "type": "option"
2659
+ },
2660
+ "title": {
2661
+ "name": "title",
2662
+ "summary": "Title of the pull request.",
2663
+ "hasDynamicHelp": false,
2664
+ "multiple": false,
2665
+ "type": "option"
2666
+ },
2667
+ "body": {
2668
+ "name": "body",
2669
+ "summary": "Description of the pull request.",
2670
+ "hasDynamicHelp": false,
2671
+ "multiple": false,
2672
+ "type": "option"
2673
+ }
2674
+ },
2675
+ "hasDynamicHelp": true,
2676
+ "hiddenAliases": [],
2677
+ "id": "devops:pull-request:create",
2678
+ "pluginAlias": "@salesforce/plugin-devops-center",
2679
+ "pluginName": "@salesforce/plugin-devops-center",
2680
+ "pluginType": "jit",
2681
+ "strict": true,
2682
+ "summary": "Create a pull request for a work item branch.",
2683
+ "enableJsonFlag": true,
2684
+ "isESM": true,
2685
+ "relativePath": [
2686
+ "lib",
2687
+ "commands",
2688
+ "devops",
2689
+ "pull-request",
2690
+ "create.js"
2691
+ ]
2692
+ },
2693
+ "devops:work-item:create": {
2694
+ "aliases": [],
2695
+ "args": {},
2696
+ "description": "The command creates the work item using the Connect API. Requires a project ID and a subject for the new work item; run the `devops project list` command to get the IDs for all existing projects.",
2697
+ "examples": [
2698
+ "Create a work item for the project with the specified ID and give the work item the specified subject (title); use the DevOps Center org with alias \"my-devops-org\":\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --project-id 1Qg000000000001 --subject \"Fix login bug\"",
2699
+ "Create a work item with a subject and description:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --project-id 1Qg000000000001 --subject \"Add dark mode\" --description \"Implement dark mode toggle in settings page\""
2700
+ ],
2701
+ "flags": {
2702
+ "json": {
2703
+ "description": "Format output as json.",
2704
+ "helpGroup": "GLOBAL",
2705
+ "name": "json",
2706
+ "allowNo": false,
2707
+ "type": "boolean"
2708
+ },
2709
+ "flags-dir": {
2710
+ "helpGroup": "GLOBAL",
2711
+ "name": "flags-dir",
2712
+ "summary": "Import flag values from a directory.",
2713
+ "hasDynamicHelp": false,
2714
+ "multiple": false,
2715
+ "type": "option"
2716
+ },
2717
+ "target-org": {
2718
+ "char": "o",
2719
+ "name": "target-org",
2720
+ "noCacheDefault": true,
2721
+ "required": true,
2722
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2723
+ "hasDynamicHelp": true,
2724
+ "multiple": false,
2725
+ "type": "option"
2726
+ },
2727
+ "api-version": {
2728
+ "description": "Override the api version used for api requests made by this command",
2729
+ "name": "api-version",
2730
+ "hasDynamicHelp": false,
2731
+ "multiple": false,
2732
+ "type": "option"
2733
+ },
2734
+ "project-id": {
2735
+ "char": "p",
2736
+ "name": "project-id",
2737
+ "required": true,
2738
+ "summary": "ID of the DevOps Center project to create the work item in.",
2739
+ "hasDynamicHelp": false,
2740
+ "multiple": false,
2741
+ "type": "option"
2742
+ },
2743
+ "subject": {
2744
+ "char": "s",
2745
+ "name": "subject",
2746
+ "required": true,
2747
+ "summary": "Subject (title) of the new work item.",
2748
+ "hasDynamicHelp": false,
2749
+ "multiple": false,
2750
+ "type": "option"
2751
+ },
2752
+ "description": {
2753
+ "char": "d",
2754
+ "name": "description",
2755
+ "summary": "Description of the new work item; if not specified, the description is blank.",
2756
+ "hasDynamicHelp": false,
2757
+ "multiple": false,
2758
+ "type": "option"
2759
+ }
2760
+ },
2761
+ "hasDynamicHelp": true,
2762
+ "hiddenAliases": [],
2763
+ "id": "devops:work-item:create",
2764
+ "pluginAlias": "@salesforce/plugin-devops-center",
2765
+ "pluginName": "@salesforce/plugin-devops-center",
2766
+ "pluginType": "jit",
2767
+ "strict": true,
2768
+ "summary": "Create a new work item in a DevOps Center project.",
2769
+ "enableJsonFlag": true,
2770
+ "isESM": true,
2771
+ "relativePath": [
2772
+ "lib",
2773
+ "commands",
2774
+ "devops",
2775
+ "work-item",
2776
+ "create.js"
2777
+ ]
2778
+ },
2779
+ "devops:work-item:list": {
2780
+ "aliases": [],
2781
+ "args": {},
2782
+ "description": "Each work item displays the branch, environment, and repository details needed for checkout and promotion. Requires a project ID; run the `devops project list` command to get the IDs for all existing projects.",
2783
+ "examples": [
2784
+ "List work items for a specific project in the DevOps org with alias \"my-devops-org\":\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --project-id 1Qg000000000001",
2785
+ "List work items using JSON output:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --project-id 1Qg000000000001 --json"
2786
+ ],
2787
+ "flags": {
2788
+ "json": {
2789
+ "description": "Format output as json.",
2790
+ "helpGroup": "GLOBAL",
2791
+ "name": "json",
2792
+ "allowNo": false,
2793
+ "type": "boolean"
2794
+ },
2795
+ "flags-dir": {
2796
+ "helpGroup": "GLOBAL",
2797
+ "name": "flags-dir",
2798
+ "summary": "Import flag values from a directory.",
2799
+ "hasDynamicHelp": false,
2800
+ "multiple": false,
2801
+ "type": "option"
2802
+ },
2803
+ "target-org": {
2804
+ "char": "o",
2805
+ "name": "target-org",
2806
+ "noCacheDefault": true,
2807
+ "required": true,
2808
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2809
+ "hasDynamicHelp": true,
2810
+ "multiple": false,
2811
+ "type": "option"
2812
+ },
2813
+ "api-version": {
2814
+ "description": "Override the api version used for api requests made by this command",
2815
+ "name": "api-version",
2816
+ "hasDynamicHelp": false,
2817
+ "multiple": false,
2818
+ "type": "option"
2819
+ },
2820
+ "project-id": {
2821
+ "char": "p",
2822
+ "name": "project-id",
2823
+ "required": true,
2824
+ "summary": "ID of the DevOps Center project to list work items for.",
2825
+ "hasDynamicHelp": false,
2826
+ "multiple": false,
2827
+ "type": "option"
2828
+ }
2829
+ },
2830
+ "hasDynamicHelp": true,
2831
+ "hiddenAliases": [],
2832
+ "id": "devops:work-item:list",
2833
+ "pluginAlias": "@salesforce/plugin-devops-center",
2834
+ "pluginName": "@salesforce/plugin-devops-center",
2835
+ "pluginType": "jit",
2836
+ "strict": true,
2837
+ "summary": "List all work items for a DevOps Center project.",
2838
+ "enableJsonFlag": true,
2839
+ "isESM": true,
2840
+ "relativePath": [
2841
+ "lib",
2842
+ "commands",
2843
+ "devops",
2844
+ "work-item",
2845
+ "list.js"
2846
+ ]
2847
+ },
2206
2848
  "project:deploy:pipeline:quick": {
2207
2849
  "aliases": [],
2208
2850
  "args": {},
@@ -2219,6 +2861,14 @@
2219
2861
  "allowNo": false,
2220
2862
  "type": "boolean"
2221
2863
  },
2864
+ "flags-dir": {
2865
+ "helpGroup": "GLOBAL",
2866
+ "name": "flags-dir",
2867
+ "summary": "Import flag values from a directory.",
2868
+ "hasDynamicHelp": false,
2869
+ "multiple": false,
2870
+ "type": "option"
2871
+ },
2222
2872
  "async": {
2223
2873
  "description": "The command immediately returns the job ID and control of the terminal to you. This way, you can continue to use the CLI. To resume the deployment, run \"sf project deploy pipeline resume\". To check the status of the deployment, run \"sf project deploy pipeline report\".",
2224
2874
  "name": "async",
@@ -2292,8 +2942,7 @@
2292
2942
  "strict": true,
2293
2943
  "summary": "Quickly deploy a validated deployment to an org.",
2294
2944
  "enableJsonFlag": true,
2295
- "SF_ENV": "SF_ENV",
2296
- "isESM": false,
2945
+ "isESM": true,
2297
2946
  "relativePath": [
2298
2947
  "lib",
2299
2948
  "commands",
@@ -2319,6 +2968,14 @@
2319
2968
  "allowNo": false,
2320
2969
  "type": "boolean"
2321
2970
  },
2971
+ "flags-dir": {
2972
+ "helpGroup": "GLOBAL",
2973
+ "name": "flags-dir",
2974
+ "summary": "Import flag values from a directory.",
2975
+ "hasDynamicHelp": false,
2976
+ "multiple": false,
2977
+ "type": "option"
2978
+ },
2322
2979
  "devops-center-username": {
2323
2980
  "char": "c",
2324
2981
  "name": "devops-center-username",
@@ -2356,8 +3013,7 @@
2356
3013
  "strict": true,
2357
3014
  "summary": "Check the status of a pipeline deploy operation.",
2358
3015
  "enableJsonFlag": true,
2359
- "SF_ENV": "SF_ENV",
2360
- "isESM": false,
3016
+ "isESM": true,
2361
3017
  "relativePath": [
2362
3018
  "lib",
2363
3019
  "commands",
@@ -2383,6 +3039,14 @@
2383
3039
  "allowNo": false,
2384
3040
  "type": "boolean"
2385
3041
  },
3042
+ "flags-dir": {
3043
+ "helpGroup": "GLOBAL",
3044
+ "name": "flags-dir",
3045
+ "summary": "Import flag values from a directory.",
3046
+ "hasDynamicHelp": false,
3047
+ "multiple": false,
3048
+ "type": "option"
3049
+ },
2386
3050
  "devops-center-username": {
2387
3051
  "char": "c",
2388
3052
  "name": "devops-center-username",
@@ -2449,8 +3113,7 @@
2449
3113
  "strict": true,
2450
3114
  "summary": "Resume watching a pipeline deploy operation.",
2451
3115
  "enableJsonFlag": true,
2452
- "SF_ENV": "SF_ENV",
2453
- "isESM": false,
3116
+ "isESM": true,
2454
3117
  "relativePath": [
2455
3118
  "lib",
2456
3119
  "commands",
@@ -2476,6 +3139,14 @@
2476
3139
  "allowNo": false,
2477
3140
  "type": "boolean"
2478
3141
  },
3142
+ "flags-dir": {
3143
+ "helpGroup": "GLOBAL",
3144
+ "name": "flags-dir",
3145
+ "summary": "Import flag values from a directory.",
3146
+ "hasDynamicHelp": false,
3147
+ "multiple": false,
3148
+ "type": "option"
3149
+ },
2479
3150
  "branch-name": {
2480
3151
  "char": "b",
2481
3152
  "name": "branch-name",
@@ -2591,8 +3262,7 @@
2591
3262
  "strict": true,
2592
3263
  "summary": "Deploy changes from a branch to the pipeline stage’s org.",
2593
3264
  "enableJsonFlag": true,
2594
- "SF_ENV": "SF_ENV",
2595
- "isESM": false,
3265
+ "isESM": true,
2596
3266
  "relativePath": [
2597
3267
  "lib",
2598
3268
  "commands",
@@ -2618,6 +3288,14 @@
2618
3288
  "allowNo": false,
2619
3289
  "type": "boolean"
2620
3290
  },
3291
+ "flags-dir": {
3292
+ "helpGroup": "GLOBAL",
3293
+ "name": "flags-dir",
3294
+ "summary": "Import flag values from a directory.",
3295
+ "hasDynamicHelp": false,
3296
+ "multiple": false,
3297
+ "type": "option"
3298
+ },
2621
3299
  "branch-name": {
2622
3300
  "char": "b",
2623
3301
  "name": "branch-name",
@@ -2733,8 +3411,7 @@
2733
3411
  "strict": true,
2734
3412
  "summary": "Perform a validate-only deployment from a branch to the pipeline stage’s org.",
2735
3413
  "enableJsonFlag": true,
2736
- "SF_ENV": "SF_ENV",
2737
- "isESM": false,
3414
+ "isESM": true,
2738
3415
  "relativePath": [
2739
3416
  "lib",
2740
3417
  "commands",
@@ -2744,6 +3421,181 @@
2744
3421
  "validate.js"
2745
3422
  ]
2746
3423
  },
3424
+ "devops:pipeline:stage:add": {
3425
+ "aliases": [],
3426
+ "args": {},
3427
+ "description": "Inserts an empty stage before the stage specified by `--next-stage-id`. The new stage doesn't include a branch or environment. Configure them separately after you create the stage.",
3428
+ "examples": [
3429
+ "Add a Development stage before Integration in a specific pipeline.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --name \"Development\" --next-stage-id 0Xc000000000002",
3430
+ "Add a QA stage before UAT in a specific pipeline.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --name \"QA\" --next-stage-id 0Xc000000000003"
3431
+ ],
3432
+ "flags": {
3433
+ "json": {
3434
+ "description": "Format output as json.",
3435
+ "helpGroup": "GLOBAL",
3436
+ "name": "json",
3437
+ "allowNo": false,
3438
+ "type": "boolean"
3439
+ },
3440
+ "flags-dir": {
3441
+ "helpGroup": "GLOBAL",
3442
+ "name": "flags-dir",
3443
+ "summary": "Import flag values from a directory.",
3444
+ "hasDynamicHelp": false,
3445
+ "multiple": false,
3446
+ "type": "option"
3447
+ },
3448
+ "target-org": {
3449
+ "char": "o",
3450
+ "name": "target-org",
3451
+ "noCacheDefault": true,
3452
+ "required": true,
3453
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3454
+ "hasDynamicHelp": true,
3455
+ "multiple": false,
3456
+ "type": "option"
3457
+ },
3458
+ "api-version": {
3459
+ "description": "Override the api version used for api requests made by this command",
3460
+ "name": "api-version",
3461
+ "hasDynamicHelp": false,
3462
+ "multiple": false,
3463
+ "type": "option"
3464
+ },
3465
+ "pipeline-id": {
3466
+ "name": "pipeline-id",
3467
+ "required": true,
3468
+ "summary": "ID of the pipeline where the stage is added.",
3469
+ "hasDynamicHelp": false,
3470
+ "multiple": false,
3471
+ "type": "option"
3472
+ },
3473
+ "name": {
3474
+ "char": "n",
3475
+ "name": "name",
3476
+ "required": true,
3477
+ "summary": "Name of the pipeline stage, such as Integration, UAT, or Staging.",
3478
+ "hasDynamicHelp": false,
3479
+ "multiple": false,
3480
+ "type": "option"
3481
+ },
3482
+ "next-stage-id": {
3483
+ "name": "next-stage-id",
3484
+ "required": true,
3485
+ "summary": "ID of the stage that follows the new stage in the pipeline.",
3486
+ "hasDynamicHelp": false,
3487
+ "multiple": false,
3488
+ "type": "option"
3489
+ }
3490
+ },
3491
+ "hasDynamicHelp": true,
3492
+ "hiddenAliases": [],
3493
+ "id": "devops:pipeline:stage:add",
3494
+ "pluginAlias": "@salesforce/plugin-devops-center",
3495
+ "pluginName": "@salesforce/plugin-devops-center",
3496
+ "pluginType": "jit",
3497
+ "strict": true,
3498
+ "summary": "Add a stage to a DevOps Center pipeline.",
3499
+ "enableJsonFlag": true,
3500
+ "isESM": true,
3501
+ "relativePath": [
3502
+ "lib",
3503
+ "commands",
3504
+ "devops",
3505
+ "pipeline",
3506
+ "stage",
3507
+ "add.js"
3508
+ ]
3509
+ },
3510
+ "devops:work-item:status:update": {
3511
+ "aliases": [],
3512
+ "args": {},
3513
+ "description": "Allowed statuses are \"In Progress\" and \"Ready to Promote\".",
3514
+ "examples": [
3515
+ "Update a work item status by its name to indicate the work is underway:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-name WI-000001 --status \"In Progress\"",
3516
+ "Update a work item status by its ID to indicate the changes are ready for promotion:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-id 0Wx000000000001 --status \"Ready to Promote\""
3517
+ ],
3518
+ "flags": {
3519
+ "json": {
3520
+ "description": "Format output as json.",
3521
+ "helpGroup": "GLOBAL",
3522
+ "name": "json",
3523
+ "allowNo": false,
3524
+ "type": "boolean"
3525
+ },
3526
+ "flags-dir": {
3527
+ "helpGroup": "GLOBAL",
3528
+ "name": "flags-dir",
3529
+ "summary": "Import flag values from a directory.",
3530
+ "hasDynamicHelp": false,
3531
+ "multiple": false,
3532
+ "type": "option"
3533
+ },
3534
+ "target-org": {
3535
+ "char": "o",
3536
+ "name": "target-org",
3537
+ "noCacheDefault": true,
3538
+ "required": true,
3539
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3540
+ "hasDynamicHelp": true,
3541
+ "multiple": false,
3542
+ "type": "option"
3543
+ },
3544
+ "api-version": {
3545
+ "description": "Override the api version used for api requests made by this command",
3546
+ "name": "api-version",
3547
+ "hasDynamicHelp": false,
3548
+ "multiple": false,
3549
+ "type": "option"
3550
+ },
3551
+ "work-item-name": {
3552
+ "char": "n",
3553
+ "name": "work-item-name",
3554
+ "summary": "Name of the work item, such as WI-000001.",
3555
+ "hasDynamicHelp": false,
3556
+ "multiple": false,
3557
+ "type": "option"
3558
+ },
3559
+ "work-item-id": {
3560
+ "char": "w",
3561
+ "name": "work-item-id",
3562
+ "summary": "ID of the work item.",
3563
+ "hasDynamicHelp": false,
3564
+ "multiple": false,
3565
+ "type": "option"
3566
+ },
3567
+ "status": {
3568
+ "name": "status",
3569
+ "required": true,
3570
+ "summary": "Status to set for the work item. Allowed values: \"In Progress\", \"Ready to Promote\".",
3571
+ "hasDynamicHelp": false,
3572
+ "multiple": false,
3573
+ "options": [
3574
+ "In Progress",
3575
+ "Ready to Promote"
3576
+ ],
3577
+ "type": "option"
3578
+ }
3579
+ },
3580
+ "hasDynamicHelp": true,
3581
+ "hiddenAliases": [],
3582
+ "id": "devops:work-item:status:update",
3583
+ "pluginAlias": "@salesforce/plugin-devops-center",
3584
+ "pluginName": "@salesforce/plugin-devops-center",
3585
+ "pluginType": "jit",
3586
+ "strict": true,
3587
+ "summary": "Update the status of a work item in DevOps Center.",
3588
+ "enableJsonFlag": true,
3589
+ "isESM": true,
3590
+ "relativePath": [
3591
+ "lib",
3592
+ "commands",
3593
+ "devops",
3594
+ "work-item",
3595
+ "status",
3596
+ "update.js"
3597
+ ]
3598
+ },
2747
3599
  "flow:get:log": {
2748
3600
  "aliases": [],
2749
3601
  "args": {},
@@ -4554,5 +5406,5 @@
4554
5406
  "requiresProject": true
4555
5407
  }
4556
5408
  },
4557
- "version": "2.142.0"
5409
+ "version": "2.142.2"
4558
5410
  }