mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 19:42:16 +00:00
feat: add zitadel-proto pkg
This commit is contained in:
@@ -57,6 +57,7 @@ export $(cat ./apps/login/.env.acceptance | xargs)
|
||||
### Developing Against Your ZITADEL Cloud Instance
|
||||
|
||||
Configure your shell by exporting the following environment variables:
|
||||
|
||||
```sh
|
||||
export ZITADEL_API_URL=<your cloud instance URL here>
|
||||
export ZITADEL_ORG_ID=<your service accounts organization id here>
|
||||
@@ -93,5 +94,4 @@ In apps/login, these commands also spin up the application and a ZITADEL gRPC AP
|
||||
If you want to run the integration tests standalone against an environment of your choice, navigate to ./apps/login, [configure your shell as you like](# Developing Against Your ZITADEL Cloud Instance) and run `pnpm test:integration:run` or `pnpm test:integration:open`.
|
||||
Then you need to lifecycle the mock process using the command `pnpm mock` or the more fine grained commands `pnpm mock:build`, `pnpm mock:build:nocache`, `pnpm mock:run` and `pnpm mock:destroy`.
|
||||
|
||||
|
||||
That's it! 🎉
|
||||
|
||||
Reference in New Issue
Block a user