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