Skip to content

Commit

Permalink
Document resources that need to be excluded on free tier tenants (#978)
Browse files Browse the repository at this point in the history
Document resources that need to be excluded on free tier tenants.

logStreams are mandatory, and customDomains are optional.

Ref Issue #969
  • Loading branch information
patkub authored Nov 11, 2024
1 parent d21774f commit 6d2f9bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/configuring-the-deploy-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ export AUTH0_KEYWORD_REPLACE_MAPPINGS='{"ENVIRONMENT":"dev"}'
a0deploy export -c=config.json --format=yaml --output_folder=local
```

### Free Tier

Certain Auth0 resources require a paid plan with a verified credit card on file to manage. On free tier tenants, logStreams need to be excluded in `config.json`. You can also exclude customDomains, if you don't want to add credit card information.

```json
"AUTH0_EXCLUDED": ["logStreams", "customDomains"]
```

## Available Configuration Properties

### `AUTH0_DOMAIN`
Expand Down

0 comments on commit 6d2f9bc

Please sign in to comment.