Skip to content

Commit 144b6ab

Browse files
committed
Add parameter documentation
1 parent 0969ca2 commit 144b6ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@ This action for [auth0-deploy-cli](https://github.com/auth0/auth0-deploy-cli) en
33
arbitrary actions with the `a0deploy` command, including import and export of tenant
44
configuration.
55

6+
Refer to the [Auth0 Extensions Documentation](https://auth0.com/docs/extensions/deploy-cli)
7+
for more information on the extension, installation and configuration.
8+
69
The underlying container used is maintained at
710
[auth0-deploy-cli-container](https://github.com/abn/auth0-deploy-cli-container).
811

12+
### Parameters
13+
| Argument | Description |
14+
|------------|-------------|
15+
| domain | Full domain for the tenant you are configuring. (eg: `tenant.eu.auth0.com`) |
16+
| id | Auth0 Client ID |
17+
| secret | Auth0 Client Secret |
18+
919
### Usage
1020
An example configuration deploying tenant configuration from the project where this
1121
workflow is running. The tenant input file is expected to be at `./tenant.yml`.

0 commit comments

Comments
 (0)