info Commands

Access Salesforce CLI information from the command line.

info releasenotes display

Display Salesforce CLI release notes on the command line.

Description for info releasenotes display

By default, this command displays release notes for the currently installed CLI version on your computer. Use the --version flag to view release notes for a different release.

Examples for info releasenotes display

Display release notes for the currently installed CLI version:

1sf info releasenotes display

Display release notes for CLI version 7.120.0:

1sf 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):

1sf info releasenotes display --version latest

Flags

--json
Optional

Format output as json.

Type: boolean
--flags-dir FLAGS-DIR
Optional

Import flag values from a directory.

Type: option
-v | --version VERSION
Optional

CLI version or tag for which to display release notes.

Type: option

Aliases for info releasenotes display

1whatsnew