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 268a7b5 commit a430cd2Copy full SHA for a430cd2
messages/display.js
@@ -6,11 +6,11 @@ module.exports = {
6
},
7
examples: [
8
`Display release notes for the currently installed CLI version:
9
- sfdx info:releasenotes:display
+ <%= config.bin %> <%= command.id %>
10
Display release notes for CLI version 7.120.0:
11
- sfdx info:releasenotes:display --version 7.120.0
+ <%= config.bin %> <%= command.id %> --version 7.120.0
12
Display release notes for the CLI version that corresponds to a tag (%s):
13
- sfdx info:releasenotes:display --version latest
+ <%= config.bin %> <%= command.id %> --version latest
14
`,
15
],
16
footer: `---
0 commit comments