From 6cdf41b3bb31396163ccc583bdbfee218836e6b4 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 18 Jun 2026 02:25:34 +0000 Subject: [PATCH] docs: clarify CLI version check Co-authored-by: bgardiner --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca73b750f1..6daa5c1f4d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ You can also install the CLI in your IDE or CI/CD environment. For details, see After authenticating, you can test your installation. For a quick test, run `snyk --help`. +To confirm which CLI release is installed, run `snyk --version`. + Alternatively, you can perform a quick test on a public npm package, for example `snyk test ionic`. Look at the `test` command report in your terminal. The report shows the vulnerabilities Snyk found in the package. For each issue found, Snyk reports the severity of the issue, provides a link to a detailed description, reports the path through which the vulnerable module got into your system, and provides guidance on how to fix the problem.