Skip to content

Commit aef146b

Browse files
authored
Update README.md
1 parent 0815602 commit aef146b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ 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-
% go test -v -apiUrl='https://cloudapi.dev.nonprod-project-avengers.com/v4' -orgId='6af08c0a-8cab-4c1c-b257-b521575c16d0' -projectId='d352361d-8de1-445b-9969-873b6decb63a' -clusterId='92236592-9f74-475e-afeb-0609b743c41b' -adminUserAccessKey='NbMSRuuUlVNuvFCLNDVc9Hk9xvoqMbKP' -adminUserSecretKey='eNJMuUwHP95vxSftiBsjO2WPS1znWcIQlng64PKIkUjCf5#yBVWDS8tFtFnGt7es'
16+
```bash
17+
go test -v \
18+
-apiUrl='https://cloudapi.dev.nonprod-project-avengers.com/v4' \
19+
-orgId='6af08c0a-8cab-4c1c-b257-b521575c16d0' \
20+
-projectId='d352361d-8de1-445b-9969-873b6decb63a' \
21+
-clusterId='92236592-9f74-475e-afeb-0609b743c41b' \
22+
-adminUserAccessKey='NbMSRuuUlVNuvFCLNDVc9Hk9xvoqMbKP' \
23+
-adminUserSecretKey='eNJMuUwHP95vxSftiBsjO2WPS1znWcIQlng64PKIkUjCf5#yBVWDS8tFtFnGt7es'
24+
```
1725

1826

1927
## Installation

0 commit comments

Comments
 (0)