@salesforce/cli 1.7.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.10.0](https://github.com/salesforcecli/cli/compare/v1.9.1...v1.10.0) (2022-01-19)
6
+
7
+ ### [1.9.1](https://github.com/salesforcecli/cli/compare/v1.9.0...v1.9.1) (2022-01-14)
8
+
9
+ ## [1.9.0](https://github.com/salesforcecli/cli/compare/v1.8.0...v1.9.0) (2022-01-12)
10
+
11
+ ## [1.8.0](https://github.com/salesforcecli/cli/compare/v1.7.0...v1.8.0) (2022-01-06)
12
+
13
+ ### Features
14
+
15
+ - verify promote for stable-rc channel ([0678adb](https://github.com/salesforcecli/cli/commit/0678adb1b13a274381a7d9bb92acf46156f5a7c6))
16
+
5
17
  ## [1.7.0](https://github.com/salesforcecli/cli/compare/v1.6.0...v1.7.0) (2021-12-15)
6
18
 
7
19
  ## [1.6.0](https://github.com/salesforcecli/cli/compare/v1.5.2...v1.6.0) (2021-12-08)
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2018, Salesforce.com, Inc.
1
+ Copyright (c) 2022, Salesforce.com, Inc.
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
package/README.md CHANGED
@@ -6,11 +6,12 @@
6
6
  [![License](https://img.shields.io/npm/l/@salesforce/cli.svg)](https://github.com/salesforcecli/cli/blob/master/package.json)
7
7
 
8
8
  <!-- toc -->
9
- * [@salesforce/cli](#salesforcecli)
10
- * [Getting Started](#getting-started)
11
- * [Feedback](#feedback)
12
- * [Usage](#usage)
13
- * [Commands](#commands)
9
+
10
+ - [@salesforce/cli](#salesforcecli)
11
+ - [Getting Started](#getting-started)
12
+ - [Feedback](#feedback)
13
+ - [Usage](#usage)
14
+ - [Commands](#commands)
14
15
  <!-- tocstop -->
15
16
 
16
17
  # Getting Started
@@ -24,68 +25,72 @@ To provide feedback, use create a new issue [here](https://github.com/forcedotco
24
25
  # Usage
25
26
 
26
27
  <!-- usage -->
28
+
27
29
  ```sh-session
28
30
  $ npm install -g @salesforce/cli
29
31
  $ sf COMMAND
30
32
  running command...
31
33
  $ sf (--version|-v)
32
- @salesforce/cli/1.7.0 linux-x64 node-v14.18.2
34
+ @salesforce/cli/1.10.0 linux-x64 node-v14.18.3
33
35
  $ sf --help [COMMAND]
34
36
  USAGE
35
37
  $ sf COMMAND
36
38
  ...
37
39
  ```
40
+
38
41
  <!-- usagestop -->
39
42
 
40
43
  # Commands
41
44
 
42
45
  <!-- commands -->
43
- * [`sf autocomplete [SHELL]`](#sf-autocomplete-shell)
44
- * [`sf config get`](#sf-config-get)
45
- * [`sf config list`](#sf-config-list)
46
- * [`sf config set`](#sf-config-set)
47
- * [`sf config unset`](#sf-config-unset)
48
- * [`sf deploy`](#sf-deploy)
49
- * [`sf deploy functions`](#sf-deploy-functions)
50
- * [`sf deploy metadata`](#sf-deploy-metadata)
51
- * [`sf env create compute`](#sf-env-create-compute)
52
- * [`sf env delete`](#sf-env-delete)
53
- * [`sf env display`](#sf-env-display)
54
- * [`sf env list`](#sf-env-list)
55
- * [`sf env log tail`](#sf-env-log-tail)
56
- * [`sf env logdrain add`](#sf-env-logdrain-add)
57
- * [`sf env logdrain list`](#sf-env-logdrain-list)
58
- * [`sf env logdrain remove`](#sf-env-logdrain-remove)
59
- * [`sf env open`](#sf-env-open)
60
- * [`sf env var get KEY`](#sf-env-var-get-key)
61
- * [`sf env var list`](#sf-env-var-list)
62
- * [`sf env var set`](#sf-env-var-set)
63
- * [`sf env var unset`](#sf-env-var-unset)
64
- * [`sf generate function`](#sf-generate-function)
65
- * [`sf generate project`](#sf-generate-project)
66
- * [`sf help [COMMAND]`](#sf-help-command)
67
- * [`sf info:releasenotes:display [-v <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sf-inforeleasenotesdisplay--v-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
68
- * [`sf login`](#sf-login)
69
- * [`sf login functions`](#sf-login-functions)
70
- * [`sf login functions jwt`](#sf-login-functions-jwt)
71
- * [`sf login org`](#sf-login-org)
72
- * [`sf login org jwt`](#sf-login-org-jwt)
73
- * [`sf logout`](#sf-logout)
74
- * [`sf logout functions`](#sf-logout-functions)
75
- * [`sf logout org`](#sf-logout-org)
76
- * [`sf plugins`](#sf-plugins)
77
- * [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin)
78
- * [`sf plugins:install PLUGIN...`](#sf-pluginsinstall-plugin)
79
- * [`sf plugins:link PLUGIN`](#sf-pluginslink-plugin)
80
- * [`sf plugins:uninstall PLUGIN...`](#sf-pluginsuninstall-plugin)
81
- * [`sf plugins update`](#sf-plugins-update)
82
- * [`sf retrieve metadata`](#sf-retrieve-metadata)
83
- * [`sf run function`](#sf-run-function)
84
- * [`sf run function start`](#sf-run-function-start)
85
- * [`sf run function start local`](#sf-run-function-start-local)
86
- * [`sf update [CHANNEL]`](#sf-update-channel)
87
- * [`sf version`](#sf-version)
88
- * [`sf whoami functions`](#sf-whoami-functions)
46
+
47
+ - [`sf autocomplete [SHELL]`](#sf-autocomplete-shell)
48
+ - [`sf config get`](#sf-config-get)
49
+ - [`sf config list`](#sf-config-list)
50
+ - [`sf config set`](#sf-config-set)
51
+ - [`sf config unset`](#sf-config-unset)
52
+ - [`sf deploy`](#sf-deploy)
53
+ - [`sf deploy functions`](#sf-deploy-functions)
54
+ - [`sf deploy metadata`](#sf-deploy-metadata)
55
+ - [`sf env create compute`](#sf-env-create-compute)
56
+ - [`sf env delete`](#sf-env-delete)
57
+ - [`sf env display`](#sf-env-display)
58
+ - [`sf env list`](#sf-env-list)
59
+ - [`sf env log tail`](#sf-env-log-tail)
60
+ - [`sf env logdrain add`](#sf-env-logdrain-add)
61
+ - [`sf env logdrain list`](#sf-env-logdrain-list)
62
+ - [`sf env logdrain remove`](#sf-env-logdrain-remove)
63
+ - [`sf env open`](#sf-env-open)
64
+ - [`sf env var get KEY`](#sf-env-var-get-key)
65
+ - [`sf env var list`](#sf-env-var-list)
66
+ - [`sf env var set`](#sf-env-var-set)
67
+ - [`sf env var unset`](#sf-env-var-unset)
68
+ - [`sf generate function`](#sf-generate-function)
69
+ - [`sf generate project`](#sf-generate-project)
70
+ - [`sf help [COMMAND]`](#sf-help-command)
71
+ - [`sf info:releasenotes:display [-v <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sf-inforeleasenotesdisplay--v-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
72
+ - [`sf login`](#sf-login)
73
+ - [`sf login functions`](#sf-login-functions)
74
+ - [`sf login functions jwt`](#sf-login-functions-jwt)
75
+ - [`sf login org`](#sf-login-org)
76
+ - [`sf login org jwt`](#sf-login-org-jwt)
77
+ - [`sf logout`](#sf-logout)
78
+ - [`sf logout functions`](#sf-logout-functions)
79
+ - [`sf logout org`](#sf-logout-org)
80
+ - [`sf plugins`](#sf-plugins)
81
+ - [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin)
82
+ - [`sf plugins:install PLUGIN...`](#sf-pluginsinstall-plugin)
83
+ - [`sf plugins:link PLUGIN`](#sf-pluginslink-plugin)
84
+ - [`sf plugins:uninstall PLUGIN...`](#sf-pluginsuninstall-plugin)
85
+ - [`sf plugins update`](#sf-plugins-update)
86
+ - [`sf retrieve metadata`](#sf-retrieve-metadata)
87
+ - [`sf run function`](#sf-run-function)
88
+ - [`sf run function start`](#sf-run-function-start)
89
+ - [`sf run function start container`](#sf-run-function-start-container)
90
+ - [`sf run function start local`](#sf-run-function-start-local)
91
+ - [`sf update [CHANNEL]`](#sf-update-channel)
92
+ - [`sf version`](#sf-version)
93
+ - [`sf whoami functions`](#sf-whoami-functions)
89
94
 
90
95
  ## `sf autocomplete [SHELL]`
91
96
 
@@ -114,7 +119,7 @@ EXAMPLES
114
119
  $ sf autocomplete --refresh-cache
115
120
  ```
116
121
 
117
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.0.0/src/commands/autocomplete/index.ts)_
122
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.1.1/src/commands/autocomplete/index.ts)_
118
123
 
119
124
  ## `sf config get`
120
125
 
@@ -317,7 +322,7 @@ EXAMPLES
317
322
  $ sf deploy --interactive
318
323
  ```
319
324
 
320
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.0.5/src/commands/deploy.ts)_
325
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.0.6/src/commands/deploy.ts)_
321
326
 
322
327
  ## `sf deploy functions`
323
328
 
@@ -424,8 +429,8 @@ FLAG DESCRIPTIONS
424
429
  75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and
425
430
  trigger individually and is different than the overall coverage percentage.
426
431
 
427
- - RunLocalTests — All tests in your org are run, except the ones that originate from installed managed packages.
428
- This test level is the default for production deployments that include Apex classes or triggers.
432
+ - RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked
433
+ packages. This test level is the default for production deployments that include Apex classes or triggers.
429
434
 
430
435
  - RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
431
436
 
@@ -998,7 +1003,7 @@ DESCRIPTION
998
1003
  Display help for sf.
999
1004
  ```
1000
1005
 
1001
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
1006
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.9/src/commands/help.ts)_
1002
1007
 
1003
1008
  ## `sf info:releasenotes:display [-v <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1004
1009
 
@@ -1065,7 +1070,7 @@ EXAMPLES
1065
1070
  $ sf login
1066
1071
  ```
1067
1072
 
1068
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.6/src/commands/login.ts)_
1073
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.7/src/commands/login.ts)_
1069
1074
 
1070
1075
  ## `sf login functions`
1071
1076
 
@@ -1332,7 +1337,7 @@ EXAMPLES
1332
1337
  $ sf logout --no-prompt
1333
1338
  ```
1334
1339
 
1335
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.6/src/commands/logout.ts)_
1340
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/v1.0.7/src/commands/logout.ts)_
1336
1341
 
1337
1342
  ## `sf logout functions`
1338
1343
 
@@ -1405,7 +1410,7 @@ EXAMPLES
1405
1410
  $ sf plugins
1406
1411
  ```
1407
1412
 
1408
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/index.ts)_
1413
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.12/src/commands/plugins/index.ts)_
1409
1414
 
1410
1415
  ## `sf plugins:inspect PLUGIN...`
1411
1416
 
@@ -1460,7 +1465,7 @@ ALIASES
1460
1465
  $ sf plugins add
1461
1466
 
1462
1467
  EXAMPLES
1463
- $ sf plugins:install myplugin
1468
+ $ sf plugins:install myplugin
1464
1469
 
1465
1470
  $ sf plugins:install https://github.com/someuser/someplugin
1466
1471
 
@@ -1664,11 +1669,48 @@ EXAMPLES
1664
1669
 
1665
1670
  ## `sf run function start`
1666
1671
 
1672
+ Build and run a Salesforce Function.
1673
+
1674
+ ```
1675
+ USAGE
1676
+ $ sf run function start [-b <value>] [-l javascript|typescript|java|auto] [-p <value>] [-v]
1677
+
1678
+ FLAGS
1679
+ -b, --debug-port=<value> [default: 9229] Port for remote debugging.
1680
+ -l, --language=(javascript|typescript|java|auto) [default: auto]
1681
+ -p, --port=<value> [default: 8080] Port for running the function.
1682
+ -v, --verbose Output additional logs.
1683
+
1684
+ DESCRIPTION
1685
+ Build and run a Salesforce Function.
1686
+
1687
+ Run this command from the directory of your Salesforce Functions project.
1688
+
1689
+ This command will run the target function locally (on the same operating system as this CLI), just like the `local`
1690
+ subcommand.
1691
+
1692
+ Previously, this command ran functions in a container. Container mode is still supported via the `container`
1693
+ subcommand. Arguments relevant to container mode are still accepted, but are deprecated, ignored, and will be dropped
1694
+ in a future release.
1695
+
1696
+ EXAMPLES
1697
+ Build a function and start the invoker
1698
+
1699
+ $ sf run function start
1700
+
1701
+ Start the invoker with a specific language and port
1702
+
1703
+ $ sf run function start --port 5000 --language javascript
1704
+ ```
1705
+
1706
+ ## `sf run function start container`
1707
+
1667
1708
  Build and run a Salesforce Function in a container.
1668
1709
 
1669
1710
  ```
1670
1711
  USAGE
1671
- $ sf run function start [-p <value>] [-b <value>] [--clear-cache] [--no-pull] [-e <value>] [--network <value>] [-v]
1712
+ $ sf run function start container [-p <value>] [-b <value>] [--clear-cache] [--no-pull] [-e <value>] [--network
1713
+ <value>] [-v]
1672
1714
 
1673
1715
  FLAGS
1674
1716
  -b, --debug-port=<value> [default: 9229] Port for remote debugging.
@@ -1688,15 +1730,15 @@ DESCRIPTION
1688
1730
  EXAMPLES
1689
1731
  Build and run a function:
1690
1732
 
1691
- $ sf run function start
1733
+ $ sf run function start container
1692
1734
 
1693
1735
  Run a function on a specific port with additional logs:
1694
1736
 
1695
- $ sf run function start --port 5000 --verbose
1737
+ $ sf run function start container --port 5000 --verbose
1696
1738
 
1697
1739
  Add environment variables and specify a network:
1698
1740
 
1699
- $ sf run function start --env KEY=VALUE --network host
1741
+ $ sf run function start container --env KEY=VALUE --network host
1700
1742
  ```
1701
1743
 
1702
1744
  ## `sf run function start local`
@@ -1740,7 +1782,7 @@ DESCRIPTION
1740
1782
  update the sf CLI
1741
1783
  ```
1742
1784
 
1743
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v2.1.3/src/commands/update.ts)_
1785
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v2.1.5/src/commands/update.ts)_
1744
1786
 
1745
1787
  ## `sf version`
1746
1788
 
@@ -1749,7 +1791,7 @@ USAGE
1749
1791
  $ sf version
1750
1792
  ```
1751
1793
 
1752
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.3/src/commands/version.ts)_
1794
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
1753
1795
 
1754
1796
  ## `sf whoami functions`
1755
1797
 
@@ -1776,4 +1818,5 @@ EXAMPLES
1776
1818
 
1777
1819
  $ sf whoami functions --show-token --json
1778
1820
  ```
1821
+
1779
1822
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"1.7.0","commands":{}}
1
+ {"version":"1.10.0","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.7.0",
4
+ "version": "1.10.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -45,7 +45,7 @@
45
45
  "@sf/gen",
46
46
  "@sf/info",
47
47
  "@sf/login",
48
- "@salesforce/plugin-telemetry"
48
+ "@sf/telemetry"
49
49
  ],
50
50
  "devPlugins": [
51
51
  "@oclif/plugin-command-snapshot",
@@ -82,53 +82,37 @@
82
82
  ]
83
83
  },
84
84
  "dependencies": {
85
- "@oclif/core": "^1.0.7",
86
- "@oclif/plugin-autocomplete": "1.0.0",
85
+ "@oclif/core": "^1.1.2",
86
+ "@oclif/plugin-autocomplete": "1.1.1",
87
87
  "@oclif/plugin-help": "5.1.10",
88
- "@oclif/plugin-not-found": "2.2.3",
89
- "@oclif/plugin-plugins": "2.0.11",
90
- "@oclif/plugin-update": "2.1.3",
91
- "@oclif/plugin-version": "1.0.3",
92
- "@salesforce/plugin-telemetry": "1.4.0",
93
- "@salesforce/sf-plugins-core": "1.0.4",
94
- "@sf/config": "npm:@salesforce/plugin-config@2.2.11",
95
- "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.5",
96
- "@sf/drm": "npm:@salesforce/plugin-deploy-retrieve-metadata@1.0.7",
97
- "@sf/env": "npm:@salesforce/plugin-env@1.0.3",
98
- "@sf/functions": "npm:@salesforce/plugin-functions@1.2.2",
99
- "@sf/gen": "npm:@salesforce/plugin-generate@1.0.5",
100
- "@sf/info": "npm:@salesforce/plugin-info@1.1.4",
101
- "@sf/login": "npm:@salesforce/plugin-login@1.0.6",
88
+ "@oclif/plugin-not-found": "2.2.4",
89
+ "@oclif/plugin-plugins": "2.0.12",
90
+ "@oclif/plugin-update": "2.1.5",
91
+ "@oclif/plugin-version": "1.0.4",
92
+ "@salesforce/sf-plugins-core": "^1.1.0",
93
+ "@sf/config": "npm:@salesforce/plugin-config@2.2.12",
94
+ "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.6",
95
+ "@sf/drm": "npm:@salesforce/plugin-deploy-retrieve-metadata@1.0.9",
96
+ "@sf/env": "npm:@salesforce/plugin-env@1.0.4",
97
+ "@sf/functions": "npm:@salesforce/plugin-functions@1.5.0",
98
+ "@sf/gen": "npm:@salesforce/plugin-generate@1.0.8",
99
+ "@sf/info": "npm:@salesforce/plugin-info@1.2.0",
100
+ "@sf/login": "npm:@salesforce/plugin-login@1.0.7",
101
+ "@sf/telemetry": "npm:@salesforce/plugin-telemetry@1.4.0",
102
102
  "tslib": "^2.3.1"
103
103
  },
104
- "pinnedDependencies": [
105
- "@sf/config@sf",
106
- "@sf/deploy-retrieve",
107
- "@sf/drm",
108
- "@sf/env",
109
- "@sf/functions",
110
- "@sf/gen",
111
- "@sf/info",
112
- "@sf/login",
113
- "@salesforce/plugin-telemetry",
114
- "@oclif/plugin-autocomplete",
115
- "@oclif/plugin-help",
116
- "@oclif/plugin-not-found",
117
- "@oclif/plugin-plugins",
118
- "@oclif/plugin-update",
119
- "@oclif/plugin-version"
120
- ],
121
104
  "resolutions": {
122
- "@salesforce/templates": "52.7.0",
123
- "@oclif/config": "1.18.2",
124
- "@oclif/command": "1.8.15"
105
+ "@oclif/core/**/cli-ux": "^6.0.8",
106
+ "oclif/**/cli-ux": "^6.0.8",
107
+ "@salesforce/sf-plugins-core": "^1.1.0",
108
+ "@salesforce/templates": "53.1.0"
125
109
  },
126
110
  "repository": "salesforcecli/cli",
127
111
  "scripts": {
128
112
  "build": "sf-build",
129
113
  "channel:promote": "sf-release channel:promote",
130
- "clean-all": "sf-clean all",
131
114
  "clean": "sf-clean",
115
+ "clean-all": "sf-clean all",
132
116
  "compile": "sf-compile",
133
117
  "docs": "sf-docs",
134
118
  "format": "sf-format",
@@ -142,13 +126,16 @@
142
126
  "postpack": "rm -f oclif.manifest.json",
143
127
  "posttest": "yarn test:deprecation-policy",
144
128
  "prepack": "sf-prepack",
145
- "prepare": "yarn compile && yarn lint",
129
+ "prepare": "sf-install && yarn compile && yarn lint",
146
130
  "pretarball": "sf-release cli:tarballs:prepare --types",
131
+ "pretest": "echo disable # sf-compile-test",
147
132
  "promote-dist-tags": "./scripts/promote-dist-tags",
148
133
  "promote:verify": "sf-release cli:versions:inspect --channels stable --locations archive --cli sf",
149
- "test:smoke-unix": "sf-release cli:tarballs:smoke --cli sf",
150
- "test:deprecation-policy": "./bin/dev snapshot:compare",
134
+ "promote:verify-rc": "sf-release cli:versions:inspect --channels stable-rc --locations archive --cli sf",
151
135
  "test": "echo disable # sf-test",
136
+ "test:deprecation-policy": "./bin/dev snapshot:compare",
137
+ "test:json-schema": "sf-release cli:schemas:compare",
138
+ "test:smoke-unix": "sf-release cli:tarballs:smoke --cli sf",
152
139
  "upload:deb": "oclif upload:deb",
153
140
  "upload:macos": "oclif upload:macos",
154
141
  "upload:tarballs": "oclif upload:tarballs",
@@ -156,18 +143,10 @@
156
143
  "version": "oclif readme"
157
144
  },
158
145
  "types": "dist/index.d.ts",
159
- "husky": {
160
- "hooks": {
161
- "commit-msg": "sf-husky-commit-msg",
162
- "pre-commit": "sf-husky-pre-commit",
163
- "pre-push": "sf-husky-pre-push"
164
- }
165
- },
166
146
  "devDependencies": {
167
- "@oclif/plugin-command-snapshot": "^2.2.2",
168
- "@oclif/test": "^1",
169
- "@salesforce/dev-config": "^2.1.2",
170
- "@salesforce/dev-scripts": "^0.9.18",
147
+ "@oclif/plugin-command-snapshot": "^3.1.2",
148
+ "@salesforce/dev-config": "^3.0.0",
149
+ "@salesforce/dev-scripts": "^2",
171
150
  "@salesforce/plugin-release-management": "^2.7.1",
172
151
  "@salesforce/prettier-config": "^0.0.2",
173
152
  "@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -186,10 +165,10 @@
186
165
  "eslint-plugin-jsdoc": "^35.5.1",
187
166
  "eslint-plugin-prettier": "^3.4.1",
188
167
  "globby": "^11.0.4",
189
- "husky": "^4.3.8",
168
+ "husky": "^7.0.4",
190
169
  "mocha": "^9.1.3",
191
170
  "nyc": "^15.1.0",
192
- "oclif": "^2.0.0-main.6",
171
+ "oclif": "^2.1.7",
193
172
  "prettier": "^2.4.1",
194
173
  "pretty-quick": "^3.1.1",
195
174
  "sinon": "^11.1.2",