Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Lorentz committed Jul 30, 2024
1 parent 0818b2d commit 0b4be3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,17 @@ Obtain a PAT-token from the Settings/Account tab of the devorg where you deploy

`$ chef-cli manage --env prod`

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:

```bash
ACTIVE_PARTITION=dvrv-in-1 chef-cli manage --env prod
```
where the options are:
"dvrv-us-1"
"dvrv-eu-1"
"dvrv-in-1"
"dvrv-de-1"

## Metadata tips

You are required to provide an external_domain_metadata file from your extractor, describing the logical schema of the external system.
Expand Down

0 comments on commit 0b4be3e

Please sign in to comment.