Skip to content

Commit

Permalink
fix: edit/standardize messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Jan 3, 2023
1 parent b87727b commit 225b733
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions messages/display.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
# commandDescription
# summary

Display Salesforce CLI release notes on the command line.

# flags.version.summary

CLI version or tag for which to display release notes.

# flags.version.description

CLI version or tag for which to display release notes.

# flags.hook.summary

This hidden parameter is used in post install or update hooks.

# flags.hook.description

This hidden parameter is used in post install or update hooks.

# examples

- Display release notes for the currently installed CLI version:
$ <%= config.bin %> <%= command.id %>
Display release notes for CLI version 7.120.0:
$ <%= config.bin %> <%= command.id %> --version 7.120.0
Display release notes for the CLI version that corresponds to a tag (%s):
$ <%= config.bin %> <%= command.id %> --version latest

<%= config.bin %> <%= command.id %>

- Display release notes for CLI version 7.120.0:

<%= config.bin %> <%= command.id %> --version 7.120.0

- Display release notes for the CLI version that corresponds to a tag (%s):

<%= config.bin %> <%= command.id %> --version latest

# footer

Expand Down

0 comments on commit 225b733

Please sign in to comment.