From fdf02d856cc67d7bcf156ad21a55f659c1874941 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Mar 2024 05:44:08 +0000 Subject: [PATCH] chore(release): 3.0.34 [skip ci] --- CHANGELOG.md | 6 ++++ README.md | 90 ++-------------------------------------------------- package.json | 2 +- 3 files changed, 10 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 693f8da4..53ec391f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.34](https://github.com/salesforcecli/plugin-info/compare/3.0.33...3.0.34) (2024-03-24) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 7.1.11 to 7.1.16 ([a3b5a55](https://github.com/salesforcecli/plugin-info/commit/a3b5a55ad69bd95c37ebac4412759b82d458e1c9)) + ## [3.0.33](https://github.com/salesforcecli/plugin-info/compare/3.0.32...3.0.33) (2024-03-17) ### Bug Fixes diff --git a/README.md b/README.md index 311e7b4c..2bc5ecdb 100644 --- a/README.md +++ b/README.md @@ -76,93 +76,9 @@ sfdx plugins -- [`sf doctor`](#sf-doctor) -- [`sf info releasenotes display`](#sf-info-releasenotes-display) +# Command Topics -## `sf doctor` - -Gather CLI configuration data and run diagnostic tests to discover and report potential problems in your environment. - -``` -USAGE - $ sf doctor [--json] [-c ] [-p ] [-d ] [-i] - -FLAGS - -c, --command= Command to run in debug mode; results are written to a log file. - -d, --output-dir= Directory to save all created files rather than the current working directory. - -i, --create-issue Create a new issue on our GitHub repo and attach all diagnostic results. - -p, --plugin= Specific plugin on which to run diagnostics. - -GLOBAL FLAGS - --json Format output as json. - -DESCRIPTION - Gather CLI configuration data and run diagnostic tests to discover and report potential problems in your environment. - - When you run the doctor command without parameters, it first displays a diagnostic overview of your environment. It - then writes a detailed diagnosis to a JSON file in the current directory. Use the --outputdir to specify a different - directory. To run diagnostic tests on a specific plugin, use the --plugin parameter. If the plugin isn't listening to - the doctor, then you get a warning. - - Use the --command parameter to run a specific command in debug mode; the doctor writes both stdout and stderr to - \*.log files that you can provide to Salesforce Customer Support or attach to a GitHub issue. - - Plugin providers can also implement their own doctor diagnostic tests by listening to the "sf-doctor" event and - running plugin specific tests that are then included in the doctor diagnostics log. - -EXAMPLES - Run CLI doctor diagnostics: - - $ sf doctor - - Run CLI doctor diagnostics and the specified command, and write the debug output to a file: - - $ sf doctor --command "force:org:list --all" - - Run CLI doctor diagnostics for a specific plugin: - - $ sf doctor --plugin @salesforce/plugin-source -``` - -_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.33/src/commands/doctor.ts)_ - -## `sf info releasenotes display` - -Display Salesforce CLI release notes on the command line. - -``` -USAGE - $ sf info releasenotes display [--json] [-v ] - -FLAGS - -v, --version= CLI version or tag for which to display release notes. - -GLOBAL FLAGS - --json Format output as json. - -DESCRIPTION - Display Salesforce CLI release notes on the command line. - - 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. - -ALIASES - $ sf whatsnew - -EXAMPLES - Display release notes for the currently installed CLI version: - - $ sf info releasenotes display stable, stable-rc, latest, latest-rc, rc - - Display release notes for CLI version 7.120.0: - - $ sf info releasenotes display --version 7.120.0 stable, stable-rc, latest, latest-rc, rc - - Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc): - - $ sf info releasenotes display --version latest -``` - -_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.0.33/src/commands/info/releasenotes/display.ts)_ +- [`sf doctor`](docs/doctor.md) - Tools for diagnosing problems with Salesforce CLI. +- [`sf info`](docs/info.md) - Access Salesforce CLI information from the command line. diff --git a/package.json b/package.json index 040e88bd..3c8f6366 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-info", "description": "Plugin for accessing cli info from the command line", - "version": "3.0.33", + "version": "3.0.34", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {