Skip to content

Commit

Permalink
docs: update (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfatta authored Jul 5, 2021
1 parent f9ab1c2 commit 3040a25
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/auth0_branding.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Manage branding options.

* [auth0](/auth0-cli/) - Supercharge your development workflow.
* [auth0 branding domains](auth0_branding_domains.md) - Manage custom domains
* [auth0 branding emails](auth0_branding_emails.md) - Manage custom email templates
* [auth0 branding show](auth0_branding_show.md) - Display the custom branding settings for Universal Login
* [auth0 branding templates](auth0_branding_templates.md) - Manage custom page templates
* [auth0 branding update](auth0_branding_update.md) - Update the custom branding settings for Universal Login
Expand Down
34 changes: 34 additions & 0 deletions docs/auth0_branding_emails.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: default
---
## auth0 branding emails

Manage custom email templates

### Synopsis

Manage custom email templates. This requires a custom email provider to be configured for the tenant.

### Options

```
-h, --help help for emails
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
```

### SEE ALSO

* [auth0 branding](auth0_branding.md) - Manage branding options
* [auth0 branding emails show](auth0_branding_emails_show.md) - Show an email template
* [auth0 branding emails update](auth0_branding_emails_update.md) - Update an email template

43 changes: 43 additions & 0 deletions docs/auth0_branding_emails_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: default
---
## auth0 branding emails show

Show an email template

### Synopsis

Show an email template.

```
auth0 branding emails show [flags]
```

### Examples

```
auth0 branding emails show <template>
auth0 branding emails show welcome
```

### Options

```
-h, --help help for show
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
```

### SEE ALSO

* [auth0 branding emails](auth0_branding_emails.md) - Manage custom email templates

49 changes: 49 additions & 0 deletions docs/auth0_branding_emails_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: default
---
## auth0 branding emails update

Update an email template

### Synopsis

Update an email template.

```
auth0 branding emails update [flags]
```

### Examples

```
auth0 branding emails update <template>
auth0 branding emails update welcome
```

### Options

```
-b, --body string Body of the email template.
-e, --enabled Whether the template is enabled (true) or disabled (false). (default true)
-f, --from string Sender's 'from' email address.
-h, --help help for update
-l, --lifetime int Lifetime in seconds that the link within the email will be valid for.
-s, --subject string Subject line of the email.
-u, --url string URL to redirect the user to after a successful action.
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
```

### SEE ALSO

* [auth0 branding emails](auth0_branding_emails.md) - Manage custom email templates

0 comments on commit 3040a25

Please sign in to comment.