@salesforce/cli 2.35.2 → 2.35.4

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.
@@ -3733,6 +3733,124 @@
3733
3733
  "snapshot:create:org"
3734
3734
  ]
3735
3735
  },
3736
+ "org:get:snapshot": {
3737
+ "aliases": [
3738
+ "force:org:snapshot:get"
3739
+ ],
3740
+ "args": {},
3741
+ "deprecateAliases": true,
3742
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3743
+ "examples": [
3744
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3745
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3746
+ ],
3747
+ "flags": {
3748
+ "json": {
3749
+ "description": "Format output as json.",
3750
+ "helpGroup": "GLOBAL",
3751
+ "name": "json",
3752
+ "allowNo": false,
3753
+ "type": "boolean"
3754
+ },
3755
+ "target-dev-hub": {
3756
+ "aliases": [
3757
+ "targetdevhubusername"
3758
+ ],
3759
+ "char": "v",
3760
+ "deprecateAliases": true,
3761
+ "name": "target-dev-hub",
3762
+ "noCacheDefault": true,
3763
+ "required": true,
3764
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3765
+ "hasDynamicHelp": true,
3766
+ "multiple": false,
3767
+ "type": "option"
3768
+ },
3769
+ "api-version": {
3770
+ "aliases": [
3771
+ "apiversion"
3772
+ ],
3773
+ "deprecateAliases": true,
3774
+ "description": "Override the api version used for api requests made by this command",
3775
+ "name": "api-version",
3776
+ "hasDynamicHelp": false,
3777
+ "multiple": false,
3778
+ "type": "option"
3779
+ },
3780
+ "loglevel": {
3781
+ "deprecated": {
3782
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3783
+ },
3784
+ "hidden": true,
3785
+ "name": "loglevel",
3786
+ "hasDynamicHelp": false,
3787
+ "multiple": false,
3788
+ "type": "option"
3789
+ },
3790
+ "snapshot": {
3791
+ "char": "s",
3792
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3793
+ "name": "snapshot",
3794
+ "required": true,
3795
+ "summary": "Name or ID of snapshot to retrieve.",
3796
+ "hasDynamicHelp": false,
3797
+ "multiple": false,
3798
+ "type": "option"
3799
+ }
3800
+ },
3801
+ "hasDynamicHelp": true,
3802
+ "hiddenAliases": [],
3803
+ "id": "org:get:snapshot",
3804
+ "pluginAlias": "@salesforce/plugin-signups",
3805
+ "pluginName": "@salesforce/plugin-signups",
3806
+ "pluginType": "jit",
3807
+ "state": "beta",
3808
+ "strict": true,
3809
+ "summary": "Get details about a scratch org snapshot.",
3810
+ "enableJsonFlag": true,
3811
+ "isESM": true,
3812
+ "relativePath": [
3813
+ "lib",
3814
+ "commands",
3815
+ "org",
3816
+ "get",
3817
+ "snapshot.js"
3818
+ ],
3819
+ "aliasPermutations": [
3820
+ "force:org:snapshot:get",
3821
+ "org:force:snapshot:get",
3822
+ "org:snapshot:force:get",
3823
+ "org:snapshot:get:force",
3824
+ "force:snapshot:org:get",
3825
+ "snapshot:force:org:get",
3826
+ "snapshot:org:force:get",
3827
+ "snapshot:org:get:force",
3828
+ "force:snapshot:get:org",
3829
+ "snapshot:force:get:org",
3830
+ "snapshot:get:force:org",
3831
+ "snapshot:get:org:force",
3832
+ "force:org:get:snapshot",
3833
+ "org:force:get:snapshot",
3834
+ "org:get:force:snapshot",
3835
+ "org:get:snapshot:force",
3836
+ "force:get:org:snapshot",
3837
+ "get:force:org:snapshot",
3838
+ "get:org:force:snapshot",
3839
+ "get:org:snapshot:force",
3840
+ "force:get:snapshot:org",
3841
+ "get:force:snapshot:org",
3842
+ "get:snapshot:force:org",
3843
+ "get:snapshot:org:force"
3844
+ ],
3845
+ "permutations": [
3846
+ "org:get:snapshot",
3847
+ "get:org:snapshot",
3848
+ "get:snapshot:org",
3849
+ "org:snapshot:get",
3850
+ "snapshot:org:get",
3851
+ "snapshot:get:org"
3852
+ ]
3853
+ },
3736
3854
  "org:delete:shape": {
3737
3855
  "aliases": [
3738
3856
  "force:org:shape:delete"
@@ -3970,124 +4088,6 @@
3970
4088
  "snapshot:delete:org"
3971
4089
  ]
3972
4090
  },
