Newer Version Available

This content describes an older version of this product. View Latest

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:

<%= 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 (stable, stable-rc, latest, latest-rc, rc):

<%= config.bin %> <%= command.id %> --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/.sfdx/sfdx.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