Skip to content

Commit

Permalink
Add parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Sep 19, 2019
1 parent 0969ca2 commit 144b6ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ This action for [auth0-deploy-cli](https://github.com/auth0/auth0-deploy-cli) en
arbitrary actions with the `a0deploy` command, including import and export of tenant
configuration.

Refer to the [Auth0 Extensions Documentation](https://auth0.com/docs/extensions/deploy-cli)
for more information on the extension, installation and configuration.

The underlying container used is maintained at
[auth0-deploy-cli-container](https://github.com/abn/auth0-deploy-cli-container).

### Parameters
| Argument | Description |
|------------|-------------|
| domain | Full domain for the tenant you are configuring. (eg: `tenant.eu.auth0.com`) |
| id | Auth0 Client ID |
| secret | Auth0 Client Secret |

### Usage
An example configuration deploying tenant configuration from the project where this
workflow is running. The tenant input file is expected to be at `./tenant.yml`.
Expand Down

0 comments on commit 144b6ab

Please sign in to comment.