Skip to content

Commit ad6217a

Browse files
authored
Add Bitwarden's cli bws as a pre-requisite int the docs (RedHatQE#2432)
* add bws pre-requisite to the docs * add ref to unzip instalation
1 parent a3f8264 commit ad6217a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/GETTING_STARTED.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,13 @@ The Complete list of environment dependencies can be found in [Dockerfile](../Do
5555
## oc
5656

5757
`oc` client should be downloaded from `consoleCliDownloads` resource of the cluster under test.
58+
59+
## bws - Bitwarden CLI
60+
61+
Bitwarden CLI should be installed on the machine running the tests. See [Secrets Manager CLI](https://bitwarden.com/help/secrets-manager-cli/#download-and-install).
62+
Bitwarden token should be set in the `ACCESS_TOKEN` environment variable.
63+
Ensure the `unzip` package is installed on your system, as it is required by the bws installation script.
64+
65+
```bash
66+
curl -fsSL https://bws.bitwarden.com/install | sh
67+
```

0 commit comments

Comments
 (0)