@salesforce/cli 1.7.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.8.0](https://github.com/salesforcecli/cli/compare/v1.7.0...v1.8.0) (2022-01-06)
6
+
7
+
8
+ ### Features
9
+
10
+ * verify promote for stable-rc channel ([0678adb](https://github.com/salesforcecli/cli/commit/0678adb1b13a274381a7d9bb92acf46156f5a7c6))
11
+
5
12
  ## [1.7.0](https://github.com/salesforcecli/cli/compare/v1.6.0...v1.7.0) (2021-12-15)
6
13
 
7
14
  ## [1.6.0](https://github.com/salesforcecli/cli/compare/v1.5.2...v1.6.0) (2021-12-08)
package/README.md CHANGED
@@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli
29
29
  $ sf COMMAND
30
30
  running command...
31
31
  $ sf (--version|-v)
32
- @salesforce/cli/1.7.0 linux-x64 node-v14.18.2
32
+ @salesforce/cli/1.8.0 linux-x64 node-v14.18.2
33
33
  $ sf --help [COMMAND]
34
34
  USAGE
35
35
  $ sf COMMAND
@@ -114,7 +114,7 @@ EXAMPLES
114
114
  $ sf autocomplete --refresh-cache
115
115
  ```
116
116
 
117
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.0.0/src/commands/autocomplete/index.ts)_
117
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v1.1.1/src/commands/autocomplete/index.ts)_
118
118
 
119
119
  ## `sf config get`
120
120
 
@@ -998,7 +998,7 @@ DESCRIPTION
998
998
  Display help for sf.
999
999
  ```
1000
1000
 
1001
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
1001
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.9/src/commands/help.ts)_
1002
1002
 
1003
1003
  ## `sf info:releasenotes:display [-v <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1004
1004
 
@@ -1405,7 +1405,7 @@ EXAMPLES
1405
1405
  $ sf plugins
1406
1406
  ```
1407
1407
 
1408
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/index.ts)_
1408
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.12/src/commands/plugins/index.ts)_
1409
1409
 
1410
1410
  ## `sf plugins:inspect PLUGIN...`
1411
1411
 
@@ -1740,7 +1740,7 @@ DESCRIPTION
1740
1740
  update the sf CLI
1741
1741
  ```
1742
1742
 
1743
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v2.1.3/src/commands/update.ts)_
1743
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v2.1.4/src/commands/update.ts)_
1744
1744
 
1745
1745
  ## `sf version`
1746
1746
 
@@ -1749,7 +1749,7 @@ USAGE
1749
1749
  $ sf version
1750
1750
  ```
1751
1751
 
1752
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.3/src/commands/version.ts)_
1752
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.0.4/src/commands/version.ts)_
1753
1753
 
1754
1754
  ## `sf whoami functions`
1755
1755
 
@@ -1 +1 @@
1
- {"version":"1.7.0","commands":{}}
1
+ {"version":"1.8.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.8.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -82,22 +82,22 @@
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.1",
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",
88
+ "@oclif/plugin-not-found": "2.2.4",
89
+ "@oclif/plugin-plugins": "2.0.12",
90
+ "@oclif/plugin-update": "2.1.4",
91
+ "@oclif/plugin-version": "1.0.4",
92
92
  "@salesforce/plugin-telemetry": "1.4.0",
93
- "@salesforce/sf-plugins-core": "1.0.4",
93
+ "@salesforce/sf-plugins-core": "1.0.5",
94
94
  "@sf/config": "npm:@salesforce/plugin-config@2.2.11",
95
95
  "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.5",
96
96
  "@sf/drm": "npm:@salesforce/plugin-deploy-retrieve-metadata@1.0.7",
97
97
  "@sf/env": "npm:@salesforce/plugin-env@1.0.3",
98
- "@sf/functions": "npm:@salesforce/plugin-functions@1.2.2",
98
+ "@sf/functions": "npm:@salesforce/plugin-functions@1.3.0",
99
99
  "@sf/gen": "npm:@salesforce/plugin-generate@1.0.5",
100
- "@sf/info": "npm:@salesforce/plugin-info@1.1.4",
100
+ "@sf/info": "npm:@salesforce/plugin-info@1.2.0",
101
101
  "@sf/login": "npm:@salesforce/plugin-login@1.0.6",
102
102
  "tslib": "^2.3.1"
103
103
  },
@@ -121,7 +121,9 @@
121
121
  "resolutions": {
122
122
  "@salesforce/templates": "52.7.0",
123
123
  "@oclif/config": "1.18.2",
124
- "@oclif/command": "1.8.15"
124
+ "@oclif/command": "1.8.16",
125
+ "@oclif/core/**/cli-ux": "^6.0.7",
126
+ "oclif/**/cli-ux": "^6.0.7"
125
127
  },
126
128
  "repository": "salesforcecli/cli",
127
129
  "scripts": {
@@ -146,6 +148,7 @@
146
148
  "pretarball": "sf-release cli:tarballs:prepare --types",
147
149
  "promote-dist-tags": "./scripts/promote-dist-tags",
148
150
  "promote:verify": "sf-release cli:versions:inspect --channels stable --locations archive --cli sf",
151
+ "promote:verify-rc": "sf-release cli:versions:inspect --channels stable-rc --locations archive --cli sf",
149
152
  "test:smoke-unix": "sf-release cli:tarballs:smoke --cli sf",
150
153
  "test:deprecation-policy": "./bin/dev snapshot:compare",
151
154
  "test": "echo disable # sf-test",
@@ -164,7 +167,7 @@
164
167
  }
165
168
  },
166
169
  "devDependencies": {
167
- "@oclif/plugin-command-snapshot": "^2.2.2",
170
+ "@oclif/plugin-command-snapshot": "^3.1.2",
168
171
  "@oclif/test": "^1",
169
172
  "@salesforce/dev-config": "^2.1.2",
170
173
  "@salesforce/dev-scripts": "^0.9.18",