@salesforce/cli 2.34.2 → 2.34.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,124 +3733,6 @@
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
- },
3854
3736
  "org:delete:shape": {
3855
3737
  "aliases": [
3856
3738
  "force:org:shape:delete"
@@ -4088,6 +3970,124 @@
4088
3970
  "snapshot:delete:org"
4089
3971
  ]
4090
3972
  },
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.34.2"
5193
+ "version": "2.34.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.34.2",
4
+ "version": "2.34.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -73,13 +73,13 @@
73
73
  "@salesforce/plugin-user"
74
74
  ],
75
75
  "jitPlugins": {
76
- "@salesforce/plugin-custom-metadata": "3.1.16",
77
- "@salesforce/plugin-community": "3.0.25",
76
+ "@salesforce/plugin-custom-metadata": "3.1.18",
77
+ "@salesforce/plugin-community": "3.0.27",
78
78
  "@salesforce/plugin-dev": "2.1.15",
79
79
  "@salesforce/plugin-devops-center": "1.2.9",
80
80
  "@salesforce/plugin-env": "3.0.25",
81
81
  "@salesforce/plugin-functions": "1.23.0",
82
- "@salesforce/plugin-signups": "2.0.28",
82
+ "@salesforce/plugin-signups": "2.0.29",
83
83
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
84
84
  "@salesforce/sfdx-scanner": "3.22.0"
85
85
  },
@@ -146,25 +146,25 @@
146
146
  "@oclif/plugin-update": "4.2.0",
147
147
  "@oclif/plugin-version": "2.0.14",
148
148
  "@oclif/plugin-warn-if-update-available": "3.0.14",
149
- "@oclif/plugin-which": "3.1.4",
149
+ "@oclif/plugin-which": "3.1.5",
150
150
  "@salesforce/core": "^6.1.4",
151
- "@salesforce/plugin-apex": "3.0.30",
152
- "@salesforce/plugin-auth": "3.3.23",
153
- "@salesforce/plugin-data": "3.1.9",
154
- "@salesforce/plugin-deploy-retrieve": "3.2.31",
155
- "@salesforce/plugin-info": "3.0.31",
156
- "@salesforce/plugin-limits": "3.1.13",
157
- "@salesforce/plugin-marketplace": "1.0.27",
158
- "@salesforce/plugin-org": "3.4.3",
151
+ "@salesforce/plugin-apex": "3.0.31",
152
+ "@salesforce/plugin-auth": "3.3.26",
153
+ "@salesforce/plugin-data": "3.1.11",
154
+ "@salesforce/plugin-deploy-retrieve": "3.2.34",
155
+ "@salesforce/plugin-info": "3.0.33",
156
+ "@salesforce/plugin-limits": "3.1.14",
157
+ "@salesforce/plugin-marketplace": "1.0.29",
158
+ "@salesforce/plugin-org": "3.4.6",
159
159
  "@salesforce/plugin-packaging": "2.1.12",
160
- "@salesforce/plugin-schema": "3.1.7",
160
+ "@salesforce/plugin-schema": "3.1.9",
161
161
  "@salesforce/plugin-settings": "2.0.31",
162
- "@salesforce/plugin-sobject": "1.1.18",
163
- "@salesforce/plugin-source": "3.1.20",
164
- "@salesforce/plugin-telemetry": "3.1.16",
165
- "@salesforce/plugin-templates": "56.0.21",
166
- "@salesforce/plugin-trust": "3.3.16",
167
- "@salesforce/plugin-user": "3.3.3",
162
+ "@salesforce/plugin-sobject": "1.1.20",
163
+ "@salesforce/plugin-source": "3.1.22",
164
+ "@salesforce/plugin-telemetry": "3.1.17",
165
+ "@salesforce/plugin-templates": "56.0.23",
166
+ "@salesforce/plugin-trust": "3.3.17",
167
+ "@salesforce/plugin-user": "3.3.4",
168
168
  "@salesforce/sf-plugins-core": "7.1.15",
169
169
  "chalk": "^5.3.0",
170
170
  "debug": "^4.3.4",
@@ -205,7 +205,7 @@
205
205
  "@salesforce/schemas": "1.6.1",
206
206
  "@salesforce/templates": "60.1.0",
207
207
  "@salesforce/source-deploy-retrieve": "10.5.2",
208
- "@salesforce/source-tracking": "5.1.14"
208
+ "@salesforce/source-tracking": "5.1.17"
209
209
  },
210
210
  "repository": "salesforcecli/cli",
211
211
  "scripts": {