Skip to content

Commit b267d6b

Browse files
authored
Update README.md
1 parent cfb6bbd commit b267d6b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ The plugin supports the generation of static and dynamic user roles and root cre
1313

1414
To build this package for any platform you will need to clone this repository and cd into the repo directory and `go build -o couchbasecapella-database-plugin ./cmd/couchbasecapella-database-plugin/`.
1515
To run some of the tests, create a provisioned Capella cluster instance and run it locally similar to the below example.
16+
17+
Set env variables and run the below: export ORG_ID=<>; export PROJECT_ID=<>; export CLUSTER_ID=<>; export ADMIN_USER_ACCESS_KEY=<>; export ADMIN_USER_SECRET_KEY=<>
18+
```bash
19+
make test
20+
```
21+
(or using the flags)
1622
```bash
1723
go test -v \
1824
-apiUrl='https://cloudapi.dev.nonprod-project-avengers.com/v4' \

0 commit comments

Comments
 (0)