Skip to content

Commit

Permalink
Fix CLI configuration docs
Browse files Browse the repository at this point in the history
commit_hash:5a90fe7dbe8909d811ba5f485a908a19082e3c2c
  • Loading branch information
MikailBag committed Feb 13, 2025
1 parent aa05208 commit 54ce63f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/guides/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Build `perforator/cmd/cli` from the root of the repository.

# Configure Perforator CLI

* Set `PERFORATOR_URL` environment variable to specify the Perforator server URL once. Otherwise you need to use `--url` flag for each command.
* Set `PERFORATOR_SECURE` to specify the security level of the connection. Default is secure.
* Set `PERFORATOR_ENDPOINT` environment variable to specify the Perforator server URL once. Otherwise you need to use `--url` flag for each command.
* Set `PERFORATOR_SECURE` to enable or disable TLS. By default, TLS is enabled.


```console
export PERFORATOR_URL="https://perforator.example.com"
export PERFORATOR_ENDPOINT="https://perforator.example.com"
export PERFORATOR_SECURE=true
```

0 comments on commit 54ce63f

Please sign in to comment.