releasenotes Commands

Commands related to cli release notes.

info:releasenotes:display

Display Salesforce CLI release notes on the command line.

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