File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ It runs one of Qodana Docker's images
162162Note that most options can be configured via qodana.yaml (https://www.jetbrains.com/help/qodana/qodana-yaml.html ) file.
163163But you can always override qodana.yaml options with the following command-line options.
164164
165+ Supply the qodana project token by declaring the ` QODANA_TOKEN ` environment variable
166+
167+ If you are using other Qodana Cloud instance than https://qodana.cloud/ , override it with declaring ` QODANA_ENDPOINT ` environment variable.
168+
165169
166170``` shell
167171qodana scan [flags]
@@ -249,7 +253,9 @@ Send the report (qodana.sarif.json and other analysis results) to Qodana Cloud.
249253
250254If report directory is not specified, the latest report will be fetched from the default linter results location.
251255
252- If you are using other Qodana Cloud instance than https://qodana.cloud/ , override it with declaring ` ENDPOINT ` environment variable.
256+ Supply the qodana project token by declaring the ` QODANA_TOKEN ` environment variable
257+
258+ If you are using other Qodana Cloud instance than https://qodana.cloud/ , override it with declaring ` QODANA_ENDPOINT ` environment variable.
253259
254260``` shell
255261qodana send [flags]
You can’t perform that action at this time.
0 commit comments