3973
- "org:get:snapshot": {
3974
- "aliases": [
3975
- "force:org:snapshot:get"
3976
- ],
3977
- "args": {},
3978
- "deprecateAliases": true,
3979
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3980
- "examples": [
3981
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3982
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3983
- ],
3984
- "flags": {
3985
- "json": {
3986
- "description": "Format output as json.",
3987
- "helpGroup": "GLOBAL",
3988
- "name": "json",
3989
- "allowNo": false,
3990
- "type": "boolean"
3991
- },
3992
- "target-dev-hub": {
3993
- "aliases": [
3994
- "targetdevhubusername"
3995
- ],
3996
- "char": "v",
3997
- "deprecateAliases": true,
3998
- "name": "target-dev-hub",
3999
- "noCacheDefault": true,
4000
- "required": true,
4001
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4002
- "hasDynamicHelp": true,
4003
- "multiple": false,
4004
- "type": "option"
4005
- },
4006
- "api-version": {
4007
- "aliases": [
4008
- "apiversion"
4009
- ],
4010
- "deprecateAliases": true,
4011
- "description": "Override the api version used for api requests made by this command",
4012
- "name": "api-version",
4013
- "hasDynamicHelp": false,
4014
- "multiple": false,
4015
- "type": "option"
4016
- },
4017
- "loglevel": {
4018
- "deprecated": {
4019
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
4020
- },
4021
- "hidden": true,
4022
- "name": "loglevel",
4023
- "hasDynamicHelp": false,
4024
- "multiple": false,
4025
- "type": "option"
4026
- },
4027
- "snapshot": {
4028
- "char": "s",
4029
- "description": "The IDs of scratch org snapshots start with 0Oo.",
4030
- "name": "snapshot",
4031
- "required": true,
4032
- "summary": "Name or ID of snapshot to retrieve.",
4033
- "hasDynamicHelp": false,
4034
- "multiple": false,
4035
- "type": "option"
4036
- }
4037
- },
4038
- "hasDynamicHelp": true,
4039
- "hiddenAliases": [],
4040
- "id": "org:get:snapshot",
4041
- "pluginAlias": "@salesforce/plugin-signups",
4042
- "pluginName": "@salesforce/plugin-signups",
4043
- "pluginType": "jit",
4044
- "state": "beta",
4045
- "strict": true,
4046
- "summary": "Get details about a scratch org snapshot.",
4047
- "enableJsonFlag": true,
4048
- "isESM": true,
4049
- "relativePath": [
4050
- "lib",
4051
- "commands",
4052
- "org",
4053
- "get",
4054
- "snapshot.js"
4055
- ],
4056
- "aliasPermutations": [
4057
- "force:org:snapshot:get",
4058
- "org:force:snapshot:get",
4059
- "org:snapshot:force:get",
4060
- "org:snapshot:get:force",
4061
- "force:snapshot:org:get",
4062
- "snapshot:force:org:get",
4063
- "snapshot:org:force:get",
4064
- "snapshot:org:get:force",
4065
- "force:snapshot:get:org",
4066
- "snapshot:force:get:org",
4067
- "snapshot:get:force:org",
4068
- "snapshot:get:org:force",
4069
- "force:org:get:snapshot",
4070
- "org:force:get:snapshot",
4071
- "org:get:force:snapshot",
4072
- "org:get:snapshot:force",
4073
- "force:get:org:snapshot",
4074
- "get:force:org:snapshot",
4075
- "get:org:force:snapshot",
4076
- "get:org:snapshot:force",
4077
- "force:get:snapshot:org",
4078
- "get:force:snapshot:org",
4079
- "get:snapshot:force:org",
4080
- "get:snapshot:org:force"
4081
- ],
4082
- "permutations": [
4083
- "org:get:snapshot",
4084
- "get:org:snapshot",
4085
- "get:snapshot:org",
4086
- "org:snapshot:get",
4087
- "snapshot:org:get",
4088
- "snapshot:get:org"
4089
- ]
4090
- },
4091
4091
  "org:list:shape": {
4092
4092
  "aliases": [
4093
4093
  "force:org:shape:list"
@@ -5190,5 +5190,5 @@
5190
5190
  ]
5191
5191
  }
5192
5192
  },
5193
- "version": "2.35.2"
5193
+ "version": "2.35.4"
5194
5194
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.35.2",
4
+ "version": "2.35.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -74,13 +74,13 @@
74
74
  "@salesforce/plugin-user"
