We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0818b2d commit 0b4be3eCopy full SHA for 0b4be3e
README.md
@@ -364,6 +364,17 @@ Obtain a PAT-token from the Settings/Account tab of the devorg where you deploy
364
365
`$ chef-cli manage --env prod`
366
367
+If your org is no in US-East-1, you have to override an environment variable to make sure the tool reaches to the right server, eg:
368
+
369
+```bash
370
+ACTIVE_PARTITION=dvrv-in-1 chef-cli manage --env prod
371
+```
372
+where the options are:
373
+"dvrv-us-1"
374
+"dvrv-eu-1"
375
+"dvrv-in-1"
376
+"dvrv-de-1"
377
378
## Metadata tips
379
380
You are required to provide an external_domain_metadata file from your extractor, describing the logical schema of the external system.
0 commit comments