We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5096b commit 268a7b5Copy full SHA for 268a7b5
messages/display.js
@@ -6,13 +6,11 @@ module.exports = {
6
},
7
examples: [
8
`Display release notes for the currently installed CLI version:
9
- <%= config.bin %> <%= command.id %>
10
-
+ sfdx info:releasenotes:display
11
Display release notes for CLI version 7.120.0:
12
- <%= config.bin %> <%= command.id %> --version 7.120.0
13
+ sfdx info:releasenotes:display --version 7.120.0
14
Display release notes for the CLI version that corresponds to a tag (%s):
15
- <%= config.bin %> <%= command.id %> --version latest
+ sfdx info:releasenotes:display --version latest
16
`,
17
],
18
footer: `---
0 commit comments