@salesforce/b2c-cli 1.7.1 → 1.8.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
CHANGED
|
@@ -2917,7 +2917,7 @@
|
|
|
2917
2917
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
2918
2918
|
"helpGroup": "QUERY",
|
|
2919
2919
|
"name": "to",
|
|
2920
|
-
"default": "2026-04-
|
|
2920
|
+
"default": "2026-04-24",
|
|
2921
2921
|
"hasDynamicHelp": false,
|
|
2922
2922
|
"multiple": false,
|
|
2923
2923
|
"type": "option"
|
|
@@ -3213,7 +3213,7 @@
|
|
|
3213
3213
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
3214
3214
|
"helpGroup": "QUERY",
|
|
3215
3215
|
"name": "to",
|
|
3216
|
-
"default": "2026-04-
|
|
3216
|
+
"default": "2026-04-24",
|
|
3217
3217
|
"hasDynamicHelp": false,
|
|
3218
3218
|
"multiple": false,
|
|
3219
3219
|
"type": "option"
|
|
@@ -3644,7 +3644,7 @@
|
|
|
3644
3644
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
3645
3645
|
"helpGroup": "QUERY",
|
|
3646
3646
|
"name": "to",
|
|
3647
|
-
"default": "2026-04-
|
|
3647
|
+
"default": "2026-04-24",
|
|
3648
3648
|
"hasDynamicHelp": false,
|
|
3649
3649
|
"multiple": false,
|
|
3650
3650
|
"type": "option"
|
|
@@ -11578,20 +11578,23 @@
|
|
|
11578
11578
|
"tail-logs.js"
|
|
11579
11579
|
]
|
|
11580
11580
|
},
|
|
11581
|
-
"
|
|
11582
|
-
"aliases": [
|
|
11583
|
-
|
|
11584
|
-
|
|
11585
|
-
|
|
11586
|
-
|
|
11581
|
+
"scaffold:generate": {
|
|
11582
|
+
"aliases": [],
|
|
11583
|
+
"args": {
|
|
11584
|
+
"scaffoldId": {
|
|
11585
|
+
"description": "Scaffold ID to generate",
|
|
11586
|
+
"name": "scaffoldId",
|
|
11587
|
+
"required": true
|
|
11588
|
+
}
|
|
11589
|
+
},
|
|
11590
|
+
"description": "Generate files from a scaffold template\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-generate",
|
|
11587
11591
|
"examples": [
|
|
11588
|
-
"<%= config.bin %> <%= command.id %>
|
|
11589
|
-
"<%= config.bin %> <%= command.id %>
|
|
11590
|
-
"<%= config.bin %> <%= command.id %> --
|
|
11591
|
-
"<%= config.bin %> <%= command.id %>
|
|
11592
|
-
"<%= config.bin %> <%= command.id %>
|
|
11593
|
-
"<%= config.bin %> <%= command.id %>
|
|
11594
|
-
"<%= config.bin %> <%= command.id %> --realm abcd --json"
|
|
11592
|
+
"<%= config.bin %> <%= command.id %> cartridge",
|
|
11593
|
+
"<%= config.bin %> <%= command.id %> cartridge --name app_custom",
|
|
11594
|
+
"<%= config.bin %> <%= command.id %> custom-api --option apiName=my-api --option cartridgeName=app_custom",
|
|
11595
|
+
"<%= config.bin %> <%= command.id %> cartridge --dry-run",
|
|
11596
|
+
"<%= config.bin %> <%= command.id %> cartridge --force",
|
|
11597
|
+
"<%= config.bin %> <%= command.id %> cartridge --output ./src"
|
|
11595
11598
|
],
|
|
11596
11599
|
"flags": {
|
|
11597
11600
|
"json": {
|
|
@@ -11708,212 +11711,230 @@
|
|
|
11708
11711
|
"multiple": false,
|
|
11709
11712
|
"type": "option"
|
|
11710
11713
|
},
|
|
11711
|
-
"
|
|
11712
|
-
"
|
|
11713
|
-
"
|
|
11714
|
-
"
|
|
11715
|
-
"name": "client-id",
|
|
11714
|
+
"name": {
|
|
11715
|
+
"char": "n",
|
|
11716
|
+
"description": "Primary name parameter (shorthand for --option name=VALUE)",
|
|
11717
|
+
"name": "name",
|
|
11716
11718
|
"hasDynamicHelp": false,
|
|
11717
11719
|
"multiple": false,
|
|
11718
11720
|
"type": "option"
|
|
11719
11721
|
},
|
|
11720
|
-
"
|
|
11721
|
-
"
|
|
11722
|
-
"
|
|
11723
|
-
"
|
|
11724
|
-
"name": "client-secret",
|
|
11722
|
+
"output": {
|
|
11723
|
+
"char": "o",
|
|
11724
|
+
"description": "Output directory (defaults to scaffold default or current directory)",
|
|
11725
|
+
"name": "output",
|
|
11725
11726
|
"hasDynamicHelp": false,
|
|
11726
11727
|
"multiple": false,
|
|
11727
11728
|
"type": "option"
|
|
11728
11729
|
},
|
|
11729
|
-
"
|
|
11730
|
-
"description": "
|
|
11731
|
-
"
|
|
11732
|
-
"helpGroup": "AUTH",
|
|
11733
|
-
"name": "auth-scope",
|
|
11734
|
-
"delimiter": ",",
|
|
11730
|
+
"option": {
|
|
11731
|
+
"description": "Parameter value in key=value format (can be repeated)",
|
|
11732
|
+
"name": "option",
|
|
11735
11733
|
"hasDynamicHelp": false,
|
|
11736
11734
|
"multiple": true,
|
|
11737
11735
|
"type": "option"
|
|
11738
11736
|
},
|
|
11739
|
-
"
|
|
11740
|
-
"description": "
|
|
11741
|
-
"
|
|
11742
|
-
"
|
|
11743
|
-
"
|
|
11744
|
-
"hasDynamicHelp": false,
|
|
11745
|
-
"multiple": false,
|
|
11746
|
-
"type": "option"
|
|
11737
|
+
"dry-run": {
|
|
11738
|
+
"description": "Preview files without writing them",
|
|
11739
|
+
"name": "dry-run",
|
|
11740
|
+
"allowNo": false,
|
|
11741
|
+
"type": "boolean"
|
|
11747
11742
|
},
|
|
11748
|
-
"
|
|
11749
|
-
"
|
|
11750
|
-
|
|
11751
|
-
|
|
11752
|
-
"
|
|
11753
|
-
"
|
|
11754
|
-
|
|
11755
|
-
|
|
11756
|
-
|
|
11757
|
-
|
|
11758
|
-
|
|
11743
|
+
"force": {
|
|
11744
|
+
"char": "f",
|
|
11745
|
+
"description": "Skip prompts, use defaults, and overwrite existing files",
|
|
11746
|
+
"name": "force",
|
|
11747
|
+
"allowNo": false,
|
|
11748
|
+
"type": "boolean"
|
|
11749
|
+
}
|
|
11750
|
+
},
|
|
11751
|
+
"hasDynamicHelp": false,
|
|
11752
|
+
"hiddenAliases": [],
|
|
11753
|
+
"id": "scaffold:generate",
|
|
11754
|
+
"pluginAlias": "@salesforce/b2c-cli",
|
|
11755
|
+
"pluginName": "@salesforce/b2c-cli",
|
|
11756
|
+
"pluginType": "core",
|
|
11757
|
+
"strict": true,
|
|
11758
|
+
"enableJsonFlag": true,
|
|
11759
|
+
"isESM": true,
|
|
11760
|
+
"relativePath": [
|
|
11761
|
+
"dist",
|
|
11762
|
+
"commands",
|
|
11763
|
+
"scaffold",
|
|
11764
|
+
"generate.js"
|
|
11765
|
+
]
|
|
11766
|
+
},
|
|
11767
|
+
"scaffold": {
|
|
11768
|
+
"aliases": [],
|
|
11769
|
+
"args": {
|
|
11770
|
+
"scaffoldId": {
|
|
11771
|
+
"description": "Scaffold ID to generate (optional - omit to see available commands)",
|
|
11772
|
+
"name": "scaffoldId",
|
|
11773
|
+
"required": false
|
|
11774
|
+
}
|
|
11775
|
+
},
|
|
11776
|
+
"description": "Work with project scaffolds and templates\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html",
|
|
11777
|
+
"examples": [
|
|
11778
|
+
"<%= config.bin %> scaffold --help",
|
|
11779
|
+
"<%= config.bin %> scaffold list",
|
|
11780
|
+
"<%= config.bin %> scaffold cartridge",
|
|
11781
|
+
"<%= config.bin %> scaffold cartridge --name app_custom"
|
|
11782
|
+
],
|
|
11783
|
+
"flags": {
|
|
11784
|
+
"json": {
|
|
11785
|
+
"description": "Output result as JSON",
|
|
11786
|
+
"helpGroup": "GLOBAL",
|
|
11787
|
+
"name": "json",
|
|
11788
|
+
"allowNo": false,
|
|
11789
|
+
"type": "boolean"
|
|
11759
11790
|
},
|
|
11760
|
-
"
|
|
11761
|
-
"description": "
|
|
11762
|
-
"env": "
|
|
11763
|
-
"
|
|
11764
|
-
|
|
11765
|
-
],
|
|
11766
|
-
"helpGroup": "AUTH",
|
|
11767
|
-
"name": "auth-methods",
|
|
11768
|
-
"delimiter": ",",
|
|
11791
|
+
"log-level": {
|
|
11792
|
+
"description": "Set logging verbosity level",
|
|
11793
|
+
"env": "SFCC_LOG_LEVEL",
|
|
11794
|
+
"helpGroup": "GLOBAL",
|
|
11795
|
+
"name": "log-level",
|
|
11769
11796
|
"hasDynamicHelp": false,
|
|
11770
|
-
"multiple":
|
|
11797
|
+
"multiple": false,
|
|
11771
11798
|
"options": [
|
|
11772
|
-
"
|
|
11773
|
-
"
|
|
11774
|
-
"
|
|
11775
|
-
"
|
|
11799
|
+
"trace",
|
|
11800
|
+
"debug",
|
|
11801
|
+
"info",
|
|
11802
|
+
"warn",
|
|
11803
|
+
"error",
|
|
11804
|
+
"silent"
|
|
11776
11805
|
],
|
|
11777
11806
|
"type": "option"
|
|
11778
11807
|
},
|
|
11779
|
-
"
|
|
11780
|
-
"
|
|
11781
|
-
"
|
|
11782
|
-
|
|
11808
|
+
"debug": {
|
|
11809
|
+
"char": "D",
|
|
11810
|
+
"description": "Enable debug logging (shorthand for --log-level debug)",
|
|
11811
|
+
"env": "SFCC_DEBUG",
|
|
11812
|
+
"helpGroup": "GLOBAL",
|
|
11813
|
+
"name": "debug",
|
|
11814
|
+
"allowNo": false,
|
|
11815
|
+
"type": "boolean"
|
|
11816
|
+
},
|
|
11817
|
+
"jsonl": {
|
|
11818
|
+
"aliases": [
|
|
11819
|
+
"json-logs"
|
|
11783
11820
|
],
|
|
11784
|
-
"
|
|
11785
|
-
"
|
|
11821
|
+
"description": "Output log messages as JSON lines",
|
|
11822
|
+
"env": "SFCC_JSON_LOGS",
|
|
11823
|
+
"helpGroup": "GLOBAL",
|
|
11824
|
+
"name": "jsonl",
|
|
11786
11825
|
"allowNo": false,
|
|
11787
11826
|
"type": "boolean"
|
|
11788
11827
|
},
|
|
11789
|
-
"
|
|
11790
|
-
"
|
|
11791
|
-
"
|
|
11792
|
-
"helpGroup": "
|
|
11793
|
-
"name": "
|
|
11828
|
+
"lang": {
|
|
11829
|
+
"char": "L",
|
|
11830
|
+
"description": "Language for messages (e.g., en, de). Also respects LANGUAGE env var.",
|
|
11831
|
+
"helpGroup": "GLOBAL",
|
|
11832
|
+
"name": "lang",
|
|
11794
11833
|
"hasDynamicHelp": false,
|
|
11795
11834
|
"multiple": false,
|
|
11796
11835
|
"type": "option"
|
|
11797
11836
|
},
|
|
11798
|
-
"
|
|
11799
|
-
"description": "
|
|
11800
|
-
"env": "
|
|
11801
|
-
"
|
|
11837
|
+
"config": {
|
|
11838
|
+
"description": "Path to config file (in dw.json format; defaults to ./dw.json)",
|
|
11839
|
+
"env": "SFCC_CONFIG",
|
|
11840
|
+
"helpGroup": "GLOBAL",
|
|
11841
|
+
"name": "config",
|
|
11802
11842
|
"hasDynamicHelp": false,
|
|
11803
11843
|
"multiple": false,
|
|
11804
11844
|
"type": "option"
|
|
11805
11845
|
},
|
|
11806
|
-
"
|
|
11807
|
-
"char": "
|
|
11808
|
-
"description": "
|
|
11809
|
-
"
|
|
11810
|
-
"
|
|
11846
|
+
"instance": {
|
|
11847
|
+
"char": "i",
|
|
11848
|
+
"description": "Instance name from configuration file (i.e. dw.json, etc)",
|
|
11849
|
+
"env": "SFCC_INSTANCE",
|
|
11850
|
+
"helpGroup": "GLOBAL",
|
|
11851
|
+
"name": "instance",
|
|
11811
11852
|
"hasDynamicHelp": false,
|
|
11812
11853
|
"multiple": false,
|
|
11813
11854
|
"type": "option"
|
|
11814
11855
|
},
|
|
11815
|
-
"
|
|
11816
|
-
"
|
|
11817
|
-
|
|
11818
|
-
|
|
11856
|
+
"project-directory": {
|
|
11857
|
+
"aliases": [
|
|
11858
|
+
"working-directory"
|
|
11859
|
+
],
|
|
11860
|
+
"description": "Project directory",
|
|
11861
|
+
"env": "SFCC_PROJECT_DIRECTORY",
|
|
11862
|
+
"helpGroup": "GLOBAL",
|
|
11863
|
+
"name": "project-directory",
|
|
11819
11864
|
"hasDynamicHelp": false,
|
|
11820
11865
|
"multiple": false,
|
|
11821
11866
|
"type": "option"
|
|
11822
11867
|
},
|
|
11823
|
-
"
|
|
11824
|
-
"description": "
|
|
11825
|
-
"
|
|
11826
|
-
"
|
|
11868
|
+
"extra-query": {
|
|
11869
|
+
"description": "Extra query parameters as JSON (e.g., '{\"debug\":\"true\"}')",
|
|
11870
|
+
"env": "SFCC_EXTRA_QUERY",
|
|
11871
|
+
"helpGroup": "GLOBAL",
|
|
11872
|
+
"hidden": true,
|
|
11873
|
+
"name": "extra-query",
|
|
11827
11874
|
"hasDynamicHelp": false,
|
|
11828
11875
|
"multiple": false,
|
|
11829
|
-
"options": [
|
|
11830
|
-
"medium",
|
|
11831
|
-
"large",
|
|
11832
|
-
"xlarge",
|
|
11833
|
-
"xxlarge"
|
|
11834
|
-
],
|
|
11835
11876
|
"type": "option"
|
|
11836
11877
|
},
|
|
11837
|
-
"
|
|
11838
|
-
"description": "
|
|
11839
|
-
"
|
|
11840
|
-
"
|
|
11841
|
-
"
|
|
11842
|
-
|
|
11843
|
-
"wait": {
|
|
11844
|
-
"char": "w",
|
|
11845
|
-
"description": "Wait for the sandbox to reach started or failed state before returning",
|
|
11846
|
-
"name": "wait",
|
|
11847
|
-
"allowNo": false,
|
|
11848
|
-
"type": "boolean"
|
|
11849
|
-
},
|
|
11850
|
-
"poll-interval": {
|
|
11851
|
-
"dependsOn": [
|
|
11852
|
-
"wait"
|
|
11853
|
-
],
|
|
11854
|
-
"description": "Polling interval in seconds when using --wait",
|
|
11855
|
-
"name": "poll-interval",
|
|
11856
|
-
"default": 10,
|
|
11878
|
+
"extra-body": {
|
|
11879
|
+
"description": "Extra body fields to merge as JSON (e.g., '{\"_internal\":true}')",
|
|
11880
|
+
"env": "SFCC_EXTRA_BODY",
|
|
11881
|
+
"helpGroup": "GLOBAL",
|
|
11882
|
+
"hidden": true,
|
|
11883
|
+
"name": "extra-body",
|
|
11857
11884
|
"hasDynamicHelp": false,
|
|
11858
11885
|
"multiple": false,
|
|
11859
11886
|
"type": "option"
|
|
11860
11887
|
},
|
|
11861
|
-
"
|
|
11862
|
-
"
|
|
11863
|
-
|
|
11864
|
-
|
|
11865
|
-
"
|
|
11866
|
-
"name": "
|
|
11867
|
-
"default": 600,
|
|
11888
|
+
"extra-headers": {
|
|
11889
|
+
"description": "Extra HTTP headers as JSON (e.g., '{\"X-Custom-Header\": \"value\"}')",
|
|
11890
|
+
"env": "SFCC_EXTRA_HEADERS",
|
|
11891
|
+
"helpGroup": "GLOBAL",
|
|
11892
|
+
"hidden": true,
|
|
11893
|
+
"name": "extra-headers",
|
|
11868
11894
|
"hasDynamicHelp": false,
|
|
11869
11895
|
"multiple": false,
|
|
11870
11896
|
"type": "option"
|
|
11871
11897
|
},
|
|
11872
|
-
"
|
|
11873
|
-
"
|
|
11874
|
-
"
|
|
11875
|
-
"
|
|
11876
|
-
"type": "boolean"
|
|
11877
|
-
},
|
|
11878
|
-
"permissions-client-id": {
|
|
11879
|
-
"description": "Client ID to use for default OCAPI/WebDAV permissions (defaults to auth client ID)",
|
|
11880
|
-
"name": "permissions-client-id",
|
|
11898
|
+
"name": {
|
|
11899
|
+
"char": "n",
|
|
11900
|
+
"description": "Primary name parameter (shorthand for --option name=VALUE)",
|
|
11901
|
+
"name": "name",
|
|
11881
11902
|
"hasDynamicHelp": false,
|
|
11882
11903
|
"multiple": false,
|
|
11883
11904
|
"type": "option"
|
|
11884
11905
|
},
|
|
11885
|
-
"
|
|
11886
|
-
"
|
|
11887
|
-
"
|
|
11906
|
+
"output": {
|
|
11907
|
+
"char": "o",
|
|
11908
|
+
"description": "Output directory (defaults to scaffold default or current directory)",
|
|
11909
|
+
"name": "output",
|
|
11888
11910
|
"hasDynamicHelp": false,
|
|
11889
11911
|
"multiple": false,
|
|
11890
11912
|
"type": "option"
|
|
11891
11913
|
},
|
|
11892
|
-
"
|
|
11893
|
-
"description": "
|
|
11894
|
-
"name": "
|
|
11914
|
+
"option": {
|
|
11915
|
+
"description": "Parameter value in key=value format (can be repeated)",
|
|
11916
|
+
"name": "option",
|
|
11895
11917
|
"hasDynamicHelp": false,
|
|
11896
|
-
"multiple":
|
|
11918
|
+
"multiple": true,
|
|
11897
11919
|
"type": "option"
|
|
11898
11920
|
},
|
|
11899
|
-
"
|
|
11900
|
-
"description": "
|
|
11901
|
-
"name": "
|
|
11902
|
-
"
|
|
11903
|
-
"
|
|
11904
|
-
"type": "option"
|
|
11921
|
+
"dry-run": {
|
|
11922
|
+
"description": "Preview files without writing them",
|
|
11923
|
+
"name": "dry-run",
|
|
11924
|
+
"allowNo": false,
|
|
11925
|
+
"type": "boolean"
|
|
11905
11926
|
},
|
|
11906
|
-
"
|
|
11907
|
-
"
|
|
11908
|
-
"
|
|
11909
|
-
"
|
|
11910
|
-
"
|
|
11911
|
-
"type": "
|
|
11927
|
+
"force": {
|
|
11928
|
+
"char": "f",
|
|
11929
|
+
"description": "Skip prompts, use defaults, and overwrite existing files",
|
|
11930
|
+
"name": "force",
|
|
11931
|
+
"allowNo": false,
|
|
11932
|
+
"type": "boolean"
|
|
11912
11933
|
}
|
|
11913
11934
|
},
|
|
11914
11935
|
"hasDynamicHelp": false,
|
|
11915
11936
|
"hiddenAliases": [],
|
|
11916
|
-
"id": "
|
|
11937
|
+
"id": "scaffold",
|
|
11917
11938
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
11918
11939
|
"pluginName": "@salesforce/b2c-cli",
|
|
11919
11940
|
"pluginType": "core",
|
|
@@ -11923,28 +11944,32 @@
|
|
|
11923
11944
|
"relativePath": [
|
|
11924
11945
|
"dist",
|
|
11925
11946
|
"commands",
|
|
11926
|
-
"
|
|
11927
|
-
"
|
|
11947
|
+
"scaffold",
|
|
11948
|
+
"index.js"
|
|
11928
11949
|
]
|
|
11929
11950
|
},
|
|
11930
|
-
"
|
|
11931
|
-
"aliases": [
|
|
11932
|
-
"ods:delete"
|
|
11933
|
-
],
|
|
11951
|
+
"scaffold:info": {
|
|
11952
|
+
"aliases": [],
|
|
11934
11953
|
"args": {
|
|
11935
|
-
"
|
|
11936
|
-
"description": "
|
|
11937
|
-
"name": "
|
|
11954
|
+
"scaffoldId": {
|
|
11955
|
+
"description": "Scaffold ID to get info for",
|
|
11956
|
+
"name": "scaffoldId",
|
|
11938
11957
|
"required": true
|
|
11939
11958
|
}
|
|
11940
11959
|
},
|
|
11941
|
-
"description": "
|
|
11960
|
+
"description": "Show detailed information about a scaffold\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-info",
|
|
11942
11961
|
"examples": [
|
|
11943
|
-
"<%= config.bin %> <%= command.id %>
|
|
11944
|
-
"<%= config.bin %> <%= command.id %>
|
|
11945
|
-
"<%= config.bin %> <%= command.id %> zzzv_123 --force"
|
|
11962
|
+
"<%= config.bin %> <%= command.id %> cartridge",
|
|
11963
|
+
"<%= config.bin %> <%= command.id %> custom-api --json"
|
|
11946
11964
|
],
|
|
11947
11965
|
"flags": {
|
|
11966
|
+
"json": {
|
|
11967
|
+
"description": "Output result as JSON",
|
|
11968
|
+
"helpGroup": "GLOBAL",
|
|
11969
|
+
"name": "json",
|
|
11970
|
+
"allowNo": false,
|
|
11971
|
+
"type": "boolean"
|
|
11972
|
+
},
|
|
11948
11973
|
"log-level": {
|
|
11949
11974
|
"description": "Set logging verbosity level",
|
|
11950
11975
|
"env": "SFCC_LOG_LEVEL",
|
|
@@ -11971,13 +11996,6 @@
|
|
|
11971
11996
|
"allowNo": false,
|
|
11972
11997
|
"type": "boolean"
|
|
11973
11998
|
},
|
|
11974
|
-
"json": {
|
|
11975
|
-
"description": "Output result as JSON",
|
|
11976
|
-
"helpGroup": "GLOBAL",
|
|
11977
|
-
"name": "json",
|
|
11978
|
-
"allowNo": false,
|
|
11979
|
-
"type": "boolean"
|
|
11980
|
-
},
|
|
11981
11999
|
"jsonl": {
|
|
11982
12000
|
"aliases": [
|
|
11983
12001
|
"json-logs"
|
|
@@ -12058,172 +12076,221 @@
|
|
|
12058
12076
|
"hasDynamicHelp": false,
|
|
12059
12077
|
"multiple": false,
|
|
12060
12078
|
"type": "option"
|
|
12079
|
+
}
|
|
12080
|
+
},
|
|
12081
|
+
"hasDynamicHelp": false,
|
|
12082
|
+
"hiddenAliases": [],
|
|
12083
|
+
"id": "scaffold:info",
|
|
12084
|
+
"pluginAlias": "@salesforce/b2c-cli",
|
|
12085
|
+
"pluginName": "@salesforce/b2c-cli",
|
|
12086
|
+
"pluginType": "core",
|
|
12087
|
+
"strict": true,
|
|
12088
|
+
"enableJsonFlag": true,
|
|
12089
|
+
"isESM": true,
|
|
12090
|
+
"relativePath": [
|
|
12091
|
+
"dist",
|
|
12092
|
+
"commands",
|
|
12093
|
+
"scaffold",
|
|
12094
|
+
"info.js"
|
|
12095
|
+
]
|
|
12096
|
+
},
|
|
12097
|
+
"scaffold:init": {
|
|
12098
|
+
"aliases": [],
|
|
12099
|
+
"args": {
|
|
12100
|
+
"name": {
|
|
12101
|
+
"description": "Name for the new scaffold (kebab-case)",
|
|
12102
|
+
"name": "name",
|
|
12103
|
+
"required": false
|
|
12104
|
+
}
|
|
12105
|
+
},
|
|
12106
|
+
"description": "Create a new custom scaffold template\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-init",
|
|
12107
|
+
"examples": [
|
|
12108
|
+
"<%= config.bin %> <%= command.id %> my-scaffold",
|
|
12109
|
+
"<%= config.bin %> <%= command.id %> my-scaffold --project",
|
|
12110
|
+
"<%= config.bin %> <%= command.id %> my-scaffold --user",
|
|
12111
|
+
"<%= config.bin %> <%= command.id %> --output ./scaffolds/custom"
|
|
12112
|
+
],
|
|
12113
|
+
"flags": {
|
|
12114
|
+
"json": {
|
|
12115
|
+
"description": "Output result as JSON",
|
|
12116
|
+
"helpGroup": "GLOBAL",
|
|
12117
|
+
"name": "json",
|
|
12118
|
+
"allowNo": false,
|
|
12119
|
+
"type": "boolean"
|
|
12061
12120
|
},
|
|
12062
|
-
"
|
|
12063
|
-
"description": "
|
|
12064
|
-
"env": "
|
|
12065
|
-
"helpGroup": "
|
|
12066
|
-
"name": "
|
|
12121
|
+
"log-level": {
|
|
12122
|
+
"description": "Set logging verbosity level",
|
|
12123
|
+
"env": "SFCC_LOG_LEVEL",
|
|
12124
|
+
"helpGroup": "GLOBAL",
|
|
12125
|
+
"name": "log-level",
|
|
12067
12126
|
"hasDynamicHelp": false,
|
|
12068
12127
|
"multiple": false,
|
|
12128
|
+
"options": [
|
|
12129
|
+
"trace",
|
|
12130
|
+
"debug",
|
|
12131
|
+
"info",
|
|
12132
|
+
"warn",
|
|
12133
|
+
"error",
|
|
12134
|
+
"silent"
|
|
12135
|
+
],
|
|
12069
12136
|
"type": "option"
|
|
12070
12137
|
},
|
|
12071
|
-
"
|
|
12072
|
-
"
|
|
12073
|
-
"
|
|
12074
|
-
"
|
|
12075
|
-
"
|
|
12138
|
+
"debug": {
|
|
12139
|
+
"char": "D",
|
|
12140
|
+
"description": "Enable debug logging (shorthand for --log-level debug)",
|
|
12141
|
+
"env": "SFCC_DEBUG",
|
|
12142
|
+
"helpGroup": "GLOBAL",
|
|
12143
|
+
"name": "debug",
|
|
12144
|
+
"allowNo": false,
|
|
12145
|
+
"type": "boolean"
|
|
12146
|
+
},
|
|
12147
|
+
"jsonl": {
|
|
12148
|
+
"aliases": [
|
|
12149
|
+
"json-logs"
|
|
12150
|
+
],
|
|
12151
|
+
"description": "Output log messages as JSON lines",
|
|
12152
|
+
"env": "SFCC_JSON_LOGS",
|
|
12153
|
+
"helpGroup": "GLOBAL",
|
|
12154
|
+
"name": "jsonl",
|
|
12155
|
+
"allowNo": false,
|
|
12156
|
+
"type": "boolean"
|
|
12157
|
+
},
|
|
12158
|
+
"lang": {
|
|
12159
|
+
"char": "L",
|
|
12160
|
+
"description": "Language for messages (e.g., en, de). Also respects LANGUAGE env var.",
|
|
12161
|
+
"helpGroup": "GLOBAL",
|
|
12162
|
+
"name": "lang",
|
|
12076
12163
|
"hasDynamicHelp": false,
|
|
12077
12164
|
"multiple": false,
|
|
12078
12165
|
"type": "option"
|
|
12079
12166
|
},
|
|
12080
|
-
"
|
|
12081
|
-
"description": "
|
|
12082
|
-
"env": "
|
|
12083
|
-
"helpGroup": "
|
|
12084
|
-
"name": "
|
|
12085
|
-
"delimiter": ",",
|
|
12167
|
+
"config": {
|
|
12168
|
+
"description": "Path to config file (in dw.json format; defaults to ./dw.json)",
|
|
12169
|
+
"env": "SFCC_CONFIG",
|
|
12170
|
+
"helpGroup": "GLOBAL",
|
|
12171
|
+
"name": "config",
|
|
12086
12172
|
"hasDynamicHelp": false,
|
|
12087
|
-
"multiple":
|
|
12173
|
+
"multiple": false,
|
|
12088
12174
|
"type": "option"
|
|
12089
12175
|
},
|
|
12090
|
-
"
|
|
12091
|
-
"
|
|
12092
|
-
"
|
|
12093
|
-
"
|
|
12094
|
-
"
|
|
12176
|
+
"instance": {
|
|
12177
|
+
"char": "i",
|
|
12178
|
+
"description": "Instance name from configuration file (i.e. dw.json, etc)",
|
|
12179
|
+
"env": "SFCC_INSTANCE",
|
|
12180
|
+
"helpGroup": "GLOBAL",
|
|
12181
|
+
"name": "instance",
|
|
12095
12182
|
"hasDynamicHelp": false,
|
|
12096
12183
|
"multiple": false,
|
|
12097
12184
|
"type": "option"
|
|
12098
12185
|
},
|
|
12099
|
-
"
|
|
12186
|
+
"project-directory": {
|
|
12100
12187
|
"aliases": [
|
|
12101
|
-
"
|
|
12188
|
+
"working-directory"
|
|
12102
12189
|
],
|
|
12103
|
-
"description": "
|
|
12104
|
-
"env": "
|
|
12105
|
-
"helpGroup": "
|
|
12106
|
-
"name": "
|
|
12190
|
+
"description": "Project directory",
|
|
12191
|
+
"env": "SFCC_PROJECT_DIRECTORY",
|
|
12192
|
+
"helpGroup": "GLOBAL",
|
|
12193
|
+
"name": "project-directory",
|
|
12107
12194
|
"hasDynamicHelp": false,
|
|
12108
12195
|
"multiple": false,
|
|
12109
12196
|
"type": "option"
|
|
12110
12197
|
},
|
|
12111
|
-
"
|
|
12112
|
-
"description": "
|
|
12113
|
-
"env": "
|
|
12114
|
-
"
|
|
12115
|
-
|
|
12116
|
-
|
|
12117
|
-
"helpGroup": "AUTH",
|
|
12118
|
-
"name": "auth-methods",
|
|
12119
|
-
"delimiter": ",",
|
|
12198
|
+
"extra-query": {
|
|
12199
|
+
"description": "Extra query parameters as JSON (e.g., '{\"debug\":\"true\"}')",
|
|
12200
|
+
"env": "SFCC_EXTRA_QUERY",
|
|
12201
|
+
"helpGroup": "GLOBAL",
|
|
12202
|
+
"hidden": true,
|
|
12203
|
+
"name": "extra-query",
|
|
12120
12204
|
"hasDynamicHelp": false,
|
|
12121
|
-
"multiple":
|
|
12122
|
-
"options": [
|
|
12123
|
-
"client-credentials",
|
|
12124
|
-
"implicit",
|
|
12125
|
-
"basic",
|
|
12126
|
-
"api-key"
|
|
12127
|
-
],
|
|
12205
|
+
"multiple": false,
|
|
12128
12206
|
"type": "option"
|
|
12129
12207
|
},
|
|
12130
|
-
"
|
|
12131
|
-
"description": "
|
|
12132
|
-
"
|
|
12133
|
-
|
|
12134
|
-
|
|
12135
|
-
"
|
|
12136
|
-
"name": "user-auth",
|
|
12137
|
-
"allowNo": false,
|
|
12138
|
-
"type": "boolean"
|
|
12139
|
-
},
|
|
12140
|
-
"account-manager-host": {
|
|
12141
|
-
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
12142
|
-
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
12143
|
-
"helpGroup": "AUTH",
|
|
12144
|
-
"name": "account-manager-host",
|
|
12208
|
+
"extra-body": {
|
|
12209
|
+
"description": "Extra body fields to merge as JSON (e.g., '{\"_internal\":true}')",
|
|
12210
|
+
"env": "SFCC_EXTRA_BODY",
|
|
12211
|
+
"helpGroup": "GLOBAL",
|
|
12212
|
+
"hidden": true,
|
|
12213
|
+
"name": "extra-body",
|
|
12145
12214
|
"hasDynamicHelp": false,
|
|
12146
12215
|
"multiple": false,
|
|
12147
12216
|
"type": "option"
|
|
12148
12217
|
},
|
|
12149
|
-
"
|
|
12150
|
-
"description": "
|
|
12151
|
-
"env": "
|
|
12152
|
-
"
|
|
12218
|
+
"extra-headers": {
|
|
12219
|
+
"description": "Extra HTTP headers as JSON (e.g., '{\"X-Custom-Header\": \"value\"}')",
|
|
12220
|
+
"env": "SFCC_EXTRA_HEADERS",
|
|
12221
|
+
"helpGroup": "GLOBAL",
|
|
12222
|
+
"hidden": true,
|
|
12223
|
+
"name": "extra-headers",
|
|
12153
12224
|
"hasDynamicHelp": false,
|
|
12154
12225
|
"multiple": false,
|
|
12155
12226
|
"type": "option"
|
|
12156
12227
|
},
|
|
12157
|
-
"
|
|
12158
|
-
"
|
|
12159
|
-
"
|
|
12160
|
-
|
|
12228
|
+
"project": {
|
|
12229
|
+
"description": "Create in project scaffolds directory (.b2c/scaffolds/)",
|
|
12230
|
+
"exclusive": [
|
|
12231
|
+
"user",
|
|
12232
|
+
"output"
|
|
12233
|
+
],
|
|
12234
|
+
"name": "project",
|
|
12161
12235
|
"allowNo": false,
|
|
12162
12236
|
"type": "boolean"
|
|
12163
12237
|
},
|
|
12164
|
-
"
|
|
12165
|
-
"
|
|
12166
|
-
"
|
|
12167
|
-
|
|
12238
|
+
"user": {
|
|
12239
|
+
"description": "Create in user scaffolds directory (~/.b2c/scaffolds/)",
|
|
12240
|
+
"exclusive": [
|
|
12241
|
+
"project",
|
|
12242
|
+
"output"
|
|
12243
|
+
],
|
|
12244
|
+
"name": "user",
|
|
12168
12245
|
"allowNo": false,
|
|
12169
12246
|
"type": "boolean"
|
|
12170
12247
|
},
|
|
12171
|
-
"
|
|
12172
|
-
"
|
|
12173
|
-
|
|
12248
|
+
"output": {
|
|
12249
|
+
"char": "o",
|
|
12250
|
+
"description": "Custom output directory for the scaffold",
|
|
12251
|
+
"exclusive": [
|
|
12252
|
+
"project",
|
|
12253
|
+
"user"
|
|
12174
12254
|
],
|
|
12175
|
-
"
|
|
12176
|
-
"name": "poll-interval",
|
|
12177
|
-
"default": 10,
|
|
12255
|
+
"name": "output",
|
|
12178
12256
|
"hasDynamicHelp": false,
|
|
12179
12257
|
"multiple": false,
|
|
12180
12258
|
"type": "option"
|
|
12181
12259
|
},
|
|
12182
|
-
"
|
|
12183
|
-
"
|
|
12184
|
-
|
|
12185
|
-
|
|
12186
|
-
"
|
|
12187
|
-
"
|
|
12188
|
-
"default": 600,
|
|
12189
|
-
"hasDynamicHelp": false,
|
|
12190
|
-
"multiple": false,
|
|
12191
|
-
"type": "option"
|
|
12260
|
+
"force": {
|
|
12261
|
+
"char": "f",
|
|
12262
|
+
"description": "Overwrite existing scaffold if it exists",
|
|
12263
|
+
"name": "force",
|
|
12264
|
+
"allowNo": false,
|
|
12265
|
+
"type": "boolean"
|
|
12192
12266
|
}
|
|
12193
12267
|
},
|
|
12194
12268
|
"hasDynamicHelp": false,
|
|
12195
12269
|
"hiddenAliases": [],
|
|
12196
|
-
"id": "
|
|
12270
|
+
"id": "scaffold:init",
|
|
12197
12271
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
12198
12272
|
"pluginName": "@salesforce/b2c-cli",
|
|
12199
12273
|
"pluginType": "core",
|
|
12200
12274
|
"strict": true,
|
|
12201
|
-
"enableJsonFlag":
|
|
12275
|
+
"enableJsonFlag": true,
|
|
12202
12276
|
"isESM": true,
|
|
12203
12277
|
"relativePath": [
|
|
12204
12278
|
"dist",
|
|
12205
12279
|
"commands",
|
|
12206
|
-
"
|
|
12207
|
-
"
|
|
12280
|
+
"scaffold",
|
|
12281
|
+
"init.js"
|
|
12208
12282
|
]
|
|
12209
12283
|
},
|
|
12210
|
-
"
|
|
12211
|
-
"aliases": [
|
|
12212
|
-
|
|
12213
|
-
|
|
12214
|
-
"args": {
|
|
12215
|
-
"sandboxId": {
|
|
12216
|
-
"description": "Sandbox ID (UUID or realm-instance, e.g., abcd-123)",
|
|
12217
|
-
"name": "sandboxId",
|
|
12218
|
-
"required": true
|
|
12219
|
-
}
|
|
12220
|
-
},
|
|
12221
|
-
"description": "Get details of a specific sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-get",
|
|
12284
|
+
"scaffold:list": {
|
|
12285
|
+
"aliases": [],
|
|
12286
|
+
"args": {},
|
|
12287
|
+
"description": "List available project scaffolds\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-list",
|
|
12222
12288
|
"examples": [
|
|
12223
|
-
"<%= config.bin %> <%= command.id %>
|
|
12224
|
-
"<%= config.bin %> <%= command.id %>
|
|
12225
|
-
"<%= config.bin %> <%= command.id %>
|
|
12226
|
-
"<%= config.bin %> <%= command.id %>
|
|
12289
|
+
"<%= config.bin %> <%= command.id %>",
|
|
12290
|
+
"<%= config.bin %> <%= command.id %> --category cartridge",
|
|
12291
|
+
"<%= config.bin %> <%= command.id %> --source project",
|
|
12292
|
+
"<%= config.bin %> <%= command.id %> --extended",
|
|
12293
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
12227
12294
|
],
|
|
12228
12295
|
"flags": {
|
|
12229
12296
|
"json": {
|
|
@@ -12340,111 +12407,46 @@
|
|
|
12340
12407
|
"multiple": false,
|
|
12341
12408
|
"type": "option"
|
|
12342
12409
|
},
|
|
12343
|
-
"
|
|
12344
|
-
"
|
|
12345
|
-
"
|
|
12346
|
-
"
|
|
12347
|
-
"name": "client-id",
|
|
12348
|
-
"hasDynamicHelp": false,
|
|
12349
|
-
"multiple": false,
|
|
12350
|
-
"type": "option"
|
|
12351
|
-
},
|
|
12352
|
-
"client-secret": {
|
|
12353
|
-
"description": "Client Secret for OAuth",
|
|
12354
|
-
"env": "SFCC_CLIENT_SECRET",
|
|
12355
|
-
"helpGroup": "AUTH",
|
|
12356
|
-
"name": "client-secret",
|
|
12357
|
-
"hasDynamicHelp": false,
|
|
12358
|
-
"multiple": false,
|
|
12359
|
-
"type": "option"
|
|
12360
|
-
},
|
|
12361
|
-
"auth-scope": {
|
|
12362
|
-
"description": "OAuth scopes to request (comma-separated)",
|
|
12363
|
-
"env": "SFCC_OAUTH_SCOPES",
|
|
12364
|
-
"helpGroup": "AUTH",
|
|
12365
|
-
"name": "auth-scope",
|
|
12366
|
-
"delimiter": ",",
|
|
12367
|
-
"hasDynamicHelp": false,
|
|
12368
|
-
"multiple": true,
|
|
12369
|
-
"type": "option"
|
|
12370
|
-
},
|
|
12371
|
-
"short-code": {
|
|
12372
|
-
"description": "SCAPI short code",
|
|
12373
|
-
"env": "SFCC_SHORTCODE",
|
|
12374
|
-
"helpGroup": "AUTH",
|
|
12375
|
-
"name": "short-code",
|
|
12410
|
+
"category": {
|
|
12411
|
+
"char": "c",
|
|
12412
|
+
"description": "Filter by category",
|
|
12413
|
+
"name": "category",
|
|
12376
12414
|
"hasDynamicHelp": false,
|
|
12377
12415
|
"multiple": false,
|
|
12378
12416
|
"type": "option"
|
|
12379
12417
|
},
|
|
12380
|
-
"
|
|
12381
|
-
"
|
|
12382
|
-
|
|
12383
|
-
|
|
12384
|
-
"description": "Organization/tenant ID",
|
|
12385
|
-
"env": "SFCC_TENANT_ID",
|
|
12386
|
-
"helpGroup": "AUTH",
|
|
12387
|
-
"name": "tenant-id",
|
|
12418
|
+
"source": {
|
|
12419
|
+
"char": "s",
|
|
12420
|
+
"description": "Filter by source (built-in, user, project, plugin)",
|
|
12421
|
+
"name": "source",
|
|
12388
12422
|
"hasDynamicHelp": false,
|
|
12389
12423
|
"multiple": false,
|
|
12390
|
-
"type": "option"
|
|
12391
|
-
},
|
|
12392
|
-
"auth-methods": {
|
|
12393
|
-
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
12394
|
-
"env": "SFCC_AUTH_METHODS",
|
|
12395
|
-
"exclusive": [
|
|
12396
|
-
"user-auth"
|
|
12397
|
-
],
|
|
12398
|
-
"helpGroup": "AUTH",
|
|
12399
|
-
"name": "auth-methods",
|
|
12400
|
-
"delimiter": ",",
|
|
12401
|
-
"hasDynamicHelp": false,
|
|
12402
|
-
"multiple": true,
|
|
12403
12424
|
"options": [
|
|
12404
|
-
"
|
|
12405
|
-
"
|
|
12406
|
-
"
|
|
12407
|
-
"
|
|
12425
|
+
"built-in",
|
|
12426
|
+
"user",
|
|
12427
|
+
"project",
|
|
12428
|
+
"plugin"
|
|
12408
12429
|
],
|
|
12409
12430
|
"type": "option"
|
|
12410
12431
|
},
|
|
12411
|
-
"
|
|
12412
|
-
"description": "
|
|
12413
|
-
"
|
|
12414
|
-
"auth-methods"
|
|
12415
|
-
],
|
|
12416
|
-
"helpGroup": "AUTH",
|
|
12417
|
-
"name": "user-auth",
|
|
12418
|
-
"allowNo": false,
|
|
12419
|
-
"type": "boolean"
|
|
12420
|
-
},
|
|
12421
|
-
"account-manager-host": {
|
|
12422
|
-
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
12423
|
-
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
12424
|
-
"helpGroup": "AUTH",
|
|
12425
|
-
"name": "account-manager-host",
|
|
12426
|
-
"hasDynamicHelp": false,
|
|
12427
|
-
"multiple": false,
|
|
12428
|
-
"type": "option"
|
|
12429
|
-
},
|
|
12430
|
-
"sandbox-api-host": {
|
|
12431
|
-
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
12432
|
-
"env": "SFCC_SANDBOX_API_HOST",
|
|
12433
|
-
"name": "sandbox-api-host",
|
|
12432
|
+
"columns": {
|
|
12433
|
+
"description": "Columns to display (comma-separated). Available: id, displayName, category, source, description, path",
|
|
12434
|
+
"name": "columns",
|
|
12434
12435
|
"hasDynamicHelp": false,
|
|
12435
12436
|
"multiple": false,
|
|
12436
12437
|
"type": "option"
|
|
12437
12438
|
},
|
|
12438
|
-
"
|
|
12439
|
-
"
|
|
12440
|
-
"
|
|
12439
|
+
"extended": {
|
|
12440
|
+
"char": "x",
|
|
12441
|
+
"description": "Show all columns including extended fields",
|
|
12442
|
+
"name": "extended",
|
|
12441
12443
|
"allowNo": false,
|
|
12442
12444
|
"type": "boolean"
|
|
12443
12445
|
}
|
|
12444
12446
|
},
|
|
12445
12447
|
"hasDynamicHelp": false,
|
|
12446
12448
|
"hiddenAliases": [],
|
|
12447
|
-
"id": "
|
|
12449
|
+
"id": "scaffold:list",
|
|
12448
12450
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
12449
12451
|
"pluginName": "@salesforce/b2c-cli",
|
|
12450
12452
|
"pluginType": "core",
|
|
@@ -12454,20 +12456,25 @@
|
|
|
12454
12456
|
"relativePath": [
|
|
12455
12457
|
"dist",
|
|
12456
12458
|
"commands",
|
|
12457
|
-
"
|
|
12458
|
-
"
|
|
12459
|
+
"scaffold",
|
|
12460
|
+
"list.js"
|
|
12459
12461
|
]
|
|
12460
12462
|
},
|
|
12461
|
-
"
|
|
12462
|
-
"aliases": [
|
|
12463
|
-
|
|
12464
|
-
|
|
12465
|
-
|
|
12466
|
-
|
|
12463
|
+
"scaffold:search": {
|
|
12464
|
+
"aliases": [],
|
|
12465
|
+
"args": {
|
|
12466
|
+
"query": {
|
|
12467
|
+
"description": "Search query (matches name and description)",
|
|
12468
|
+
"name": "query",
|
|
12469
|
+
"required": true
|
|
12470
|
+
}
|
|
12471
|
+
},
|
|
12472
|
+
"description": "Search for scaffolds by name, description, or tags\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-search",
|
|
12467
12473
|
"examples": [
|
|
12468
|
-
"<%= config.bin %> <%= command.id %>",
|
|
12469
|
-
"<%= config.bin %> <%= command.id %>
|
|
12470
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12474
|
+
"<%= config.bin %> <%= command.id %> controller",
|
|
12475
|
+
"<%= config.bin %> <%= command.id %> api",
|
|
12476
|
+
"<%= config.bin %> <%= command.id %> hook --category cartridge",
|
|
12477
|
+
"<%= config.bin %> <%= command.id %> job --json"
|
|
12471
12478
|
],
|
|
12472
12479
|
"flags": {
|
|
12473
12480
|
"json": {
|
|
@@ -12584,97 +12591,10 @@
|
|
|
12584
12591
|
"multiple": false,
|
|
12585
12592
|
"type": "option"
|
|
12586
12593
|
},
|
|
12587
|
-
"
|
|
12588
|
-
"
|
|
12589
|
-
"
|
|
12590
|
-
"
|
|
12591
|
-
"name": "client-id",
|
|
12592
|
-
"hasDynamicHelp": false,
|
|
12593
|
-
"multiple": false,
|
|
12594
|
-
"type": "option"
|
|
12595
|
-
},
|
|
12596
|
-
"client-secret": {
|
|
12597
|
-
"description": "Client Secret for OAuth",
|
|
12598
|
-
"env": "SFCC_CLIENT_SECRET",
|
|
12599
|
-
"helpGroup": "AUTH",
|
|
12600
|
-
"name": "client-secret",
|
|
12601
|
-
"hasDynamicHelp": false,
|
|
12602
|
-
"multiple": false,
|
|
12603
|
-
"type": "option"
|
|
12604
|
-
},
|
|
12605
|
-
"auth-scope": {
|
|
12606
|
-
"description": "OAuth scopes to request (comma-separated)",
|
|
12607
|
-
"env": "SFCC_OAUTH_SCOPES",
|
|
12608
|
-
"helpGroup": "AUTH",
|
|
12609
|
-
"name": "auth-scope",
|
|
12610
|
-
"delimiter": ",",
|
|
12611
|
-
"hasDynamicHelp": false,
|
|
12612
|
-
"multiple": true,
|
|
12613
|
-
"type": "option"
|
|
12614
|
-
},
|
|
12615
|
-
"short-code": {
|
|
12616
|
-
"description": "SCAPI short code",
|
|
12617
|
-
"env": "SFCC_SHORTCODE",
|
|
12618
|
-
"helpGroup": "AUTH",
|
|
12619
|
-
"name": "short-code",
|
|
12620
|
-
"hasDynamicHelp": false,
|
|
12621
|
-
"multiple": false,
|
|
12622
|
-
"type": "option"
|
|
12623
|
-
},
|
|
12624
|
-
"tenant-id": {
|
|
12625
|
-
"aliases": [
|
|
12626
|
-
"tenant"
|
|
12627
|
-
],
|
|
12628
|
-
"description": "Organization/tenant ID",
|
|
12629
|
-
"env": "SFCC_TENANT_ID",
|
|
12630
|
-
"helpGroup": "AUTH",
|
|
12631
|
-
"name": "tenant-id",
|
|
12632
|
-
"hasDynamicHelp": false,
|
|
12633
|
-
"multiple": false,
|
|
12634
|
-
"type": "option"
|
|
12635
|
-
},
|
|
12636
|
-
"auth-methods": {
|
|
12637
|
-
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
12638
|
-
"env": "SFCC_AUTH_METHODS",
|
|
12639
|
-
"exclusive": [
|
|
12640
|
-
"user-auth"
|
|
12641
|
-
],
|
|
12642
|
-
"helpGroup": "AUTH",
|
|
12643
|
-
"name": "auth-methods",
|
|
12644
|
-
"delimiter": ",",
|
|
12645
|
-
"hasDynamicHelp": false,
|
|
12646
|
-
"multiple": true,
|
|
12647
|
-
"options": [
|
|
12648
|
-
"client-credentials",
|
|
12649
|
-
"implicit",
|
|
12650
|
-
"basic",
|
|
12651
|
-
"api-key"
|
|
12652
|
-
],
|
|
12653
|
-
"type": "option"
|
|
12654
|
-
},
|
|
12655
|
-
"user-auth": {
|
|
12656
|
-
"description": "Use browser-based user authentication (implicit OAuth flow)",
|
|
12657
|
-
"exclusive": [
|
|
12658
|
-
"auth-methods"
|
|
12659
|
-
],
|
|
12660
|
-
"helpGroup": "AUTH",
|
|
12661
|
-
"name": "user-auth",
|
|
12662
|
-
"allowNo": false,
|
|
12663
|
-
"type": "boolean"
|
|
12664
|
-
},
|
|
12665
|
-
"account-manager-host": {
|
|
12666
|
-
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
12667
|
-
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
12668
|
-
"helpGroup": "AUTH",
|
|
12669
|
-
"name": "account-manager-host",
|
|
12670
|
-
"hasDynamicHelp": false,
|
|
12671
|
-
"multiple": false,
|
|
12672
|
-
"type": "option"
|
|
12673
|
-
},
|
|
12674
|
-
"sandbox-api-host": {
|
|
12675
|
-
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
12676
|
-
"env": "SFCC_SANDBOX_API_HOST",
|
|
12677
|
-
"name": "sandbox-api-host",
|
|
12594
|
+
"category": {
|
|
12595
|
+
"char": "c",
|
|
12596
|
+
"description": "Filter results by category",
|
|
12597
|
+
"name": "category",
|
|
12678
12598
|
"hasDynamicHelp": false,
|
|
12679
12599
|
"multiple": false,
|
|
12680
12600
|
"type": "option"
|
|
@@ -12682,7 +12602,7 @@
|
|
|
12682
12602
|
},
|
|
12683
12603
|
"hasDynamicHelp": false,
|
|
12684
12604
|
"hiddenAliases": [],
|
|
12685
|
-
"id": "
|
|
12605
|
+
"id": "scaffold:search",
|
|
12686
12606
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
12687
12607
|
"pluginName": "@salesforce/b2c-cli",
|
|
12688
12608
|
"pluginType": "core",
|
|
@@ -12692,21 +12612,24 @@
|
|
|
12692
12612
|
"relativePath": [
|
|
12693
12613
|
"dist",
|
|
12694
12614
|
"commands",
|
|
12695
|
-
"
|
|
12696
|
-
"
|
|
12615
|
+
"scaffold",
|
|
12616
|
+
"search.js"
|
|
12697
12617
|
]
|
|
12698
12618
|
},
|
|
12699
|
-
"
|
|
12700
|
-
"aliases": [
|
|
12701
|
-
|
|
12702
|
-
|
|
12703
|
-
|
|
12704
|
-
|
|
12619
|
+
"scaffold:validate": {
|
|
12620
|
+
"aliases": [],
|
|
12621
|
+
"args": {
|
|
12622
|
+
"path": {
|
|
12623
|
+
"description": "Path to the scaffold directory",
|
|
12624
|
+
"name": "path",
|
|
12625
|
+
"required": true
|
|
12626
|
+
}
|
|
12627
|
+
},
|
|
12628
|
+
"description": "Validate a custom scaffold manifest and templates\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-validate",
|
|
12705
12629
|
"examples": [
|
|
12706
|
-
"<%= config.bin %> <%= command.id %>",
|
|
12707
|
-
"<%= config.bin %> <%= command.id %>
|
|
12708
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12709
|
-
"<%= config.bin %> <%= command.id %> -r zzzz --json"
|
|
12630
|
+
"<%= config.bin %> <%= command.id %> ./my-scaffold",
|
|
12631
|
+
"<%= config.bin %> <%= command.id %> ~/.b2c/scaffolds/my-scaffold",
|
|
12632
|
+
"<%= config.bin %> <%= command.id %> .b2c/scaffolds/my-scaffold --json"
|
|
12710
12633
|
],
|
|
12711
12634
|
"flags": {
|
|
12712
12635
|
"json": {
|
|
@@ -12823,113 +12746,16 @@
|
|
|
12823
12746
|
"multiple": false,
|
|
12824
12747
|
"type": "option"
|
|
12825
12748
|
},
|
|
12826
|
-
"
|
|
12827
|
-
"description": "
|
|
12828
|
-
"
|
|
12829
|
-
"helpGroup": "AUTH",
|
|
12830
|
-
"name": "client-id",
|
|
12831
|
-
"hasDynamicHelp": false,
|
|
12832
|
-
"multiple": false,
|
|
12833
|
-
"type": "option"
|
|
12834
|
-
},
|
|
12835
|
-
"client-secret": {
|
|
12836
|
-
"description": "Client Secret for OAuth",
|
|
12837
|
-
"env": "SFCC_CLIENT_SECRET",
|
|
12838
|
-
"helpGroup": "AUTH",
|
|
12839
|
-
"name": "client-secret",
|
|
12840
|
-
"hasDynamicHelp": false,
|
|
12841
|
-
"multiple": false,
|
|
12842
|
-
"type": "option"
|
|
12843
|
-
},
|
|
12844
|
-
"auth-scope": {
|
|
12845
|
-
"description": "OAuth scopes to request (comma-separated)",
|
|
12846
|
-
"env": "SFCC_OAUTH_SCOPES",
|
|
12847
|
-
"helpGroup": "AUTH",
|
|
12848
|
-
"name": "auth-scope",
|
|
12849
|
-
"delimiter": ",",
|
|
12850
|
-
"hasDynamicHelp": false,
|
|
12851
|
-
"multiple": true,
|
|
12852
|
-
"type": "option"
|
|
12853
|
-
},
|
|
12854
|
-
"short-code": {
|
|
12855
|
-
"description": "SCAPI short code",
|
|
12856
|
-
"env": "SFCC_SHORTCODE",
|
|
12857
|
-
"helpGroup": "AUTH",
|
|
12858
|
-
"name": "short-code",
|
|
12859
|
-
"hasDynamicHelp": false,
|
|
12860
|
-
"multiple": false,
|
|
12861
|
-
"type": "option"
|
|
12862
|
-
},
|
|
12863
|
-
"tenant-id": {
|
|
12864
|
-
"aliases": [
|
|
12865
|
-
"tenant"
|
|
12866
|
-
],
|
|
12867
|
-
"description": "Organization/tenant ID",
|
|
12868
|
-
"env": "SFCC_TENANT_ID",
|
|
12869
|
-
"helpGroup": "AUTH",
|
|
12870
|
-
"name": "tenant-id",
|
|
12871
|
-
"hasDynamicHelp": false,
|
|
12872
|
-
"multiple": false,
|
|
12873
|
-
"type": "option"
|
|
12874
|
-
},
|
|
12875
|
-
"auth-methods": {
|
|
12876
|
-
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
12877
|
-
"env": "SFCC_AUTH_METHODS",
|
|
12878
|
-
"exclusive": [
|
|
12879
|
-
"user-auth"
|
|
12880
|
-
],
|
|
12881
|
-
"helpGroup": "AUTH",
|
|
12882
|
-
"name": "auth-methods",
|
|
12883
|
-
"delimiter": ",",
|
|
12884
|
-
"hasDynamicHelp": false,
|
|
12885
|
-
"multiple": true,
|
|
12886
|
-
"options": [
|
|
12887
|
-
"client-credentials",
|
|
12888
|
-
"implicit",
|
|
12889
|
-
"basic",
|
|
12890
|
-
"api-key"
|
|
12891
|
-
],
|
|
12892
|
-
"type": "option"
|
|
12893
|
-
},
|
|
12894
|
-
"user-auth": {
|
|
12895
|
-
"description": "Use browser-based user authentication (implicit OAuth flow)",
|
|
12896
|
-
"exclusive": [
|
|
12897
|
-
"auth-methods"
|
|
12898
|
-
],
|
|
12899
|
-
"helpGroup": "AUTH",
|
|
12900
|
-
"name": "user-auth",
|
|
12749
|
+
"strict": {
|
|
12750
|
+
"description": "Treat warnings as errors",
|
|
12751
|
+
"name": "strict",
|
|
12901
12752
|
"allowNo": false,
|
|
12902
12753
|
"type": "boolean"
|
|
12903
|
-
},
|
|
12904
|
-
"account-manager-host": {
|
|
12905
|
-
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
12906
|
-
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
12907
|
-
"helpGroup": "AUTH",
|
|
12908
|
-
"name": "account-manager-host",
|
|
12909
|
-
"hasDynamicHelp": false,
|
|
12910
|
-
"multiple": false,
|
|
12911
|
-
"type": "option"
|
|
12912
|
-
},
|
|
12913
|
-
"sandbox-api-host": {
|
|
12914
|
-
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
12915
|
-
"env": "SFCC_SANDBOX_API_HOST",
|
|
12916
|
-
"name": "sandbox-api-host",
|
|
12917
|
-
"hasDynamicHelp": false,
|
|
12918
|
-
"multiple": false,
|
|
12919
|
-
"type": "option"
|
|
12920
|
-
},
|
|
12921
|
-
"realm": {
|
|
12922
|
-
"char": "r",
|
|
12923
|
-
"description": "Realm ID (four-letter ID) to get IP details for",
|
|
12924
|
-
"name": "realm",
|
|
12925
|
-
"hasDynamicHelp": false,
|
|
12926
|
-
"multiple": false,
|
|
12927
|
-
"type": "option"
|
|
12928
12754
|
}
|
|
12929
12755
|
},
|
|
12930
12756
|
"hasDynamicHelp": false,
|
|
12931
12757
|
"hiddenAliases": [],
|
|
12932
|
-
"id": "
|
|
12758
|
+
"id": "scaffold:validate",
|
|
12933
12759
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
12934
12760
|
"pluginName": "@salesforce/b2c-cli",
|
|
12935
12761
|
"pluginType": "core",
|
|
@@ -12939,24 +12765,24 @@
|
|
|
12939
12765
|
"relativePath": [
|
|
12940
12766
|
"dist",
|
|
12941
12767
|
"commands",
|
|
12942
|
-
"
|
|
12943
|
-
"
|
|
12768
|
+
"scaffold",
|
|
12769
|
+
"validate.js"
|
|
12944
12770
|
]
|
|
12945
12771
|
},
|
|
12946
|
-
"sandbox:
|
|
12772
|
+
"sandbox:create": {
|
|
12947
12773
|
"aliases": [
|
|
12948
|
-
"ods:
|
|
12774
|
+
"ods:create"
|
|
12949
12775
|
],
|
|
12950
12776
|
"args": {},
|
|
12951
|
-
"description": "
|
|
12777
|
+
"description": "Create a new on-demand sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-create",
|
|
12952
12778
|
"examples": [
|
|
12953
|
-
"<%= config.bin %> <%= command.id %>",
|
|
12954
12779
|
"<%= config.bin %> <%= command.id %> --realm abcd",
|
|
12955
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12956
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12957
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12958
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12959
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12780
|
+
"<%= config.bin %> <%= command.id %> --realm abcd --ttl 48",
|
|
12781
|
+
"<%= config.bin %> <%= command.id %> --realm abcd --profile large",
|
|
12782
|
+
"<%= config.bin %> <%= command.id %> --realm abcd --auto-scheduled",
|
|
12783
|
+
"<%= config.bin %> <%= command.id %> --realm abcd --wait",
|
|
12784
|
+
"<%= config.bin %> <%= command.id %> --realm abcd --wait --poll-interval 15",
|
|
12785
|
+
"<%= config.bin %> <%= command.id %> --realm abcd --json"
|
|
12960
12786
|
],
|
|
12961
12787
|
"flags": {
|
|
12962
12788
|
"json": {
|
|
@@ -13170,44 +12996,115 @@
|
|
|
13170
12996
|
},
|
|
13171
12997
|
"realm": {
|
|
13172
12998
|
"char": "r",
|
|
13173
|
-
"description": "
|
|
12999
|
+
"description": "Realm ID (four-letter ID)",
|
|
13174
13000
|
"name": "realm",
|
|
13001
|
+
"required": true,
|
|
13175
13002
|
"hasDynamicHelp": false,
|
|
13176
13003
|
"multiple": false,
|
|
13177
13004
|
"type": "option"
|
|
13178
13005
|
},
|
|
13179
|
-
"
|
|
13180
|
-
"description": "
|
|
13181
|
-
"name": "
|
|
13006
|
+
"ttl": {
|
|
13007
|
+
"description": "Time to live in hours (0 for infinite)",
|
|
13008
|
+
"name": "ttl",
|
|
13009
|
+
"default": 24,
|
|
13182
13010
|
"hasDynamicHelp": false,
|
|
13183
13011
|
"multiple": false,
|
|
13184
13012
|
"type": "option"
|
|
13185
13013
|
},
|
|
13186
|
-
"
|
|
13187
|
-
"description": "
|
|
13188
|
-
"name": "
|
|
13014
|
+
"profile": {
|
|
13015
|
+
"description": "Resource profile (medium, large, xlarge, xxlarge)",
|
|
13016
|
+
"name": "profile",
|
|
13017
|
+
"default": "medium",
|
|
13018
|
+
"hasDynamicHelp": false,
|
|
13019
|
+
"multiple": false,
|
|
13020
|
+
"options": [
|
|
13021
|
+
"medium",
|
|
13022
|
+
"large",
|
|
13023
|
+
"xlarge",
|
|
13024
|
+
"xxlarge"
|
|
13025
|
+
],
|
|
13026
|
+
"type": "option"
|
|
13027
|
+
},
|
|
13028
|
+
"auto-scheduled": {
|
|
13029
|
+
"description": "Enable automatic start/stop scheduling",
|
|
13030
|
+
"name": "auto-scheduled",
|
|
13189
13031
|
"allowNo": false,
|
|
13190
13032
|
"type": "boolean"
|
|
13191
13033
|
},
|
|
13192
|
-
"
|
|
13193
|
-
"char": "
|
|
13194
|
-
"description": "
|
|
13195
|
-
"name": "
|
|
13034
|
+
"wait": {
|
|
13035
|
+
"char": "w",
|
|
13036
|
+
"description": "Wait for the sandbox to reach started or failed state before returning",
|
|
13037
|
+
"name": "wait",
|
|
13038
|
+
"allowNo": false,
|
|
13039
|
+
"type": "boolean"
|
|
13040
|
+
},
|
|
13041
|
+
"poll-interval": {
|
|
13042
|
+
"dependsOn": [
|
|
13043
|
+
"wait"
|
|
13044
|
+
],
|
|
13045
|
+
"description": "Polling interval in seconds when using --wait",
|
|
13046
|
+
"name": "poll-interval",
|
|
13047
|
+
"default": 10,
|
|
13196
13048
|
"hasDynamicHelp": false,
|
|
13197
13049
|
"multiple": false,
|
|
13198
13050
|
"type": "option"
|
|
13199
13051
|
},
|
|
13200
|
-
"
|
|
13201
|
-
"
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
"
|
|
13052
|
+
"timeout": {
|
|
13053
|
+
"dependsOn": [
|
|
13054
|
+
"wait"
|
|
13055
|
+
],
|
|
13056
|
+
"description": "Maximum time to wait in seconds when using --wait (0 for no timeout)",
|
|
13057
|
+
"name": "timeout",
|
|
13058
|
+
"default": 600,
|
|
13059
|
+
"hasDynamicHelp": false,
|
|
13060
|
+
"multiple": false,
|
|
13061
|
+
"type": "option"
|
|
13062
|
+
},
|
|
13063
|
+
"set-permissions": {
|
|
13064
|
+
"description": "Automatically set OCAPI and WebDAV permissions for the client ID used to create the sandbox",
|
|
13065
|
+
"name": "set-permissions",
|
|
13066
|
+
"allowNo": true,
|
|
13205
13067
|
"type": "boolean"
|
|
13068
|
+
},
|
|
13069
|
+
"permissions-client-id": {
|
|
13070
|
+
"description": "Client ID to use for default OCAPI/WebDAV permissions (defaults to auth client ID)",
|
|
13071
|
+
"name": "permissions-client-id",
|
|
13072
|
+
"hasDynamicHelp": false,
|
|
13073
|
+
"multiple": false,
|
|
13074
|
+
"type": "option"
|
|
13075
|
+
},
|
|
13076
|
+
"ocapi-settings": {
|
|
13077
|
+
"description": "Custom OCAPI settings JSON array (replaces defaults). Format: [{\"client_id\":\"...\",\"resources\":[...]}]",
|
|
13078
|
+
"name": "ocapi-settings",
|
|
13079
|
+
"hasDynamicHelp": false,
|
|
13080
|
+
"multiple": false,
|
|
13081
|
+
"type": "option"
|
|
13082
|
+
},
|
|
13083
|
+
"webdav-settings": {
|
|
13084
|
+
"description": "Custom WebDAV settings JSON array (replaces defaults). Format: [{\"client_id\":\"...\",\"permissions\":[...]}]",
|
|
13085
|
+
"name": "webdav-settings",
|
|
13086
|
+
"hasDynamicHelp": false,
|
|
13087
|
+
"multiple": false,
|
|
13088
|
+
"type": "option"
|
|
13089
|
+
},
|
|
13090
|
+
"start-scheduler": {
|
|
13091
|
+
"description": "Start schedule JSON. Format: {\"weekdays\":[\"MONDAY\",...],\"time\":\"08:00:00+03:00\"}",
|
|
13092
|
+
"name": "start-scheduler",
|
|
13093
|
+
"hasDynamicHelp": false,
|
|
13094
|
+
"multiple": false,
|
|
13095
|
+
"type": "option"
|
|
13096
|
+
},
|
|
13097
|
+
"stop-scheduler": {
|
|
13098
|
+
"description": "Stop schedule JSON. Format: {\"weekdays\":[\"MONDAY\",...],\"time\":\"19:00:00Z\"}",
|
|
13099
|
+
"name": "stop-scheduler",
|
|
13100
|
+
"hasDynamicHelp": false,
|
|
13101
|
+
"multiple": false,
|
|
13102
|
+
"type": "option"
|
|
13206
13103
|
}
|
|
13207
13104
|
},
|
|
13208
13105
|
"hasDynamicHelp": false,
|
|
13209
13106
|
"hiddenAliases": [],
|
|
13210
|
-
"id": "sandbox:
|
|
13107
|
+
"id": "sandbox:create",
|
|
13211
13108
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
13212
13109
|
"pluginName": "@salesforce/b2c-cli",
|
|
13213
13110
|
"pluginType": "core",
|
|
@@ -13218,12 +13115,12 @@
|
|
|
13218
13115
|
"dist",
|
|
13219
13116
|
"commands",
|
|
13220
13117
|
"sandbox",
|
|
13221
|
-
"
|
|
13118
|
+
"create.js"
|
|
13222
13119
|
]
|
|
13223
13120
|
},
|
|
13224
|
-
"sandbox:
|
|
13121
|
+
"sandbox:delete": {
|
|
13225
13122
|
"aliases": [
|
|
13226
|
-
"ods:
|
|
13123
|
+
"ods:delete"
|
|
13227
13124
|
],
|
|
13228
13125
|
"args": {
|
|
13229
13126
|
"sandboxId": {
|
|
@@ -13232,21 +13129,13 @@
|
|
|
13232
13129
|
"required": true
|
|
13233
13130
|
}
|
|
13234
13131
|
},
|
|
13235
|
-
"description": "
|
|
13132
|
+
"description": "Delete an on-demand sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-delete",
|
|
13236
13133
|
"examples": [
|
|
13237
13134
|
"<%= config.bin %> <%= command.id %> abc12345-1234-1234-1234-abc123456789",
|
|
13238
13135
|
"<%= config.bin %> <%= command.id %> zzzv-123",
|
|
13239
|
-
"<%= config.bin %> <%= command.id %>
|
|
13240
|
-
"<%= config.bin %> <%= command.id %> zzzv-123 --force --json"
|
|
13136
|
+
"<%= config.bin %> <%= command.id %> zzzv_123 --force"
|
|
13241
13137
|
],
|
|
13242
13138
|
"flags": {
|
|
13243
|
-
"json": {
|
|
13244
|
-
"description": "Output result as JSON",
|
|
13245
|
-
"helpGroup": "GLOBAL",
|
|
13246
|
-
"name": "json",
|
|
13247
|
-
"allowNo": false,
|
|
13248
|
-
"type": "boolean"
|
|
13249
|
-
},
|
|
13250
13139
|
"log-level": {
|
|
13251
13140
|
"description": "Set logging verbosity level",
|
|
13252
13141
|
"env": "SFCC_LOG_LEVEL",
|
|
@@ -13273,6 +13162,13 @@
|
|
|
13273
13162
|
"allowNo": false,
|
|
13274
13163
|
"type": "boolean"
|
|
13275
13164
|
},
|
|
13165
|
+
"json": {
|
|
13166
|
+
"description": "Output result as JSON",
|
|
13167
|
+
"helpGroup": "GLOBAL",
|
|
13168
|
+
"name": "json",
|
|
13169
|
+
"allowNo": false,
|
|
13170
|
+
"type": "boolean"
|
|
13171
|
+
},
|
|
13276
13172
|
"jsonl": {
|
|
13277
13173
|
"aliases": [
|
|
13278
13174
|
"json-logs"
|
|
@@ -13449,9 +13345,16 @@
|
|
|
13449
13345
|
"multiple": false,
|
|
13450
13346
|
"type": "option"
|
|
13451
13347
|
},
|
|
13348
|
+
"force": {
|
|
13349
|
+
"char": "f",
|
|
13350
|
+
"description": "Skip confirmation prompt",
|
|
13351
|
+
"name": "force",
|
|
13352
|
+
"allowNo": false,
|
|
13353
|
+
"type": "boolean"
|
|
13354
|
+
},
|
|
13452
13355
|
"wait": {
|
|
13453
13356
|
"char": "w",
|
|
13454
|
-
"description": "Wait for the sandbox to
|
|
13357
|
+
"description": "Wait for the sandbox to be fully deleted before returning",
|
|
13455
13358
|
"name": "wait",
|
|
13456
13359
|
"allowNo": false,
|
|
13457
13360
|
"type": "boolean"
|
|
@@ -13477,34 +13380,27 @@
|
|
|
13477
13380
|
"hasDynamicHelp": false,
|
|
13478
13381
|
"multiple": false,
|
|
13479
13382
|
"type": "option"
|
|
13480
|
-
},
|
|
13481
|
-
"force": {
|
|
13482
|
-
"char": "f",
|
|
13483
|
-
"description": "Skip confirmation prompt",
|
|
13484
|
-
"name": "force",
|
|
13485
|
-
"allowNo": false,
|
|
13486
|
-
"type": "boolean"
|
|
13487
13383
|
}
|
|
13488
13384
|
},
|
|
13489
13385
|
"hasDynamicHelp": false,
|
|
13490
13386
|
"hiddenAliases": [],
|
|
13491
|
-
"id": "sandbox:
|
|
13387
|
+
"id": "sandbox:delete",
|
|
13492
13388
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
13493
13389
|
"pluginName": "@salesforce/b2c-cli",
|
|
13494
13390
|
"pluginType": "core",
|
|
13495
13391
|
"strict": true,
|
|
13496
|
-
"enableJsonFlag":
|
|
13392
|
+
"enableJsonFlag": false,
|
|
13497
13393
|
"isESM": true,
|
|
13498
13394
|
"relativePath": [
|
|
13499
13395
|
"dist",
|
|
13500
13396
|
"commands",
|
|
13501
13397
|
"sandbox",
|
|
13502
|
-
"
|
|
13398
|
+
"delete.js"
|
|
13503
13399
|
]
|
|
13504
13400
|
},
|
|
13505
|
-
"sandbox:
|
|
13401
|
+
"sandbox:get": {
|
|
13506
13402
|
"aliases": [
|
|
13507
|
-
"ods:
|
|
13403
|
+
"ods:get"
|
|
13508
13404
|
],
|
|
13509
13405
|
"args": {
|
|
13510
13406
|
"sandboxId": {
|
|
@@ -13513,13 +13409,12 @@
|
|
|
13513
13409
|
"required": true
|
|
13514
13410
|
}
|
|
13515
13411
|
},
|
|
13516
|
-
"description": "
|
|
13412
|
+
"description": "Get details of a specific sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-get",
|
|
13517
13413
|
"examples": [
|
|
13518
13414
|
"<%= config.bin %> <%= command.id %> abc12345-1234-1234-1234-abc123456789",
|
|
13519
13415
|
"<%= config.bin %> <%= command.id %> zzzv-123",
|
|
13520
|
-
"<%= config.bin %> <%= command.id %>
|
|
13521
|
-
"<%= config.bin %> <%= command.id %>
|
|
13522
|
-
"<%= config.bin %> <%= command.id %> zzzv_123 --json"
|
|
13416
|
+
"<%= config.bin %> <%= command.id %> zzzv_123 --json",
|
|
13417
|
+
"<%= config.bin %> <%= command.id %> zzzv_123 --clone-details"
|
|
13523
13418
|
],
|
|
13524
13419
|
"flags": {
|
|
13525
13420
|
"json": {
|
|
@@ -13731,39 +13626,16 @@
|
|
|
13731
13626
|
"multiple": false,
|
|
13732
13627
|
"type": "option"
|
|
13733
13628
|
},
|
|
13734
|
-
"
|
|
13735
|
-
"
|
|
13736
|
-
"
|
|
13737
|
-
"name": "wait",
|
|
13629
|
+
"clone-details": {
|
|
13630
|
+
"description": "Include detailed clone information if the sandbox was created by cloning",
|
|
13631
|
+
"name": "clone-details",
|
|
13738
13632
|
"allowNo": false,
|
|
13739
13633
|
"type": "boolean"
|
|
13740
|
-
},
|
|
13741
|
-
"poll-interval": {
|
|
13742
|
-
"dependsOn": [
|
|
13743
|
-
"wait"
|
|
13744
|
-
],
|
|
13745
|
-
"description": "Polling interval in seconds when using --wait",
|
|
13746
|
-
"name": "poll-interval",
|
|
13747
|
-
"default": 10,
|
|
13748
|
-
"hasDynamicHelp": false,
|
|
13749
|
-
"multiple": false,
|
|
13750
|
-
"type": "option"
|
|
13751
|
-
},
|
|
13752
|
-
"timeout": {
|
|
13753
|
-
"dependsOn": [
|
|
13754
|
-
"wait"
|
|
13755
|
-
],
|
|
13756
|
-
"description": "Maximum time to wait in seconds when using --wait (0 for no timeout)",
|
|
13757
|
-
"name": "timeout",
|
|
13758
|
-
"default": 600,
|
|
13759
|
-
"hasDynamicHelp": false,
|
|
13760
|
-
"multiple": false,
|
|
13761
|
-
"type": "option"
|
|
13762
13634
|
}
|
|
13763
13635
|
},
|
|
13764
13636
|
"hasDynamicHelp": false,
|
|
13765
13637
|
"hiddenAliases": [],
|
|
13766
|
-
"id": "sandbox:
|
|
13638
|
+
"id": "sandbox:get",
|
|
13767
13639
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
13768
13640
|
"pluginName": "@salesforce/b2c-cli",
|
|
13769
13641
|
"pluginType": "core",
|
|
@@ -13774,24 +13646,19 @@
|
|
|
13774
13646
|
"dist",
|
|
13775
13647
|
"commands",
|
|
13776
13648
|
"sandbox",
|
|
13777
|
-
"
|
|
13649
|
+
"get.js"
|
|
13778
13650
|
]
|
|
13779
13651
|
},
|
|
13780
|
-
"sandbox:
|
|
13652
|
+
"sandbox:info": {
|
|
13781
13653
|
"aliases": [
|
|
13782
|
-
"ods:
|
|
13654
|
+
"ods:info"
|
|
13783
13655
|
],
|
|
13784
|
-
"args": {
|
|
13785
|
-
|
|
13786
|
-
"description": "Sandbox ID (UUID or realm-instance, e.g., zzzz-001)",
|
|
13787
|
-
"name": "sandboxId",
|
|
13788
|
-
"required": true
|
|
13789
|
-
}
|
|
13790
|
-
},
|
|
13791
|
-
"description": "Show settings for a specific sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-settings",
|
|
13656
|
+
"args": {},
|
|
13657
|
+
"description": "Display sandbox user and system information\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-info",
|
|
13792
13658
|
"examples": [
|
|
13793
|
-
"<%= config.bin %> <%= command.id %>
|
|
13794
|
-
"<%= config.bin %> <%= command.id %>
|
|
13659
|
+
"<%= config.bin %> <%= command.id %>",
|
|
13660
|
+
"<%= config.bin %> <%= command.id %> --json",
|
|
13661
|
+
"<%= config.bin %> <%= command.id %> --host admin.eu01.dx.commercecloud.salesforce.com"
|
|
13795
13662
|
],
|
|
13796
13663
|
"flags": {
|
|
13797
13664
|
"json": {
|
|
@@ -14006,7 +13873,7 @@
|
|
|
14006
13873
|
},
|
|
14007
13874
|
"hasDynamicHelp": false,
|
|
14008
13875
|
"hiddenAliases": [],
|
|
14009
|
-
"id": "sandbox:
|
|
13876
|
+
"id": "sandbox:info",
|
|
14010
13877
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
14011
13878
|
"pluginName": "@salesforce/b2c-cli",
|
|
14012
13879
|
"pluginType": "core",
|
|
@@ -14017,27 +13884,20 @@
|
|
|
14017
13884
|
"dist",
|
|
14018
13885
|
"commands",
|
|
14019
13886
|
"sandbox",
|
|
14020
|
-
"
|
|
13887
|
+
"info.js"
|
|
14021
13888
|
]
|
|
14022
13889
|
},
|
|
14023
|
-
"sandbox:
|
|
13890
|
+
"sandbox:ips": {
|
|
14024
13891
|
"aliases": [
|
|
14025
|
-
"ods:
|
|
13892
|
+
"ods:ips"
|
|
14026
13893
|
],
|
|
14027
|
-
"args": {
|
|
14028
|
-
|
|
14029
|
-
"description": "Sandbox ID (UUID or realm-instance, e.g., abcd-123)",
|
|
14030
|
-
"name": "sandboxId",
|
|
14031
|
-
"required": true
|
|
14032
|
-
}
|
|
14033
|
-
},
|
|
14034
|
-
"description": "Start an on-demand sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-start",
|
|
13894
|
+
"args": {},
|
|
13895
|
+
"description": "List inbound and outbound IP addresses for ODS sandboxes\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-ips",
|
|
14035
13896
|
"examples": [
|
|
14036
|
-
"<%= config.bin %> <%= command.id %>
|
|
14037
|
-
"<%= config.bin %> <%= command.id %>
|
|
14038
|
-
"<%= config.bin %> <%= command.id %>
|
|
14039
|
-
"<%= config.bin %> <%= command.id %>
|
|
14040
|
-
"<%= config.bin %> <%= command.id %> zzzv_123 --json"
|
|
13897
|
+
"<%= config.bin %> <%= command.id %>",
|
|
13898
|
+
"<%= config.bin %> <%= command.id %> --json",
|
|
13899
|
+
"<%= config.bin %> <%= command.id %> --realm zzzz",
|
|
13900
|
+
"<%= config.bin %> <%= command.id %> -r zzzz --json"
|
|
14041
13901
|
],
|
|
14042
13902
|
"flags": {
|
|
14043
13903
|
"json": {
|
|
@@ -14249,31 +14109,10 @@
|
|
|
14249
14109
|
"multiple": false,
|
|
14250
14110
|
"type": "option"
|
|
14251
14111
|
},
|
|
14252
|
-
"
|
|
14253
|
-
"char": "
|
|
14254
|
-
"description": "
|
|
14255
|
-
"name": "
|
|
14256
|
-
"allowNo": false,
|
|
14257
|
-
"type": "boolean"
|
|
14258
|
-
},
|
|
14259
|
-
"poll-interval": {
|
|
14260
|
-
"dependsOn": [
|
|
14261
|
-
"wait"
|
|
14262
|
-
],
|
|
14263
|
-
"description": "Polling interval in seconds when using --wait",
|
|
14264
|
-
"name": "poll-interval",
|
|
14265
|
-
"default": 10,
|
|
14266
|
-
"hasDynamicHelp": false,
|
|
14267
|
-
"multiple": false,
|
|
14268
|
-
"type": "option"
|
|
14269
|
-
},
|
|
14270
|
-
"timeout": {
|
|
14271
|
-
"dependsOn": [
|
|
14272
|
-
"wait"
|
|
14273
|
-
],
|
|
14274
|
-
"description": "Maximum time to wait in seconds when using --wait (0 for no timeout)",
|
|
14275
|
-
"name": "timeout",
|
|
14276
|
-
"default": 600,
|
|
14112
|
+
"realm": {
|
|
14113
|
+
"char": "r",
|
|
14114
|
+
"description": "Realm ID (four-letter ID) to get IP details for",
|
|
14115
|
+
"name": "realm",
|
|
14277
14116
|
"hasDynamicHelp": false,
|
|
14278
14117
|
"multiple": false,
|
|
14279
14118
|
"type": "option"
|
|
@@ -14281,7 +14120,7 @@
|
|
|
14281
14120
|
},
|
|
14282
14121
|
"hasDynamicHelp": false,
|
|
14283
14122
|
"hiddenAliases": [],
|
|
14284
|
-
"id": "sandbox:
|
|
14123
|
+
"id": "sandbox:ips",
|
|
14285
14124
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
14286
14125
|
"pluginName": "@salesforce/b2c-cli",
|
|
14287
14126
|
"pluginType": "core",
|
|
@@ -14292,27 +14131,23 @@
|
|
|
14292
14131
|
"dist",
|
|
14293
14132
|
"commands",
|
|
14294
14133
|
"sandbox",
|
|
14295
|
-
"
|
|
14134
|
+
"ips.js"
|
|
14296
14135
|
]
|
|
14297
14136
|
},
|
|
14298
|
-
"sandbox:
|
|
14137
|
+
"sandbox:list": {
|
|
14299
14138
|
"aliases": [
|
|
14300
|
-
"ods:
|
|
14139
|
+
"ods:list"
|
|
14301
14140
|
],
|
|
14302
|
-
"args": {
|
|
14303
|
-
|
|
14304
|
-
"description": "Sandbox ID (UUID or realm-instance, e.g., abcd-123)",
|
|
14305
|
-
"name": "sandboxId",
|
|
14306
|
-
"required": true
|
|
14307
|
-
}
|
|
14308
|
-
},
|
|
14309
|
-
"description": "Stop an on-demand sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-stop",
|
|
14141
|
+
"args": {},
|
|
14142
|
+
"description": "List all on-demand sandboxes\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-list",
|
|
14310
14143
|
"examples": [
|
|
14311
|
-
"<%= config.bin %> <%= command.id %>
|
|
14312
|
-
"<%= config.bin %> <%= command.id %>
|
|
14313
|
-
"<%= config.bin %> <%= command.id %>
|
|
14314
|
-
"<%= config.bin %> <%= command.id %>
|
|
14315
|
-
"<%= config.bin %> <%= command.id %>
|
|
14144
|
+
"<%= config.bin %> <%= command.id %>",
|
|
14145
|
+
"<%= config.bin %> <%= command.id %> --realm abcd",
|
|
14146
|
+
"<%= config.bin %> <%= command.id %> --filter-params \"realm=abcd&state=started\"",
|
|
14147
|
+
"<%= config.bin %> <%= command.id %> --show-deleted",
|
|
14148
|
+
"<%= config.bin %> <%= command.id %> --extended",
|
|
14149
|
+
"<%= config.bin %> <%= command.id %> --columns realm,instance,state,hostname",
|
|
14150
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
14316
14151
|
],
|
|
14317
14152
|
"flags": {
|
|
14318
14153
|
"json": {
|
|
@@ -14524,39 +14359,46 @@
|
|
|
14524
14359
|
"multiple": false,
|
|
14525
14360
|
"type": "option"
|
|
14526
14361
|
},
|
|
14527
|
-
"
|
|
14528
|
-
"char": "
|
|
14529
|
-
"description": "
|
|
14530
|
-
"name": "
|
|
14531
|
-
"
|
|
14532
|
-
"
|
|
14362
|
+
"realm": {
|
|
14363
|
+
"char": "r",
|
|
14364
|
+
"description": "Filter by realm ID (four-letter ID)",
|
|
14365
|
+
"name": "realm",
|
|
14366
|
+
"hasDynamicHelp": false,
|
|
14367
|
+
"multiple": false,
|
|
14368
|
+
"type": "option"
|
|
14533
14369
|
},
|
|
14534
|
-
"
|
|
14535
|
-
"
|
|
14536
|
-
|
|
14537
|
-
],
|
|
14538
|
-
"description": "Polling interval in seconds when using --wait",
|
|
14539
|
-
"name": "poll-interval",
|
|
14540
|
-
"default": 10,
|
|
14370
|
+
"filter-params": {
|
|
14371
|
+
"description": "Raw filter parameters (e.g., \"realm=abcd&state=started&resourceProfile=medium\")",
|
|
14372
|
+
"name": "filter-params",
|
|
14541
14373
|
"hasDynamicHelp": false,
|
|
14542
14374
|
"multiple": false,
|
|
14543
14375
|
"type": "option"
|
|
14544
14376
|
},
|
|
14545
|
-
"
|
|
14546
|
-
"
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
"
|
|
14550
|
-
|
|
14551
|
-
|
|
14377
|
+
"show-deleted": {
|
|
14378
|
+
"description": "Include deleted sandboxes in the list",
|
|
14379
|
+
"name": "show-deleted",
|
|
14380
|
+
"allowNo": false,
|
|
14381
|
+
"type": "boolean"
|
|
14382
|
+
},
|
|
14383
|
+
"columns": {
|
|
14384
|
+
"char": "c",
|
|
14385
|
+
"description": "Columns to display (comma-separated). Available: realm, instance, state, profile, created, eol, id, hostname, createdBy, autoScheduled, isCloned",
|
|
14386
|
+
"name": "columns",
|
|
14552
14387
|
"hasDynamicHelp": false,
|
|
14553
14388
|
"multiple": false,
|
|
14554
14389
|
"type": "option"
|
|
14390
|
+
},
|
|
14391
|
+
"extended": {
|
|
14392
|
+
"char": "x",
|
|
14393
|
+
"description": "Show all columns including extended fields",
|
|
14394
|
+
"name": "extended",
|
|
14395
|
+
"allowNo": false,
|
|
14396
|
+
"type": "boolean"
|
|
14555
14397
|
}
|
|
14556
14398
|
},
|
|
14557
14399
|
"hasDynamicHelp": false,
|
|
14558
14400
|
"hiddenAliases": [],
|
|
14559
|
-
"id": "sandbox:
|
|
14401
|
+
"id": "sandbox:list",
|
|
14560
14402
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
14561
14403
|
"pluginName": "@salesforce/b2c-cli",
|
|
14562
14404
|
"pluginType": "core",
|
|
@@ -14567,24 +14409,26 @@
|
|
|
14567
14409
|
"dist",
|
|
14568
14410
|
"commands",
|
|
14569
14411
|
"sandbox",
|
|
14570
|
-
"
|
|
14412
|
+
"list.js"
|
|
14571
14413
|
]
|
|
14572
14414
|
},
|
|
14573
|
-
"sandbox:
|
|
14415
|
+
"sandbox:reset": {
|
|
14574
14416
|
"aliases": [
|
|
14575
|
-
"ods:
|
|
14417
|
+
"ods:reset"
|
|
14576
14418
|
],
|
|
14577
14419
|
"args": {
|
|
14578
14420
|
"sandboxId": {
|
|
14579
|
-
"description": "Sandbox ID (UUID or realm-instance, e.g.,
|
|
14421
|
+
"description": "Sandbox ID (UUID or realm-instance, e.g., abcd-123)",
|
|
14580
14422
|
"name": "sandboxId",
|
|
14581
14423
|
"required": true
|
|
14582
14424
|
}
|
|
14583
14425
|
},
|
|
14584
|
-
"description": "
|
|
14426
|
+
"description": "Reset a sandbox to clean state (clears all data and code but preserves configuration)\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-reset",
|
|
14585
14427
|
"examples": [
|
|
14586
|
-
"<%= config.bin %> <%= command.id %>
|
|
14587
|
-
"<%= config.bin %> <%= command.id %>
|
|
14428
|
+
"<%= config.bin %> <%= command.id %> abc12345-1234-1234-1234-abc123456789",
|
|
14429
|
+
"<%= config.bin %> <%= command.id %> zzzv-123",
|
|
14430
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --wait",
|
|
14431
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --force --json"
|
|
14588
14432
|
],
|
|
14589
14433
|
"flags": {
|
|
14590
14434
|
"json": {
|
|
@@ -14795,11 +14639,47 @@
|
|
|
14795
14639
|
"hasDynamicHelp": false,
|
|
14796
14640
|
"multiple": false,
|
|
14797
14641
|
"type": "option"
|
|
14642
|
+
},
|
|
14643
|
+
"wait": {
|
|
14644
|
+
"char": "w",
|
|
14645
|
+
"description": "Wait for the sandbox to reach started state after reset",
|
|
14646
|
+
"name": "wait",
|
|
14647
|
+
"allowNo": false,
|
|
14648
|
+
"type": "boolean"
|
|
14649
|
+
},
|
|
14650
|
+
"poll-interval": {
|
|
14651
|
+
"dependsOn": [
|
|
14652
|
+
"wait"
|
|
14653
|
+
],
|
|
14654
|
+
"description": "Polling interval in seconds when using --wait",
|
|
14655
|
+
"name": "poll-interval",
|
|
14656
|
+
"default": 10,
|
|
14657
|
+
"hasDynamicHelp": false,
|
|
14658
|
+
"multiple": false,
|
|
14659
|
+
"type": "option"
|
|
14660
|
+
},
|
|
14661
|
+
"timeout": {
|
|
14662
|
+
"dependsOn": [
|
|
14663
|
+
"wait"
|
|
14664
|
+
],
|
|
14665
|
+
"description": "Maximum time to wait in seconds when using --wait (0 for no timeout)",
|
|
14666
|
+
"name": "timeout",
|
|
14667
|
+
"default": 600,
|
|
14668
|
+
"hasDynamicHelp": false,
|
|
14669
|
+
"multiple": false,
|
|
14670
|
+
"type": "option"
|
|
14671
|
+
},
|
|
14672
|
+
"force": {
|
|
14673
|
+
"char": "f",
|
|
14674
|
+
"description": "Skip confirmation prompt",
|
|
14675
|
+
"name": "force",
|
|
14676
|
+
"allowNo": false,
|
|
14677
|
+
"type": "boolean"
|
|
14798
14678
|
}
|
|
14799
14679
|
},
|
|
14800
14680
|
"hasDynamicHelp": false,
|
|
14801
14681
|
"hiddenAliases": [],
|
|
14802
|
-
"id": "sandbox:
|
|
14682
|
+
"id": "sandbox:reset",
|
|
14803
14683
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
14804
14684
|
"pluginName": "@salesforce/b2c-cli",
|
|
14805
14685
|
"pluginType": "core",
|
|
@@ -14810,12 +14690,12 @@
|
|
|
14810
14690
|
"dist",
|
|
14811
14691
|
"commands",
|
|
14812
14692
|
"sandbox",
|
|
14813
|
-
"
|
|
14693
|
+
"reset.js"
|
|
14814
14694
|
]
|
|
14815
14695
|
},
|
|
14816
|
-
"sandbox:
|
|
14696
|
+
"sandbox:restart": {
|
|
14817
14697
|
"aliases": [
|
|
14818
|
-
"ods:
|
|
14698
|
+
"ods:restart"
|
|
14819
14699
|
],
|
|
14820
14700
|
"args": {
|
|
14821
14701
|
"sandboxId": {
|
|
@@ -14824,16 +14704,13 @@
|
|
|
14824
14704
|
"required": true
|
|
14825
14705
|
}
|
|
14826
14706
|
},
|
|
14827
|
-
"description": "
|
|
14707
|
+
"description": "Restart an on-demand sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-restart",
|
|
14828
14708
|
"examples": [
|
|
14829
|
-
"<%= config.bin %> <%= command.id %>
|
|
14830
|
-
"<%= config.bin %> <%= command.id %> zzzv-123
|
|
14831
|
-
"<%= config.bin %> <%= command.id %> zzzv-123 --
|
|
14832
|
-
"<%= config.bin %> <%= command.id %> zzzv-123 --
|
|
14833
|
-
"<%= config.bin %> <%= command.id %>
|
|
14834
|
-
"<%= config.bin %> <%= command.id %> zzzv-123 --tags tag1,tag2",
|
|
14835
|
-
"<%= config.bin %> <%= command.id %> zzzv-123 --emails user@example.com,dev@example.com",
|
|
14836
|
-
"<%= config.bin %> <%= command.id %> zzzv-123 --ttl 48 --resource-profile xlarge --tags ci,nightly --json"
|
|
14709
|
+
"<%= config.bin %> <%= command.id %> abc12345-1234-1234-1234-abc123456789",
|
|
14710
|
+
"<%= config.bin %> <%= command.id %> zzzv-123",
|
|
14711
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --wait",
|
|
14712
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --wait --poll-interval 15",
|
|
14713
|
+
"<%= config.bin %> <%= command.id %> zzzv_123 --json"
|
|
14837
14714
|
],
|
|
14838
14715
|
"flags": {
|
|
14839
14716
|
"json": {
|
|
@@ -15045,42 +14922,31 @@
|
|
|
15045
14922
|
"multiple": false,
|
|
15046
14923
|
"type": "option"
|
|
15047
14924
|
},
|
|
15048
|
-
"
|
|
15049
|
-
"
|
|
15050
|
-
"
|
|
15051
|
-
"
|
|
15052
|
-
"
|
|
15053
|
-
"type": "option"
|
|
15054
|
-
},
|
|
15055
|
-
"auto-scheduled": {
|
|
15056
|
-
"description": "Enable or disable automatic start/stop scheduling",
|
|
15057
|
-
"name": "auto-scheduled",
|
|
15058
|
-
"allowNo": true,
|
|
14925
|
+
"wait": {
|
|
14926
|
+
"char": "w",
|
|
14927
|
+
"description": "Wait for the sandbox to reach started or failed state before returning",
|
|
14928
|
+
"name": "wait",
|
|
14929
|
+
"allowNo": false,
|
|
15059
14930
|
"type": "boolean"
|
|
15060
14931
|
},
|
|
15061
|
-
"
|
|
15062
|
-
"
|
|
15063
|
-
|
|
15064
|
-
"hasDynamicHelp": false,
|
|
15065
|
-
"multiple": false,
|
|
15066
|
-
"options": [
|
|
15067
|
-
"medium",
|
|
15068
|
-
"large",
|
|
15069
|
-
"xlarge",
|
|
15070
|
-
"xxlarge"
|
|
14932
|
+
"poll-interval": {
|
|
14933
|
+
"dependsOn": [
|
|
14934
|
+
"wait"
|
|
15071
14935
|
],
|
|
15072
|
-
"
|
|
15073
|
-
|
|
15074
|
-
|
|
15075
|
-
"description": "Comma-separated list of tags",
|
|
15076
|
-
"name": "tags",
|
|
14936
|
+
"description": "Polling interval in seconds when using --wait",
|
|
14937
|
+
"name": "poll-interval",
|
|
14938
|
+
"default": 10,
|
|
15077
14939
|
"hasDynamicHelp": false,
|
|
15078
14940
|
"multiple": false,
|
|
15079
14941
|
"type": "option"
|
|
15080
14942
|
},
|
|
15081
|
-
"
|
|
15082
|
-
"
|
|
15083
|
-
|
|
14943
|
+
"timeout": {
|
|
14944
|
+
"dependsOn": [
|
|
14945
|
+
"wait"
|
|
14946
|
+
],
|
|
14947
|
+
"description": "Maximum time to wait in seconds when using --wait (0 for no timeout)",
|
|
14948
|
+
"name": "timeout",
|
|
14949
|
+
"default": 600,
|
|
15084
14950
|
"hasDynamicHelp": false,
|
|
15085
14951
|
"multiple": false,
|
|
15086
14952
|
"type": "option"
|
|
@@ -15088,7 +14954,7 @@
|
|
|
15088
14954
|
},
|
|
15089
14955
|
"hasDynamicHelp": false,
|
|
15090
14956
|
"hiddenAliases": [],
|
|
15091
|
-
"id": "sandbox:
|
|
14957
|
+
"id": "sandbox:restart",
|
|
15092
14958
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
15093
14959
|
"pluginName": "@salesforce/b2c-cli",
|
|
15094
14960
|
"pluginType": "core",
|
|
@@ -15099,12 +14965,12 @@
|
|
|
15099
14965
|
"dist",
|
|
15100
14966
|
"commands",
|
|
15101
14967
|
"sandbox",
|
|
15102
|
-
"
|
|
14968
|
+
"restart.js"
|
|
15103
14969
|
]
|
|
15104
14970
|
},
|
|
15105
|
-
"sandbox:
|
|
14971
|
+
"sandbox:settings": {
|
|
15106
14972
|
"aliases": [
|
|
15107
|
-
"ods:
|
|
14973
|
+
"ods:settings"
|
|
15108
14974
|
],
|
|
15109
14975
|
"args": {
|
|
15110
14976
|
"sandboxId": {
|
|
@@ -15113,11 +14979,10 @@
|
|
|
15113
14979
|
"required": true
|
|
15114
14980
|
}
|
|
15115
14981
|
},
|
|
15116
|
-
"description": "Show
|
|
14982
|
+
"description": "Show settings for a specific sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-settings",
|
|
15117
14983
|
"examples": [
|
|
15118
14984
|
"<%= config.bin %> <%= command.id %> zzzz-001",
|
|
15119
|
-
"<%= config.bin %> <%= command.id %> zzzz-001 --
|
|
15120
|
-
"<%= config.bin %> <%= command.id %> zzzz-001 --from 2026-02-08 --to 2026-02-11 --json"
|
|
14985
|
+
"<%= config.bin %> <%= command.id %> zzzz-001 --json"
|
|
15121
14986
|
],
|
|
15122
14987
|
"flags": {
|
|
15123
14988
|
"json": {
|
|
@@ -15328,25 +15193,11 @@
|
|
|
15328
15193
|
"hasDynamicHelp": false,
|
|
15329
15194
|
"multiple": false,
|
|
15330
15195
|
"type": "option"
|
|
15331
|
-
},
|
|
15332
|
-
"from": {
|
|
15333
|
-
"description": "Start date for usage data (ISO 8601 format, e.g., 2024-01-01)",
|
|
15334
|
-
"name": "from",
|
|
15335
|
-
"hasDynamicHelp": false,
|
|
15336
|
-
"multiple": false,
|
|
15337
|
-
"type": "option"
|
|
15338
|
-
},
|
|
15339
|
-
"to": {
|
|
15340
|
-
"description": "End date for usage data (ISO 8601 format, e.g., 2024-12-31)",
|
|
15341
|
-
"name": "to",
|
|
15342
|
-
"hasDynamicHelp": false,
|
|
15343
|
-
"multiple": false,
|
|
15344
|
-
"type": "option"
|
|
15345
15196
|
}
|
|
15346
15197
|
},
|
|
15347
15198
|
"hasDynamicHelp": false,
|
|
15348
15199
|
"hiddenAliases": [],
|
|
15349
|
-
"id": "sandbox:
|
|
15200
|
+
"id": "sandbox:settings",
|
|
15350
15201
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
15351
15202
|
"pluginName": "@salesforce/b2c-cli",
|
|
15352
15203
|
"pluginType": "core",
|
|
@@ -15357,26 +15208,27 @@
|
|
|
15357
15208
|
"dist",
|
|
15358
15209
|
"commands",
|
|
15359
15210
|
"sandbox",
|
|
15360
|
-
"
|
|
15211
|
+
"settings.js"
|
|
15361
15212
|
]
|
|
15362
15213
|
},
|
|
15363
|
-
"
|
|
15364
|
-
"aliases": [
|
|
15214
|
+
"sandbox:start": {
|
|
15215
|
+
"aliases": [
|
|
15216
|
+
"ods:start"
|
|
15217
|
+
],
|
|
15365
15218
|
"args": {
|
|
15366
|
-
"
|
|
15367
|
-
"description": "
|
|
15368
|
-
"name": "
|
|
15219
|
+
"sandboxId": {
|
|
15220
|
+
"description": "Sandbox ID (UUID or realm-instance, e.g., abcd-123)",
|
|
15221
|
+
"name": "sandboxId",
|
|
15369
15222
|
"required": true
|
|
15370
15223
|
}
|
|
15371
15224
|
},
|
|
15372
|
-
"description": "
|
|
15225
|
+
"description": "Start an on-demand sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-start",
|
|
15373
15226
|
"examples": [
|
|
15374
|
-
"<%= config.bin %> <%= command.id %>
|
|
15375
|
-
"<%= config.bin %> <%= command.id %>
|
|
15376
|
-
"<%= config.bin %> <%= command.id %>
|
|
15377
|
-
"<%= config.bin %> <%= command.id %>
|
|
15378
|
-
"<%= config.bin %> <%= command.id %>
|
|
15379
|
-
"<%= config.bin %> <%= command.id %> cartridge --output ./src"
|
|
15227
|
+
"<%= config.bin %> <%= command.id %> abc12345-1234-1234-1234-abc123456789",
|
|
15228
|
+
"<%= config.bin %> <%= command.id %> zzzv-123",
|
|
15229
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --wait",
|
|
15230
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --wait --poll-interval 15",
|
|
15231
|
+
"<%= config.bin %> <%= command.id %> zzzv_123 --json"
|
|
15380
15232
|
],
|
|
15381
15233
|
"flags": {
|
|
15382
15234
|
"json": {
|
|
@@ -15493,46 +15345,134 @@
|
|
|
15493
15345
|
"multiple": false,
|
|
15494
15346
|
"type": "option"
|
|
15495
15347
|
},
|
|
15496
|
-
"
|
|
15497
|
-
"
|
|
15498
|
-
"
|
|
15499
|
-
"
|
|
15348
|
+
"client-id": {
|
|
15349
|
+
"description": "Client ID for OAuth",
|
|
15350
|
+
"env": "SFCC_CLIENT_ID",
|
|
15351
|
+
"helpGroup": "AUTH",
|
|
15352
|
+
"name": "client-id",
|
|
15500
15353
|
"hasDynamicHelp": false,
|
|
15501
15354
|
"multiple": false,
|
|
15502
15355
|
"type": "option"
|
|
15503
15356
|
},
|
|
15504
|
-
"
|
|
15505
|
-
"
|
|
15506
|
-
"
|
|
15507
|
-
"
|
|
15357
|
+
"client-secret": {
|
|
15358
|
+
"description": "Client Secret for OAuth",
|
|
15359
|
+
"env": "SFCC_CLIENT_SECRET",
|
|
15360
|
+
"helpGroup": "AUTH",
|
|
15361
|
+
"name": "client-secret",
|
|
15508
15362
|
"hasDynamicHelp": false,
|
|
15509
15363
|
"multiple": false,
|
|
15510
15364
|
"type": "option"
|
|
15511
15365
|
},
|
|
15512
|
-
"
|
|
15513
|
-
"description": "
|
|
15514
|
-
"
|
|
15366
|
+
"auth-scope": {
|
|
15367
|
+
"description": "OAuth scopes to request (comma-separated)",
|
|
15368
|
+
"env": "SFCC_OAUTH_SCOPES",
|
|
15369
|
+
"helpGroup": "AUTH",
|
|
15370
|
+
"name": "auth-scope",
|
|
15371
|
+
"delimiter": ",",
|
|
15515
15372
|
"hasDynamicHelp": false,
|
|
15516
15373
|
"multiple": true,
|
|
15517
15374
|
"type": "option"
|
|
15518
15375
|
},
|
|
15519
|
-
"
|
|
15520
|
-
"description": "
|
|
15521
|
-
"
|
|
15376
|
+
"short-code": {
|
|
15377
|
+
"description": "SCAPI short code",
|
|
15378
|
+
"env": "SFCC_SHORTCODE",
|
|
15379
|
+
"helpGroup": "AUTH",
|
|
15380
|
+
"name": "short-code",
|
|
15381
|
+
"hasDynamicHelp": false,
|
|
15382
|
+
"multiple": false,
|
|
15383
|
+
"type": "option"
|
|
15384
|
+
},
|
|
15385
|
+
"tenant-id": {
|
|
15386
|
+
"aliases": [
|
|
15387
|
+
"tenant"
|
|
15388
|
+
],
|
|
15389
|
+
"description": "Organization/tenant ID",
|
|
15390
|
+
"env": "SFCC_TENANT_ID",
|
|
15391
|
+
"helpGroup": "AUTH",
|
|
15392
|
+
"name": "tenant-id",
|
|
15393
|
+
"hasDynamicHelp": false,
|
|
15394
|
+
"multiple": false,
|
|
15395
|
+
"type": "option"
|
|
15396
|
+
},
|
|
15397
|
+
"auth-methods": {
|
|
15398
|
+
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
15399
|
+
"env": "SFCC_AUTH_METHODS",
|
|
15400
|
+
"exclusive": [
|
|
15401
|
+
"user-auth"
|
|
15402
|
+
],
|
|
15403
|
+
"helpGroup": "AUTH",
|
|
15404
|
+
"name": "auth-methods",
|
|
15405
|
+
"delimiter": ",",
|
|
15406
|
+
"hasDynamicHelp": false,
|
|
15407
|
+
"multiple": true,
|
|
15408
|
+
"options": [
|
|
15409
|
+
"client-credentials",
|
|
15410
|
+
"implicit",
|
|
15411
|
+
"basic",
|
|
15412
|
+
"api-key"
|
|
15413
|
+
],
|
|
15414
|
+
"type": "option"
|
|
15415
|
+
},
|
|
15416
|
+
"user-auth": {
|
|
15417
|
+
"description": "Use browser-based user authentication (implicit OAuth flow)",
|
|
15418
|
+
"exclusive": [
|
|
15419
|
+
"auth-methods"
|
|
15420
|
+
],
|
|
15421
|
+
"helpGroup": "AUTH",
|
|
15422
|
+
"name": "user-auth",
|
|
15522
15423
|
"allowNo": false,
|
|
15523
15424
|
"type": "boolean"
|
|
15524
15425
|
},
|
|
15525
|
-
"
|
|
15526
|
-
"
|
|
15527
|
-
"
|
|
15528
|
-
"
|
|
15426
|
+
"account-manager-host": {
|
|
15427
|
+
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
15428
|
+
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
15429
|
+
"helpGroup": "AUTH",
|
|
15430
|
+
"name": "account-manager-host",
|
|
15431
|
+
"hasDynamicHelp": false,
|
|
15432
|
+
"multiple": false,
|
|
15433
|
+
"type": "option"
|
|
15434
|
+
},
|
|
15435
|
+
"sandbox-api-host": {
|
|
15436
|
+
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
15437
|
+
"env": "SFCC_SANDBOX_API_HOST",
|
|
15438
|
+
"name": "sandbox-api-host",
|
|
15439
|
+
"hasDynamicHelp": false,
|
|
15440
|
+
"multiple": false,
|
|
15441
|
+
"type": "option"
|
|
15442
|
+
},
|
|
15443
|
+
"wait": {
|
|
15444
|
+
"char": "w",
|
|
15445
|
+
"description": "Wait for the sandbox to reach started or failed state before returning",
|
|
15446
|
+
"name": "wait",
|
|
15529
15447
|
"allowNo": false,
|
|
15530
15448
|
"type": "boolean"
|
|
15449
|
+
},
|
|
15450
|
+
"poll-interval": {
|
|
15451
|
+
"dependsOn": [
|
|
15452
|
+
"wait"
|
|
15453
|
+
],
|
|
15454
|
+
"description": "Polling interval in seconds when using --wait",
|
|
15455
|
+
"name": "poll-interval",
|
|
15456
|
+
"default": 10,
|
|
15457
|
+
"hasDynamicHelp": false,
|
|
15458
|
+
"multiple": false,
|
|
15459
|
+
"type": "option"
|
|
15460
|
+
},
|
|
15461
|
+
"timeout": {
|
|
15462
|
+
"dependsOn": [
|
|
15463
|
+
"wait"
|
|
15464
|
+
],
|
|
15465
|
+
"description": "Maximum time to wait in seconds when using --wait (0 for no timeout)",
|
|
15466
|
+
"name": "timeout",
|
|
15467
|
+
"default": 600,
|
|
15468
|
+
"hasDynamicHelp": false,
|
|
15469
|
+
"multiple": false,
|
|
15470
|
+
"type": "option"
|
|
15531
15471
|
}
|
|
15532
15472
|
},
|
|
15533
15473
|
"hasDynamicHelp": false,
|
|
15534
15474
|
"hiddenAliases": [],
|
|
15535
|
-
"id": "
|
|
15475
|
+
"id": "sandbox:start",
|
|
15536
15476
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
15537
15477
|
"pluginName": "@salesforce/b2c-cli",
|
|
15538
15478
|
"pluginType": "core",
|
|
@@ -15542,25 +15482,28 @@
|
|
|
15542
15482
|
"relativePath": [
|
|
15543
15483
|
"dist",
|
|
15544
15484
|
"commands",
|
|
15545
|
-
"
|
|
15546
|
-
"
|
|
15485
|
+
"sandbox",
|
|
15486
|
+
"start.js"
|
|
15547
15487
|
]
|
|
15548
15488
|
},
|
|
15549
|
-
"
|
|
15550
|
-
"aliases": [
|
|
15489
|
+
"sandbox:stop": {
|
|
15490
|
+
"aliases": [
|
|
15491
|
+
"ods:stop"
|
|
15492
|
+
],
|
|
15551
15493
|
"args": {
|
|
15552
|
-
"
|
|
15553
|
-
"description": "
|
|
15554
|
-
"name": "
|
|
15555
|
-
"required":
|
|
15494
|
+
"sandboxId": {
|
|
15495
|
+
"description": "Sandbox ID (UUID or realm-instance, e.g., abcd-123)",
|
|
15496
|
+
"name": "sandboxId",
|
|
15497
|
+
"required": true
|
|
15556
15498
|
}
|
|
15557
15499
|
},
|
|
15558
|
-
"description": "
|
|
15500
|
+
"description": "Stop an on-demand sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-stop",
|
|
15559
15501
|
"examples": [
|
|
15560
|
-
"<%= config.bin %>
|
|
15561
|
-
"<%= config.bin %>
|
|
15562
|
-
"<%= config.bin %>
|
|
15563
|
-
"<%= config.bin %>
|
|
15502
|
+
"<%= config.bin %> <%= command.id %> abc12345-1234-1234-1234-abc123456789",
|
|
15503
|
+
"<%= config.bin %> <%= command.id %> zzzv-123",
|
|
15504
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --wait",
|
|
15505
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --wait --poll-interval 15",
|
|
15506
|
+
"<%= config.bin %> <%= command.id %> zzzv_123 --json"
|
|
15564
15507
|
],
|
|
15565
15508
|
"flags": {
|
|
15566
15509
|
"json": {
|
|
@@ -15677,184 +15620,126 @@
|
|
|
15677
15620
|
"multiple": false,
|
|
15678
15621
|
"type": "option"
|
|
15679
15622
|
},
|
|
15680
|
-
"
|
|
15681
|
-
"
|
|
15682
|
-
"
|
|
15683
|
-
"
|
|
15623
|
+
"client-id": {
|
|
15624
|
+
"description": "Client ID for OAuth",
|
|
15625
|
+
"env": "SFCC_CLIENT_ID",
|
|
15626
|
+
"helpGroup": "AUTH",
|
|
15627
|
+
"name": "client-id",
|
|
15684
15628
|
"hasDynamicHelp": false,
|
|
15685
15629
|
"multiple": false,
|
|
15686
15630
|
"type": "option"
|
|
15687
15631
|
},
|
|
15688
|
-
"
|
|
15689
|
-
"
|
|
15690
|
-
"
|
|
15691
|
-
"
|
|
15632
|
+
"client-secret": {
|
|
15633
|
+
"description": "Client Secret for OAuth",
|
|
15634
|
+
"env": "SFCC_CLIENT_SECRET",
|
|
15635
|
+
"helpGroup": "AUTH",
|
|
15636
|
+
"name": "client-secret",
|
|
15692
15637
|
"hasDynamicHelp": false,
|
|
15693
15638
|
"multiple": false,
|
|
15694
15639
|
"type": "option"
|
|
15695
15640
|
},
|
|
15696
|
-
"
|
|
15697
|
-
"description": "
|
|
15698
|
-
"
|
|
15641
|
+
"auth-scope": {
|
|
15642
|
+
"description": "OAuth scopes to request (comma-separated)",
|
|
15643
|
+
"env": "SFCC_OAUTH_SCOPES",
|
|
15644
|
+
"helpGroup": "AUTH",
|
|
15645
|
+
"name": "auth-scope",
|
|
15646
|
+
"delimiter": ",",
|
|
15699
15647
|
"hasDynamicHelp": false,
|
|
15700
15648
|
"multiple": true,
|
|
15701
15649
|
"type": "option"
|
|
15702
15650
|
},
|
|
15703
|
-
"
|
|
15704
|
-
"description": "
|
|
15705
|
-
"
|
|
15706
|
-
"
|
|
15707
|
-
"
|
|
15708
|
-
},
|
|
15709
|
-
"force": {
|
|
15710
|
-
"char": "f",
|
|
15711
|
-
"description": "Skip prompts, use defaults, and overwrite existing files",
|
|
15712
|
-
"name": "force",
|
|
15713
|
-
"allowNo": false,
|
|
15714
|
-
"type": "boolean"
|
|
15715
|
-
}
|
|
15716
|
-
},
|
|
15717
|
-
"hasDynamicHelp": false,
|
|
15718
|
-
"hiddenAliases": [],
|
|
15719
|
-
"id": "scaffold",
|
|
15720
|
-
"pluginAlias": "@salesforce/b2c-cli",
|
|
15721
|
-
"pluginName": "@salesforce/b2c-cli",
|
|
15722
|
-
"pluginType": "core",
|
|
15723
|
-
"strict": true,
|
|
15724
|
-
"enableJsonFlag": true,
|
|
15725
|
-
"isESM": true,
|
|
15726
|
-
"relativePath": [
|
|
15727
|
-
"dist",
|
|
15728
|
-
"commands",
|
|
15729
|
-
"scaffold",
|
|
15730
|
-
"index.js"
|
|
15731
|
-
]
|
|
15732
|
-
},
|
|
15733
|
-
"scaffold:info": {
|
|
15734
|
-
"aliases": [],
|
|
15735
|
-
"args": {
|
|
15736
|
-
"scaffoldId": {
|
|
15737
|
-
"description": "Scaffold ID to get info for",
|
|
15738
|
-
"name": "scaffoldId",
|
|
15739
|
-
"required": true
|
|
15740
|
-
}
|
|
15741
|
-
},
|
|
15742
|
-
"description": "Show detailed information about a scaffold\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-info",
|
|
15743
|
-
"examples": [
|
|
15744
|
-
"<%= config.bin %> <%= command.id %> cartridge",
|
|
15745
|
-
"<%= config.bin %> <%= command.id %> custom-api --json"
|
|
15746
|
-
],
|
|
15747
|
-
"flags": {
|
|
15748
|
-
"json": {
|
|
15749
|
-
"description": "Output result as JSON",
|
|
15750
|
-
"helpGroup": "GLOBAL",
|
|
15751
|
-
"name": "json",
|
|
15752
|
-
"allowNo": false,
|
|
15753
|
-
"type": "boolean"
|
|
15754
|
-
},
|
|
15755
|
-
"log-level": {
|
|
15756
|
-
"description": "Set logging verbosity level",
|
|
15757
|
-
"env": "SFCC_LOG_LEVEL",
|
|
15758
|
-
"helpGroup": "GLOBAL",
|
|
15759
|
-
"name": "log-level",
|
|
15651
|
+
"short-code": {
|
|
15652
|
+
"description": "SCAPI short code",
|
|
15653
|
+
"env": "SFCC_SHORTCODE",
|
|
15654
|
+
"helpGroup": "AUTH",
|
|
15655
|
+
"name": "short-code",
|
|
15760
15656
|
"hasDynamicHelp": false,
|
|
15761
15657
|
"multiple": false,
|
|
15762
|
-
"options": [
|
|
15763
|
-
"trace",
|
|
15764
|
-
"debug",
|
|
15765
|
-
"info",
|
|
15766
|
-
"warn",
|
|
15767
|
-
"error",
|
|
15768
|
-
"silent"
|
|
15769
|
-
],
|
|
15770
15658
|
"type": "option"
|
|
15771
15659
|
},
|
|
15772
|
-
"
|
|
15773
|
-
"char": "D",
|
|
15774
|
-
"description": "Enable debug logging (shorthand for --log-level debug)",
|
|
15775
|
-
"env": "SFCC_DEBUG",
|
|
15776
|
-
"helpGroup": "GLOBAL",
|
|
15777
|
-
"name": "debug",
|
|
15778
|
-
"allowNo": false,
|
|
15779
|
-
"type": "boolean"
|
|
15780
|
-
},
|
|
15781
|
-
"jsonl": {
|
|
15660
|
+
"tenant-id": {
|
|
15782
15661
|
"aliases": [
|
|
15783
|
-
"
|
|
15662
|
+
"tenant"
|
|
15784
15663
|
],
|
|
15785
|
-
"description": "
|
|
15786
|
-
"env": "
|
|
15787
|
-
"helpGroup": "
|
|
15788
|
-
"name": "
|
|
15789
|
-
"allowNo": false,
|
|
15790
|
-
"type": "boolean"
|
|
15791
|
-
},
|
|
15792
|
-
"lang": {
|
|
15793
|
-
"char": "L",
|
|
15794
|
-
"description": "Language for messages (e.g., en, de). Also respects LANGUAGE env var.",
|
|
15795
|
-
"helpGroup": "GLOBAL",
|
|
15796
|
-
"name": "lang",
|
|
15797
|
-
"hasDynamicHelp": false,
|
|
15798
|
-
"multiple": false,
|
|
15799
|
-
"type": "option"
|
|
15800
|
-
},
|
|
15801
|
-
"config": {
|
|
15802
|
-
"description": "Path to config file (in dw.json format; defaults to ./dw.json)",
|
|
15803
|
-
"env": "SFCC_CONFIG",
|
|
15804
|
-
"helpGroup": "GLOBAL",
|
|
15805
|
-
"name": "config",
|
|
15664
|
+
"description": "Organization/tenant ID",
|
|
15665
|
+
"env": "SFCC_TENANT_ID",
|
|
15666
|
+
"helpGroup": "AUTH",
|
|
15667
|
+
"name": "tenant-id",
|
|
15806
15668
|
"hasDynamicHelp": false,
|
|
15807
15669
|
"multiple": false,
|
|
15808
15670
|
"type": "option"
|
|
15809
15671
|
},
|
|
15810
|
-
"
|
|
15811
|
-
"
|
|
15812
|
-
"
|
|
15813
|
-
"
|
|
15814
|
-
|
|
15815
|
-
|
|
15672
|
+
"auth-methods": {
|
|
15673
|
+
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
15674
|
+
"env": "SFCC_AUTH_METHODS",
|
|
15675
|
+
"exclusive": [
|
|
15676
|
+
"user-auth"
|
|
15677
|
+
],
|
|
15678
|
+
"helpGroup": "AUTH",
|
|
15679
|
+
"name": "auth-methods",
|
|
15680
|
+
"delimiter": ",",
|
|
15816
15681
|
"hasDynamicHelp": false,
|
|
15817
|
-
"multiple":
|
|
15682
|
+
"multiple": true,
|
|
15683
|
+
"options": [
|
|
15684
|
+
"client-credentials",
|
|
15685
|
+
"implicit",
|
|
15686
|
+
"basic",
|
|
15687
|
+
"api-key"
|
|
15688
|
+
],
|
|
15818
15689
|
"type": "option"
|
|
15819
15690
|
},
|
|
15820
|
-
"
|
|
15821
|
-
"
|
|
15822
|
-
|
|
15691
|
+
"user-auth": {
|
|
15692
|
+
"description": "Use browser-based user authentication (implicit OAuth flow)",
|
|
15693
|
+
"exclusive": [
|
|
15694
|
+
"auth-methods"
|
|
15823
15695
|
],
|
|
15824
|
-
"
|
|
15825
|
-
"
|
|
15826
|
-
"
|
|
15827
|
-
"
|
|
15696
|
+
"helpGroup": "AUTH",
|
|
15697
|
+
"name": "user-auth",
|
|
15698
|
+
"allowNo": false,
|
|
15699
|
+
"type": "boolean"
|
|
15700
|
+
},
|
|
15701
|
+
"account-manager-host": {
|
|
15702
|
+
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
15703
|
+
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
15704
|
+
"helpGroup": "AUTH",
|
|
15705
|
+
"name": "account-manager-host",
|
|
15828
15706
|
"hasDynamicHelp": false,
|
|
15829
15707
|
"multiple": false,
|
|
15830
15708
|
"type": "option"
|
|
15831
15709
|
},
|
|
15832
|
-
"
|
|
15833
|
-
"description": "
|
|
15834
|
-
"env": "
|
|
15835
|
-
"
|
|
15836
|
-
"hidden": true,
|
|
15837
|
-
"name": "extra-query",
|
|
15710
|
+
"sandbox-api-host": {
|
|
15711
|
+
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
15712
|
+
"env": "SFCC_SANDBOX_API_HOST",
|
|
15713
|
+
"name": "sandbox-api-host",
|
|
15838
15714
|
"hasDynamicHelp": false,
|
|
15839
15715
|
"multiple": false,
|
|
15840
15716
|
"type": "option"
|
|
15841
15717
|
},
|
|
15842
|
-
"
|
|
15843
|
-
"
|
|
15844
|
-
"
|
|
15845
|
-
"
|
|
15846
|
-
"
|
|
15847
|
-
"
|
|
15718
|
+
"wait": {
|
|
15719
|
+
"char": "w",
|
|
15720
|
+
"description": "Wait for the sandbox to reach stopped or failed state before returning",
|
|
15721
|
+
"name": "wait",
|
|
15722
|
+
"allowNo": false,
|
|
15723
|
+
"type": "boolean"
|
|
15724
|
+
},
|
|
15725
|
+
"poll-interval": {
|
|
15726
|
+
"dependsOn": [
|
|
15727
|
+
"wait"
|
|
15728
|
+
],
|
|
15729
|
+
"description": "Polling interval in seconds when using --wait",
|
|
15730
|
+
"name": "poll-interval",
|
|
15731
|
+
"default": 10,
|
|
15848
15732
|
"hasDynamicHelp": false,
|
|
15849
15733
|
"multiple": false,
|
|
15850
15734
|
"type": "option"
|
|
15851
15735
|
},
|
|
15852
|
-
"
|
|
15853
|
-
"
|
|
15854
|
-
|
|
15855
|
-
|
|
15856
|
-
"
|
|
15857
|
-
"name": "
|
|
15736
|
+
"timeout": {
|
|
15737
|
+
"dependsOn": [
|
|
15738
|
+
"wait"
|
|
15739
|
+
],
|
|
15740
|
+
"description": "Maximum time to wait in seconds when using --wait (0 for no timeout)",
|
|
15741
|
+
"name": "timeout",
|
|
15742
|
+
"default": 600,
|
|
15858
15743
|
"hasDynamicHelp": false,
|
|
15859
15744
|
"multiple": false,
|
|
15860
15745
|
"type": "option"
|
|
@@ -15862,7 +15747,7 @@
|
|
|
15862
15747
|
},
|
|
15863
15748
|
"hasDynamicHelp": false,
|
|
15864
15749
|
"hiddenAliases": [],
|
|
15865
|
-
"id": "
|
|
15750
|
+
"id": "sandbox:stop",
|
|
15866
15751
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
15867
15752
|
"pluginName": "@salesforce/b2c-cli",
|
|
15868
15753
|
"pluginType": "core",
|
|
@@ -15872,25 +15757,25 @@
|
|
|
15872
15757
|
"relativePath": [
|
|
15873
15758
|
"dist",
|
|
15874
15759
|
"commands",
|
|
15875
|
-
"
|
|
15876
|
-
"
|
|
15760
|
+
"sandbox",
|
|
15761
|
+
"stop.js"
|
|
15877
15762
|
]
|
|
15878
15763
|
},
|
|
15879
|
-
"
|
|
15880
|
-
"aliases": [
|
|
15764
|
+
"sandbox:storage": {
|
|
15765
|
+
"aliases": [
|
|
15766
|
+
"ods:storage"
|
|
15767
|
+
],
|
|
15881
15768
|
"args": {
|
|
15882
|
-
"
|
|
15883
|
-
"description": "
|
|
15884
|
-
"name": "
|
|
15885
|
-
"required":
|
|
15769
|
+
"sandboxId": {
|
|
15770
|
+
"description": "Sandbox ID (UUID or realm-instance, e.g., zzzz-001)",
|
|
15771
|
+
"name": "sandboxId",
|
|
15772
|
+
"required": true
|
|
15886
15773
|
}
|
|
15887
15774
|
},
|
|
15888
|
-
"description": "
|
|
15775
|
+
"description": "Show storage details for a specific sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-storage",
|
|
15889
15776
|
"examples": [
|
|
15890
|
-
"<%= config.bin %> <%= command.id %>
|
|
15891
|
-
"<%= config.bin %> <%= command.id %>
|
|
15892
|
-
"<%= config.bin %> <%= command.id %> my-scaffold --user",
|
|
15893
|
-
"<%= config.bin %> <%= command.id %> --output ./scaffolds/custom"
|
|
15777
|
+
"<%= config.bin %> <%= command.id %> zzzz-001",
|
|
15778
|
+
"<%= config.bin %> <%= command.id %> zzzz-001 --json"
|
|
15894
15779
|
],
|
|
15895
15780
|
"flags": {
|
|
15896
15781
|
"json": {
|
|
@@ -16007,49 +15892,105 @@
|
|
|
16007
15892
|
"multiple": false,
|
|
16008
15893
|
"type": "option"
|
|
16009
15894
|
},
|
|
16010
|
-
"
|
|
16011
|
-
"description": "
|
|
15895
|
+
"client-id": {
|
|
15896
|
+
"description": "Client ID for OAuth",
|
|
15897
|
+
"env": "SFCC_CLIENT_ID",
|
|
15898
|
+
"helpGroup": "AUTH",
|
|
15899
|
+
"name": "client-id",
|
|
15900
|
+
"hasDynamicHelp": false,
|
|
15901
|
+
"multiple": false,
|
|
15902
|
+
"type": "option"
|
|
15903
|
+
},
|
|
15904
|
+
"client-secret": {
|
|
15905
|
+
"description": "Client Secret for OAuth",
|
|
15906
|
+
"env": "SFCC_CLIENT_SECRET",
|
|
15907
|
+
"helpGroup": "AUTH",
|
|
15908
|
+
"name": "client-secret",
|
|
15909
|
+
"hasDynamicHelp": false,
|
|
15910
|
+
"multiple": false,
|
|
15911
|
+
"type": "option"
|
|
15912
|
+
},
|
|
15913
|
+
"auth-scope": {
|
|
15914
|
+
"description": "OAuth scopes to request (comma-separated)",
|
|
15915
|
+
"env": "SFCC_OAUTH_SCOPES",
|
|
15916
|
+
"helpGroup": "AUTH",
|
|
15917
|
+
"name": "auth-scope",
|
|
15918
|
+
"delimiter": ",",
|
|
15919
|
+
"hasDynamicHelp": false,
|
|
15920
|
+
"multiple": true,
|
|
15921
|
+
"type": "option"
|
|
15922
|
+
},
|
|
15923
|
+
"short-code": {
|
|
15924
|
+
"description": "SCAPI short code",
|
|
15925
|
+
"env": "SFCC_SHORTCODE",
|
|
15926
|
+
"helpGroup": "AUTH",
|
|
15927
|
+
"name": "short-code",
|
|
15928
|
+
"hasDynamicHelp": false,
|
|
15929
|
+
"multiple": false,
|
|
15930
|
+
"type": "option"
|
|
15931
|
+
},
|
|
15932
|
+
"tenant-id": {
|
|
15933
|
+
"aliases": [
|
|
15934
|
+
"tenant"
|
|
15935
|
+
],
|
|
15936
|
+
"description": "Organization/tenant ID",
|
|
15937
|
+
"env": "SFCC_TENANT_ID",
|
|
15938
|
+
"helpGroup": "AUTH",
|
|
15939
|
+
"name": "tenant-id",
|
|
15940
|
+
"hasDynamicHelp": false,
|
|
15941
|
+
"multiple": false,
|
|
15942
|
+
"type": "option"
|
|
15943
|
+
},
|
|
15944
|
+
"auth-methods": {
|
|
15945
|
+
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
15946
|
+
"env": "SFCC_AUTH_METHODS",
|
|
16012
15947
|
"exclusive": [
|
|
16013
|
-
"user"
|
|
16014
|
-
"output"
|
|
15948
|
+
"user-auth"
|
|
16015
15949
|
],
|
|
16016
|
-
"
|
|
16017
|
-
"
|
|
16018
|
-
"
|
|
15950
|
+
"helpGroup": "AUTH",
|
|
15951
|
+
"name": "auth-methods",
|
|
15952
|
+
"delimiter": ",",
|
|
15953
|
+
"hasDynamicHelp": false,
|
|
15954
|
+
"multiple": true,
|
|
15955
|
+
"options": [
|
|
15956
|
+
"client-credentials",
|
|
15957
|
+
"implicit",
|
|
15958
|
+
"basic",
|
|
15959
|
+
"api-key"
|
|
15960
|
+
],
|
|
15961
|
+
"type": "option"
|
|
16019
15962
|
},
|
|
16020
|
-
"user": {
|
|
16021
|
-
"description": "
|
|
15963
|
+
"user-auth": {
|
|
15964
|
+
"description": "Use browser-based user authentication (implicit OAuth flow)",
|
|
16022
15965
|
"exclusive": [
|
|
16023
|
-
"
|
|
16024
|
-
"output"
|
|
15966
|
+
"auth-methods"
|
|
16025
15967
|
],
|
|
16026
|
-
"
|
|
15968
|
+
"helpGroup": "AUTH",
|
|
15969
|
+
"name": "user-auth",
|
|
16027
15970
|
"allowNo": false,
|
|
16028
15971
|
"type": "boolean"
|
|
16029
15972
|
},
|
|
16030
|
-
"
|
|
16031
|
-
"
|
|
16032
|
-
"
|
|
16033
|
-
"
|
|
16034
|
-
|
|
16035
|
-
"user"
|
|
16036
|
-
],
|
|
16037
|
-
"name": "output",
|
|
15973
|
+
"account-manager-host": {
|
|
15974
|
+
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
15975
|
+
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
15976
|
+
"helpGroup": "AUTH",
|
|
15977
|
+
"name": "account-manager-host",
|
|
16038
15978
|
"hasDynamicHelp": false,
|
|
16039
15979
|
"multiple": false,
|
|
16040
15980
|
"type": "option"
|
|
16041
15981
|
},
|
|
16042
|
-
"
|
|
16043
|
-
"
|
|
16044
|
-
"
|
|
16045
|
-
"name": "
|
|
16046
|
-
"
|
|
16047
|
-
"
|
|
15982
|
+
"sandbox-api-host": {
|
|
15983
|
+
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
15984
|
+
"env": "SFCC_SANDBOX_API_HOST",
|
|
15985
|
+
"name": "sandbox-api-host",
|
|
15986
|
+
"hasDynamicHelp": false,
|
|
15987
|
+
"multiple": false,
|
|
15988
|
+
"type": "option"
|
|
16048
15989
|
}
|
|
16049
15990
|
},
|
|
16050
15991
|
"hasDynamicHelp": false,
|
|
16051
15992
|
"hiddenAliases": [],
|
|
16052
|
-
"id": "
|
|
15993
|
+
"id": "sandbox:storage",
|
|
16053
15994
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
16054
15995
|
"pluginName": "@salesforce/b2c-cli",
|
|
16055
15996
|
"pluginType": "core",
|
|
@@ -16059,20 +16000,31 @@
|
|
|
16059
16000
|
"relativePath": [
|
|
16060
16001
|
"dist",
|
|
16061
16002
|
"commands",
|
|
16062
|
-
"
|
|
16063
|
-
"
|
|
16003
|
+
"sandbox",
|
|
16004
|
+
"storage.js"
|
|
16064
16005
|
]
|
|
16065
16006
|
},
|
|
16066
|
-
"
|
|
16067
|
-
"aliases": [
|
|
16068
|
-
|
|
16069
|
-
|
|
16007
|
+
"sandbox:update": {
|
|
16008
|
+
"aliases": [
|
|
16009
|
+
"ods:update"
|
|
16010
|
+
],
|
|
16011
|
+
"args": {
|
|
16012
|
+
"sandboxId": {
|
|
16013
|
+
"description": "Sandbox ID (UUID or realm-instance, e.g., abcd-123)",
|
|
16014
|
+
"name": "sandboxId",
|
|
16015
|
+
"required": true
|
|
16016
|
+
}
|
|
16017
|
+
},
|
|
16018
|
+
"description": "Update a sandbox (extend TTL, change scheduling, update resource xprofile, tags, or emails)\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-update",
|
|
16070
16019
|
"examples": [
|
|
16071
|
-
"<%= config.bin %> <%= command.id %>",
|
|
16072
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16073
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16074
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16075
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16020
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --ttl 48",
|
|
16021
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --ttl 0",
|
|
16022
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --auto-scheduled",
|
|
16023
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --no-auto-scheduled",
|
|
16024
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --resource-profile large",
|
|
16025
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --tags tag1,tag2",
|
|
16026
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --emails user@example.com,dev@example.com",
|
|
16027
|
+
"<%= config.bin %> <%= command.id %> zzzv-123 --ttl 48 --resource-profile xlarge --tags ci,nightly --json"
|
|
16076
16028
|
],
|
|
16077
16029
|
"flags": {
|
|
16078
16030
|
"json": {
|
|
@@ -16189,46 +16141,145 @@
|
|
|
16189
16141
|
"multiple": false,
|
|
16190
16142
|
"type": "option"
|
|
16191
16143
|
},
|
|
16192
|
-
"
|
|
16193
|
-
"
|
|
16194
|
-
"
|
|
16195
|
-
"
|
|
16144
|
+
"client-id": {
|
|
16145
|
+
"description": "Client ID for OAuth",
|
|
16146
|
+
"env": "SFCC_CLIENT_ID",
|
|
16147
|
+
"helpGroup": "AUTH",
|
|
16148
|
+
"name": "client-id",
|
|
16196
16149
|
"hasDynamicHelp": false,
|
|
16197
16150
|
"multiple": false,
|
|
16198
16151
|
"type": "option"
|
|
16199
16152
|
},
|
|
16200
|
-
"
|
|
16201
|
-
"
|
|
16202
|
-
"
|
|
16203
|
-
"
|
|
16153
|
+
"client-secret": {
|
|
16154
|
+
"description": "Client Secret for OAuth",
|
|
16155
|
+
"env": "SFCC_CLIENT_SECRET",
|
|
16156
|
+
"helpGroup": "AUTH",
|
|
16157
|
+
"name": "client-secret",
|
|
16158
|
+
"hasDynamicHelp": false,
|
|
16159
|
+
"multiple": false,
|
|
16160
|
+
"type": "option"
|
|
16161
|
+
},
|
|
16162
|
+
"auth-scope": {
|
|
16163
|
+
"description": "OAuth scopes to request (comma-separated)",
|
|
16164
|
+
"env": "SFCC_OAUTH_SCOPES",
|
|
16165
|
+
"helpGroup": "AUTH",
|
|
16166
|
+
"name": "auth-scope",
|
|
16167
|
+
"delimiter": ",",
|
|
16168
|
+
"hasDynamicHelp": false,
|
|
16169
|
+
"multiple": true,
|
|
16170
|
+
"type": "option"
|
|
16171
|
+
},
|
|
16172
|
+
"short-code": {
|
|
16173
|
+
"description": "SCAPI short code",
|
|
16174
|
+
"env": "SFCC_SHORTCODE",
|
|
16175
|
+
"helpGroup": "AUTH",
|
|
16176
|
+
"name": "short-code",
|
|
16177
|
+
"hasDynamicHelp": false,
|
|
16178
|
+
"multiple": false,
|
|
16179
|
+
"type": "option"
|
|
16180
|
+
},
|
|
16181
|
+
"tenant-id": {
|
|
16182
|
+
"aliases": [
|
|
16183
|
+
"tenant"
|
|
16184
|
+
],
|
|
16185
|
+
"description": "Organization/tenant ID",
|
|
16186
|
+
"env": "SFCC_TENANT_ID",
|
|
16187
|
+
"helpGroup": "AUTH",
|
|
16188
|
+
"name": "tenant-id",
|
|
16204
16189
|
"hasDynamicHelp": false,
|
|
16205
16190
|
"multiple": false,
|
|
16191
|
+
"type": "option"
|
|
16192
|
+
},
|
|
16193
|
+
"auth-methods": {
|
|
16194
|
+
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
16195
|
+
"env": "SFCC_AUTH_METHODS",
|
|
16196
|
+
"exclusive": [
|
|
16197
|
+
"user-auth"
|
|
16198
|
+
],
|
|
16199
|
+
"helpGroup": "AUTH",
|
|
16200
|
+
"name": "auth-methods",
|
|
16201
|
+
"delimiter": ",",
|
|
16202
|
+
"hasDynamicHelp": false,
|
|
16203
|
+
"multiple": true,
|
|
16206
16204
|
"options": [
|
|
16207
|
-
"
|
|
16208
|
-
"
|
|
16209
|
-
"
|
|
16210
|
-
"
|
|
16205
|
+
"client-credentials",
|
|
16206
|
+
"implicit",
|
|
16207
|
+
"basic",
|
|
16208
|
+
"api-key"
|
|
16211
16209
|
],
|
|
16212
16210
|
"type": "option"
|
|
16213
16211
|
},
|
|
16214
|
-
"
|
|
16215
|
-
"description": "
|
|
16216
|
-
"
|
|
16212
|
+
"user-auth": {
|
|
16213
|
+
"description": "Use browser-based user authentication (implicit OAuth flow)",
|
|
16214
|
+
"exclusive": [
|
|
16215
|
+
"auth-methods"
|
|
16216
|
+
],
|
|
16217
|
+
"helpGroup": "AUTH",
|
|
16218
|
+
"name": "user-auth",
|
|
16219
|
+
"allowNo": false,
|
|
16220
|
+
"type": "boolean"
|
|
16221
|
+
},
|
|
16222
|
+
"account-manager-host": {
|
|
16223
|
+
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
16224
|
+
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
16225
|
+
"helpGroup": "AUTH",
|
|
16226
|
+
"name": "account-manager-host",
|
|
16217
16227
|
"hasDynamicHelp": false,
|
|
16218
16228
|
"multiple": false,
|
|
16219
16229
|
"type": "option"
|
|
16220
16230
|
},
|
|
16221
|
-
"
|
|
16222
|
-
"
|
|
16223
|
-
"
|
|
16224
|
-
"name": "
|
|
16225
|
-
"
|
|
16231
|
+
"sandbox-api-host": {
|
|
16232
|
+
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
16233
|
+
"env": "SFCC_SANDBOX_API_HOST",
|
|
16234
|
+
"name": "sandbox-api-host",
|
|
16235
|
+
"hasDynamicHelp": false,
|
|
16236
|
+
"multiple": false,
|
|
16237
|
+
"type": "option"
|
|
16238
|
+
},
|
|
16239
|
+
"ttl": {
|
|
16240
|
+
"description": "Number of hours to add to sandbox lifetime (0 or less for infinite)",
|
|
16241
|
+
"name": "ttl",
|
|
16242
|
+
"hasDynamicHelp": false,
|
|
16243
|
+
"multiple": false,
|
|
16244
|
+
"type": "option"
|
|
16245
|
+
},
|
|
16246
|
+
"auto-scheduled": {
|
|
16247
|
+
"description": "Enable or disable automatic start/stop scheduling",
|
|
16248
|
+
"name": "auto-scheduled",
|
|
16249
|
+
"allowNo": true,
|
|
16226
16250
|
"type": "boolean"
|
|
16251
|
+
},
|
|
16252
|
+
"resource-profile": {
|
|
16253
|
+
"description": "Resource profile (medium, large, xlarge, xxlarge)",
|
|
16254
|
+
"name": "resource-profile",
|
|
16255
|
+
"hasDynamicHelp": false,
|
|
16256
|
+
"multiple": false,
|
|
16257
|
+
"options": [
|
|
16258
|
+
"medium",
|
|
16259
|
+
"large",
|
|
16260
|
+
"xlarge",
|
|
16261
|
+
"xxlarge"
|
|
16262
|
+
],
|
|
16263
|
+
"type": "option"
|
|
16264
|
+
},
|
|
16265
|
+
"tags": {
|
|
16266
|
+
"description": "Comma-separated list of tags",
|
|
16267
|
+
"name": "tags",
|
|
16268
|
+
"hasDynamicHelp": false,
|
|
16269
|
+
"multiple": false,
|
|
16270
|
+
"type": "option"
|
|
16271
|
+
},
|
|
16272
|
+
"emails": {
|
|
16273
|
+
"description": "Comma-separated list of notification email addresses",
|
|
16274
|
+
"name": "emails",
|
|
16275
|
+
"hasDynamicHelp": false,
|
|
16276
|
+
"multiple": false,
|
|
16277
|
+
"type": "option"
|
|
16227
16278
|
}
|
|
16228
16279
|
},
|
|
16229
16280
|
"hasDynamicHelp": false,
|
|
16230
16281
|
"hiddenAliases": [],
|
|
16231
|
-
"id": "
|
|
16282
|
+
"id": "sandbox:update",
|
|
16232
16283
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
16233
16284
|
"pluginName": "@salesforce/b2c-cli",
|
|
16234
16285
|
"pluginType": "core",
|
|
@@ -16238,25 +16289,26 @@
|
|
|
16238
16289
|
"relativePath": [
|
|
16239
16290
|
"dist",
|
|
16240
16291
|
"commands",
|
|
16241
|
-
"
|
|
16242
|
-
"
|
|
16292
|
+
"sandbox",
|
|
16293
|
+
"update.js"
|
|
16243
16294
|
]
|
|
16244
16295
|
},
|
|
16245
|
-
"
|
|
16246
|
-
"aliases": [
|
|
16296
|
+
"sandbox:usage": {
|
|
16297
|
+
"aliases": [
|
|
16298
|
+
"ods:usage"
|
|
16299
|
+
],
|
|
16247
16300
|
"args": {
|
|
16248
|
-
"
|
|
16249
|
-
"description": "
|
|
16250
|
-
"name": "
|
|
16301
|
+
"sandboxId": {
|
|
16302
|
+
"description": "Sandbox ID (UUID or realm-instance, e.g., zzzz-001)",
|
|
16303
|
+
"name": "sandboxId",
|
|
16251
16304
|
"required": true
|
|
16252
16305
|
}
|
|
16253
16306
|
},
|
|
16254
|
-
"description": "
|
|
16307
|
+
"description": "Show usage information for a specific sandbox\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/sandbox.html#b2c-sandbox-usage",
|
|
16255
16308
|
"examples": [
|
|
16256
|
-
"<%= config.bin %> <%= command.id %>
|
|
16257
|
-
"<%= config.bin %> <%= command.id %>
|
|
16258
|
-
"<%= config.bin %> <%= command.id %>
|
|
16259
|
-
"<%= config.bin %> <%= command.id %> job --json"
|
|
16309
|
+
"<%= config.bin %> <%= command.id %> zzzz-001",
|
|
16310
|
+
"<%= config.bin %> <%= command.id %> zzzz-001 --from 2026-02-08 --to 2026-02-11",
|
|
16311
|
+
"<%= config.bin %> <%= command.id %> zzzz-001 --from 2026-02-08 --to 2026-02-11 --json"
|
|
16260
16312
|
],
|
|
16261
16313
|
"flags": {
|
|
16262
16314
|
"json": {
|
|
@@ -16373,171 +16425,119 @@
|
|
|
16373
16425
|
"multiple": false,
|
|
16374
16426
|
"type": "option"
|
|
16375
16427
|
},
|
|
16376
|
-
"
|
|
16377
|
-
"
|
|
16378
|
-
"
|
|
16379
|
-
"
|
|
16428
|
+
"client-id": {
|
|
16429
|
+
"description": "Client ID for OAuth",
|
|
16430
|
+
"env": "SFCC_CLIENT_ID",
|
|
16431
|
+
"helpGroup": "AUTH",
|
|
16432
|
+
"name": "client-id",
|
|
16380
16433
|
"hasDynamicHelp": false,
|
|
16381
16434
|
"multiple": false,
|
|
16382
16435
|
"type": "option"
|
|
16383
|
-
}
|
|
16384
|
-
},
|
|
16385
|
-
"hasDynamicHelp": false,
|
|
16386
|
-
"hiddenAliases": [],
|
|
16387
|
-
"id": "scaffold:search",
|
|
16388
|
-
"pluginAlias": "@salesforce/b2c-cli",
|
|
16389
|
-
"pluginName": "@salesforce/b2c-cli",
|
|
16390
|
-
"pluginType": "core",
|
|
16391
|
-
"strict": true,
|
|
16392
|
-
"enableJsonFlag": true,
|
|
16393
|
-
"isESM": true,
|
|
16394
|
-
"relativePath": [
|
|
16395
|
-
"dist",
|
|
16396
|
-
"commands",
|
|
16397
|
-
"scaffold",
|
|
16398
|
-
"search.js"
|
|
16399
|
-
]
|
|
16400
|
-
},
|
|
16401
|
-
"scaffold:validate": {
|
|
16402
|
-
"aliases": [],
|
|
16403
|
-
"args": {
|
|
16404
|
-
"path": {
|
|
16405
|
-
"description": "Path to the scaffold directory",
|
|
16406
|
-
"name": "path",
|
|
16407
|
-
"required": true
|
|
16408
|
-
}
|
|
16409
|
-
},
|
|
16410
|
-
"description": "Validate a custom scaffold manifest and templates\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/scaffold.html#b2c-scaffold-validate",
|
|
16411
|
-
"examples": [
|
|
16412
|
-
"<%= config.bin %> <%= command.id %> ./my-scaffold",
|
|
16413
|
-
"<%= config.bin %> <%= command.id %> ~/.b2c/scaffolds/my-scaffold",
|
|
16414
|
-
"<%= config.bin %> <%= command.id %> .b2c/scaffolds/my-scaffold --json"
|
|
16415
|
-
],
|
|
16416
|
-
"flags": {
|
|
16417
|
-
"json": {
|
|
16418
|
-
"description": "Output result as JSON",
|
|
16419
|
-
"helpGroup": "GLOBAL",
|
|
16420
|
-
"name": "json",
|
|
16421
|
-
"allowNo": false,
|
|
16422
|
-
"type": "boolean"
|
|
16423
16436
|
},
|
|
16424
|
-
"
|
|
16425
|
-
"description": "
|
|
16426
|
-
"env": "
|
|
16427
|
-
"helpGroup": "
|
|
16428
|
-
"name": "
|
|
16437
|
+
"client-secret": {
|
|
16438
|
+
"description": "Client Secret for OAuth",
|
|
16439
|
+
"env": "SFCC_CLIENT_SECRET",
|
|
16440
|
+
"helpGroup": "AUTH",
|
|
16441
|
+
"name": "client-secret",
|
|
16429
16442
|
"hasDynamicHelp": false,
|
|
16430
16443
|
"multiple": false,
|
|
16431
|
-
"options": [
|
|
16432
|
-
"trace",
|
|
16433
|
-
"debug",
|
|
16434
|
-
"info",
|
|
16435
|
-
"warn",
|
|
16436
|
-
"error",
|
|
16437
|
-
"silent"
|
|
16438
|
-
],
|
|
16439
16444
|
"type": "option"
|
|
16440
16445
|
},
|
|
16441
|
-
"
|
|
16442
|
-
"
|
|
16443
|
-
"
|
|
16444
|
-
"
|
|
16445
|
-
"
|
|
16446
|
-
"
|
|
16447
|
-
"
|
|
16448
|
-
"
|
|
16449
|
-
|
|
16450
|
-
"jsonl": {
|
|
16451
|
-
"aliases": [
|
|
16452
|
-
"json-logs"
|
|
16453
|
-
],
|
|
16454
|
-
"description": "Output log messages as JSON lines",
|
|
16455
|
-
"env": "SFCC_JSON_LOGS",
|
|
16456
|
-
"helpGroup": "GLOBAL",
|
|
16457
|
-
"name": "jsonl",
|
|
16458
|
-
"allowNo": false,
|
|
16459
|
-
"type": "boolean"
|
|
16446
|
+
"auth-scope": {
|
|
16447
|
+
"description": "OAuth scopes to request (comma-separated)",
|
|
16448
|
+
"env": "SFCC_OAUTH_SCOPES",
|
|
16449
|
+
"helpGroup": "AUTH",
|
|
16450
|
+
"name": "auth-scope",
|
|
16451
|
+
"delimiter": ",",
|
|
16452
|
+
"hasDynamicHelp": false,
|
|
16453
|
+
"multiple": true,
|
|
16454
|
+
"type": "option"
|
|
16460
16455
|
},
|
|
16461
|
-
"
|
|
16462
|
-
"
|
|
16463
|
-
"
|
|
16464
|
-
"helpGroup": "
|
|
16465
|
-
"name": "
|
|
16456
|
+
"short-code": {
|
|
16457
|
+
"description": "SCAPI short code",
|
|
16458
|
+
"env": "SFCC_SHORTCODE",
|
|
16459
|
+
"helpGroup": "AUTH",
|
|
16460
|
+
"name": "short-code",
|
|
16466
16461
|
"hasDynamicHelp": false,
|
|
16467
16462
|
"multiple": false,
|
|
16468
16463
|
"type": "option"
|
|
16469
16464
|
},
|
|
16470
|
-
"
|
|
16471
|
-
"
|
|
16472
|
-
|
|
16473
|
-
|
|
16474
|
-
"
|
|
16465
|
+
"tenant-id": {
|
|
16466
|
+
"aliases": [
|
|
16467
|
+
"tenant"
|
|
16468
|
+
],
|
|
16469
|
+
"description": "Organization/tenant ID",
|
|
16470
|
+
"env": "SFCC_TENANT_ID",
|
|
16471
|
+
"helpGroup": "AUTH",
|
|
16472
|
+
"name": "tenant-id",
|
|
16475
16473
|
"hasDynamicHelp": false,
|
|
16476
16474
|
"multiple": false,
|
|
16477
16475
|
"type": "option"
|
|
16478
16476
|
},
|
|
16479
|
-
"
|
|
16480
|
-
"
|
|
16481
|
-
"
|
|
16482
|
-
"
|
|
16483
|
-
|
|
16484
|
-
|
|
16477
|
+
"auth-methods": {
|
|
16478
|
+
"description": "Allowed auth methods in priority order (comma-separated)",
|
|
16479
|
+
"env": "SFCC_AUTH_METHODS",
|
|
16480
|
+
"exclusive": [
|
|
16481
|
+
"user-auth"
|
|
16482
|
+
],
|
|
16483
|
+
"helpGroup": "AUTH",
|
|
16484
|
+
"name": "auth-methods",
|
|
16485
|
+
"delimiter": ",",
|
|
16485
16486
|
"hasDynamicHelp": false,
|
|
16486
|
-
"multiple":
|
|
16487
|
+
"multiple": true,
|
|
16488
|
+
"options": [
|
|
16489
|
+
"client-credentials",
|
|
16490
|
+
"implicit",
|
|
16491
|
+
"basic",
|
|
16492
|
+
"api-key"
|
|
16493
|
+
],
|
|
16487
16494
|
"type": "option"
|
|
16488
16495
|
},
|
|
16489
|
-
"
|
|
16490
|
-
"
|
|
16491
|
-
|
|
16496
|
+
"user-auth": {
|
|
16497
|
+
"description": "Use browser-based user authentication (implicit OAuth flow)",
|
|
16498
|
+
"exclusive": [
|
|
16499
|
+
"auth-methods"
|
|
16492
16500
|
],
|
|
16493
|
-
"
|
|
16494
|
-
"
|
|
16495
|
-
"
|
|
16496
|
-
"
|
|
16501
|
+
"helpGroup": "AUTH",
|
|
16502
|
+
"name": "user-auth",
|
|
16503
|
+
"allowNo": false,
|
|
16504
|
+
"type": "boolean"
|
|
16505
|
+
},
|
|
16506
|
+
"account-manager-host": {
|
|
16507
|
+
"description": "Account Manager hostname for OAuth (default: account.demandware.com)",
|
|
16508
|
+
"env": "SFCC_ACCOUNT_MANAGER_HOST",
|
|
16509
|
+
"helpGroup": "AUTH",
|
|
16510
|
+
"name": "account-manager-host",
|
|
16497
16511
|
"hasDynamicHelp": false,
|
|
16498
16512
|
"multiple": false,
|
|
16499
16513
|
"type": "option"
|
|
16500
16514
|
},
|
|
16501
|
-
"
|
|
16502
|
-
"description": "
|
|
16503
|
-
"env": "
|
|
16504
|
-
"
|
|
16505
|
-
"hidden": true,
|
|
16506
|
-
"name": "extra-query",
|
|
16515
|
+
"sandbox-api-host": {
|
|
16516
|
+
"description": "ODS API hostname (default: admin.dx.commercecloud.salesforce.com)",
|
|
16517
|
+
"env": "SFCC_SANDBOX_API_HOST",
|
|
16518
|
+
"name": "sandbox-api-host",
|
|
16507
16519
|
"hasDynamicHelp": false,
|
|
16508
16520
|
"multiple": false,
|
|
16509
16521
|
"type": "option"
|
|
16510
16522
|
},
|
|
16511
|
-
"
|
|
16512
|
-
"description": "
|
|
16513
|
-
"
|
|
16514
|
-
"helpGroup": "GLOBAL",
|
|
16515
|
-
"hidden": true,
|
|
16516
|
-
"name": "extra-body",
|
|
16523
|
+
"from": {
|
|
16524
|
+
"description": "Start date for usage data (ISO 8601 format, e.g., 2024-01-01)",
|
|
16525
|
+
"name": "from",
|
|
16517
16526
|
"hasDynamicHelp": false,
|
|
16518
16527
|
"multiple": false,
|
|
16519
16528
|
"type": "option"
|
|
16520
16529
|
},
|
|
16521
|
-
"
|
|
16522
|
-
"description": "
|
|
16523
|
-
"
|
|
16524
|
-
"helpGroup": "GLOBAL",
|
|
16525
|
-
"hidden": true,
|
|
16526
|
-
"name": "extra-headers",
|
|
16530
|
+
"to": {
|
|
16531
|
+
"description": "End date for usage data (ISO 8601 format, e.g., 2024-12-31)",
|
|
16532
|
+
"name": "to",
|
|
16527
16533
|
"hasDynamicHelp": false,
|
|
16528
16534
|
"multiple": false,
|
|
16529
16535
|
"type": "option"
|
|
16530
|
-
},
|
|
16531
|
-
"strict": {
|
|
16532
|
-
"description": "Treat warnings as errors",
|
|
16533
|
-
"name": "strict",
|
|
16534
|
-
"allowNo": false,
|
|
16535
|
-
"type": "boolean"
|
|
16536
16536
|
}
|
|
16537
16537
|
},
|
|
16538
16538
|
"hasDynamicHelp": false,
|
|
16539
16539
|
"hiddenAliases": [],
|
|
16540
|
-
"id": "
|
|
16540
|
+
"id": "sandbox:usage",
|
|
16541
16541
|
"pluginAlias": "@salesforce/b2c-cli",
|
|
16542
16542
|
"pluginName": "@salesforce/b2c-cli",
|
|
16543
16543
|
"pluginType": "core",
|
|
@@ -16547,8 +16547,8 @@
|
|
|
16547
16547
|
"relativePath": [
|
|
16548
16548
|
"dist",
|
|
16549
16549
|
"commands",
|
|
16550
|
-
"
|
|
16551
|
-
"
|
|
16550
|
+
"sandbox",
|
|
16551
|
+
"usage.js"
|
|
16552
16552
|
]
|
|
16553
16553
|
},
|
|
16554
16554
|
"setup": {
|
|
@@ -16866,11 +16866,12 @@
|
|
|
16866
16866
|
"aliases": [],
|
|
16867
16867
|
"args": {
|
|
16868
16868
|
"skillset": {
|
|
16869
|
-
"description": "Skill set to install: b2c, b2c-cli, or cap-dev",
|
|
16869
|
+
"description": "Skill set to install: b2c, b2c-cli, storefront-next, or cap-dev",
|
|
16870
16870
|
"name": "skillset",
|
|
16871
16871
|
"options": [
|
|
16872
16872
|
"b2c",
|
|
16873
16873
|
"b2c-cli",
|
|
16874
|
+
"storefront-next",
|
|
16874
16875
|
"cap-dev"
|
|
16875
16876
|
]
|
|
16876
16877
|
}
|
|
@@ -16879,6 +16880,7 @@
|
|
|
16879
16880
|
"examples": [
|
|
16880
16881
|
"<%= config.bin %> <%= command.id %> b2c",
|
|
16881
16882
|
"<%= config.bin %> <%= command.id %> b2c-cli --ide cursor --global",
|
|
16883
|
+
"<%= config.bin %> <%= command.id %> storefront-next --ide cursor",
|
|
16882
16884
|
"<%= config.bin %> <%= command.id %> cap-dev --ide claude-code --global",
|
|
16883
16885
|
"<%= config.bin %> <%= command.id %> b2c --list",
|
|
16884
16886
|
"<%= config.bin %> <%= command.id %> b2c-cli --skill b2c-code --skill b2c-webdav --ide cursor",
|
|
@@ -27389,7 +27391,7 @@
|
|
|
27389
27391
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
27390
27392
|
"helpGroup": "QUERY",
|
|
27391
27393
|
"name": "to",
|
|
27392
|
-
"default": "2026-04-
|
|
27394
|
+
"default": "2026-04-24",
|
|
27393
27395
|
"hasDynamicHelp": false,
|
|
27394
27396
|
"multiple": false,
|
|
27395
27397
|
"type": "option"
|
|
@@ -27720,7 +27722,7 @@
|
|
|
27720
27722
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
27721
27723
|
"helpGroup": "QUERY",
|
|
27722
27724
|
"name": "to",
|
|
27723
|
-
"default": "2026-04-
|
|
27725
|
+
"default": "2026-04-24",
|
|
27724
27726
|
"hasDynamicHelp": false,
|
|
27725
27727
|
"multiple": false,
|
|
27726
27728
|
"type": "option"
|
|
@@ -28051,7 +28053,7 @@
|
|
|
28051
28053
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
28052
28054
|
"helpGroup": "QUERY",
|
|
28053
28055
|
"name": "to",
|
|
28054
|
-
"default": "2026-04-
|
|
28056
|
+
"default": "2026-04-24",
|
|
28055
28057
|
"hasDynamicHelp": false,
|
|
28056
28058
|
"multiple": false,
|
|
28057
28059
|
"type": "option"
|
|
@@ -28382,7 +28384,7 @@
|
|
|
28382
28384
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
28383
28385
|
"helpGroup": "QUERY",
|
|
28384
28386
|
"name": "to",
|
|
28385
|
-
"default": "2026-04-
|
|
28387
|
+
"default": "2026-04-24",
|
|
28386
28388
|
"hasDynamicHelp": false,
|
|
28387
28389
|
"multiple": false,
|
|
28388
28390
|
"type": "option"
|
|
@@ -28713,7 +28715,7 @@
|
|
|
28713
28715
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
28714
28716
|
"helpGroup": "QUERY",
|
|
28715
28717
|
"name": "to",
|
|
28716
|
-
"default": "2026-04-
|
|
28718
|
+
"default": "2026-04-24",
|
|
28717
28719
|
"hasDynamicHelp": false,
|
|
28718
28720
|
"multiple": false,
|
|
28719
28721
|
"type": "option"
|
|
@@ -29035,7 +29037,7 @@
|
|
|
29035
29037
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
29036
29038
|
"helpGroup": "QUERY",
|
|
29037
29039
|
"name": "to",
|
|
29038
|
-
"default": "2026-04-
|
|
29040
|
+
"default": "2026-04-24",
|
|
29039
29041
|
"hasDynamicHelp": false,
|
|
29040
29042
|
"multiple": false,
|
|
29041
29043
|
"type": "option"
|
|
@@ -29366,7 +29368,7 @@
|
|
|
29366
29368
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
29367
29369
|
"helpGroup": "QUERY",
|
|
29368
29370
|
"name": "to",
|
|
29369
|
-
"default": "2026-04-
|
|
29371
|
+
"default": "2026-04-24",
|
|
29370
29372
|
"hasDynamicHelp": false,
|
|
29371
29373
|
"multiple": false,
|
|
29372
29374
|
"type": "option"
|
|
@@ -29697,7 +29699,7 @@
|
|
|
29697
29699
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
29698
29700
|
"helpGroup": "QUERY",
|
|
29699
29701
|
"name": "to",
|
|
29700
|
-
"default": "2026-04-
|
|
29702
|
+
"default": "2026-04-24",
|
|
29701
29703
|
"hasDynamicHelp": false,
|
|
29702
29704
|
"multiple": false,
|
|
29703
29705
|
"type": "option"
|
|
@@ -30041,7 +30043,7 @@
|
|
|
30041
30043
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
30042
30044
|
"helpGroup": "QUERY",
|
|
30043
30045
|
"name": "to",
|
|
30044
|
-
"default": "2026-04-
|
|
30046
|
+
"default": "2026-04-24",
|
|
30045
30047
|
"hasDynamicHelp": false,
|
|
30046
30048
|
"multiple": false,
|
|
30047
30049
|
"type": "option"
|
|
@@ -30381,7 +30383,7 @@
|
|
|
30381
30383
|
"description": "Inclusive end date (YYYY-MM-DD)",
|
|
30382
30384
|
"helpGroup": "QUERY",
|
|
30383
30385
|
"name": "to",
|
|
30384
|
-
"default": "2026-04-
|
|
30386
|
+
"default": "2026-04-24",
|
|
30385
30387
|
"hasDynamicHelp": false,
|
|
30386
30388
|
"multiple": false,
|
|
30387
30389
|
"type": "option"
|
|
@@ -62548,5 +62550,5 @@
|
|
|
62548
62550
|
]
|
|
62549
62551
|
}
|
|
62550
62552
|
},
|
|
62551
|
-
"version": "1.
|
|
62553
|
+
"version": "1.8.0"
|
|
62552
62554
|
}
|