75
75
  ],
76
76
  "jitPlugins": {
77
- "@salesforce/plugin-custom-metadata": "3.1.18",
78
- "@salesforce/plugin-community": "3.0.27",
77
+ "@salesforce/plugin-custom-metadata": "3.1.21",
78
+ "@salesforce/plugin-community": "3.0.28",
79
79
  "@salesforce/plugin-dev": "2.1.15",
80
80
  "@salesforce/plugin-devops-center": "1.2.9",
81
81
  "@salesforce/plugin-env": "3.0.25",
82
82
  "@salesforce/plugin-functions": "1.23.0",
83
- "@salesforce/plugin-signups": "2.0.29",
83
+ "@salesforce/plugin-signups": "2.0.30",
84
84
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
85
85
  "@salesforce/sfdx-scanner": "3.22.0"
86
86
  },
@@ -140,32 +140,32 @@
140
140
  "@inquirer/select": "^1.3.1",
141
141
  "@oclif/core": "3.26.0",
142
142
  "@oclif/plugin-autocomplete": "3.0.13",
143
- "@oclif/plugin-commands": "3.2.0",
144
- "@oclif/plugin-help": "6.0.18",
145
- "@oclif/plugin-not-found": "3.1.0",
146
- "@oclif/plugin-plugins": "4.3.8",
143
+ "@oclif/plugin-commands": "3.2.1",
144
+ "@oclif/plugin-help": "6.0.19",
145
+ "@oclif/plugin-not-found": "3.1.1",
146
+ "@oclif/plugin-plugins": "4.3.9",
147
147
  "@oclif/plugin-search": "1.0.20",
148
- "@oclif/plugin-update": "4.2.0",
149
- "@oclif/plugin-version": "2.0.14",
150
- "@oclif/plugin-warn-if-update-available": "3.0.14",
151
- "@oclif/plugin-which": "3.1.5",
148
+ "@oclif/plugin-update": "4.2.1",
149
+ "@oclif/plugin-version": "2.0.15",
150
+ "@oclif/plugin-warn-if-update-available": "3.0.15",
151
+ "@oclif/plugin-which": "3.1.6",
152
152
  "@salesforce/core": "^6.1.4",
153
153
  "@salesforce/plugin-apex": "3.0.31",
154
154
  "@salesforce/plugin-auth": "3.3.27",
155
- "@salesforce/plugin-data": "3.2.1",
156
- "@salesforce/plugin-deploy-retrieve": "3.3.0",
157
- "@salesforce/plugin-info": "3.0.33",
158
- "@salesforce/plugin-limits": "3.1.14",
155
+ "@salesforce/plugin-data": "3.2.2",
156
+ "@salesforce/plugin-deploy-retrieve": "3.3.1",
157
+ "@salesforce/plugin-info": "3.0.34",
158
+ "@salesforce/plugin-limits": "3.1.15",
159
159
  "@salesforce/plugin-marketplace": "1.0.29",
160
- "@salesforce/plugin-org": "3.5.0",
160
+ "@salesforce/plugin-org": "3.5.1",
161
161
  "@salesforce/plugin-packaging": "2.1.12",
162
162
  "@salesforce/plugin-schema": "3.1.9",
163
- "@salesforce/plugin-settings": "2.0.31",
164
- "@salesforce/plugin-sobject": "1.1.20",
165
- "@salesforce/plugin-source": "3.1.22",
163
+ "@salesforce/plugin-settings": "2.0.33",
164
+ "@salesforce/plugin-sobject": "1.1.21",
165
+ "@salesforce/plugin-source": "3.1.23",
166
166
  "@salesforce/plugin-telemetry": "3.1.17",
167
- "@salesforce/plugin-templates": "56.0.24",
168
- "@salesforce/plugin-trust": "3.3.17",
167
+ "@salesforce/plugin-templates": "56.0.25",
168
+ "@salesforce/plugin-trust": "3.3.18",
169
169
  "@salesforce/plugin-user": "3.3.4",
170
170
  "@salesforce/sf-plugins-core": "8.0.0",
171
171
  "chalk": "^5.3.0",
@@ -206,7 +206,7 @@
206
206
  "resolutions": {
207
207
  "@salesforce/schemas": "1.6.1",
208
208
  "@salesforce/templates": "60.1.0",
209
- "@salesforce/source-deploy-retrieve": "10.5.5",
209
+ "@salesforce/source-deploy-retrieve": "10.5.6",
210
210
  "@salesforce/source-tracking": "5.1.18"
211
211
  },
212
212
  "repository": "salesforcecli/cli",