releasenotes Commands (Deprecated)

Commands related to cli release notes.

info:releasenotes:display (Deprecated)

Display Salesforce CLI release notes on the command line.

As of January 12, 2023, this command is deprecated and we no longer update this topic.

Don't worry, this command and its flags continue to work the same as before, and any scripts that use the command won’t break. However, we recommend that you start using the equivalent sf-style info releasenotes display command instead. Here’s how the flags changed between the old and new commands; if a flag isn't listed, the old and new names are the same:

  • Removed flag: --loglevel

For background information about this change, read this blog post, which describes how we've updated many of the existing sfdx commands to use the improvements we made in sf. We improved this particular command on January 12, 2023.

Warning

Examples for info:releasenotes:display

Display release notes for the currently installed CLI version:

1sfdx info:releasenotes:display

Display release notes for CLI version 7.120.0:

1sfdx info:releasenotes:display --version 7.120.0

Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc):

1sfdx info:releasenotes:display --version latest

Command Syntax

sfdx info:releasenotes:display
[--json]
[--loglevel LOGLEVEL]
[-v VERSION]

Parameters

--json
Optional

Format output as JSON.

Type: boolean
--loglevel LOGLEVEL
Optional

The logging level for this command invocation. Logs are stored in $HOME/.sf/sf.log.

Type: enum
Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
Default value: warn
-v | --version VERSION
Optional

CLI version or tag for which to display release notes.

Type: string

Aliases for info:releasenotes:display

1whatsnew