Skip to content

Commit

Permalink
Update docs after branding command refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Dec 2, 2022
1 parent 079331f commit be3a053
Show file tree
Hide file tree
Showing 24 changed files with 206 additions and 174 deletions.
37 changes: 0 additions & 37 deletions docs/auth0_branding.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/auth0_branding_domains.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/auth0_branding_texts.md

This file was deleted.

37 changes: 37 additions & 0 deletions docs/auth0_domains.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: default
---
## auth0 domains

Manage custom domains

### Synopsis

Manage custom domains.

### Options

```
-h, --help help for domains
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
```

### SEE ALSO

* [auth0](/auth0-cli/) - Supercharge your development workflow.
* [auth0 domains create](auth0_domains_create.md) - Create a custom domain
* [auth0 domains delete](auth0_domains_delete.md) - Delete a custom domain
* [auth0 domains list](auth0_domains_list.md) - List your custom domains
* [auth0 domains show](auth0_domains_show.md) - Show a custom domain
* [auth0 domains update](auth0_domains_update.md) - Update a custom domain
* [auth0 domains verify](auth0_domains_verify.md) - Verify a custom domain

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding domains create
## auth0 domains create

Create a custom domain

Expand All @@ -10,7 +10,7 @@ Create a custom domain
Create a custom domain.

```
auth0 branding domains create [flags]
auth0 domains create [flags]
```

### Examples
Expand Down Expand Up @@ -43,5 +43,5 @@ auth0 branding domains create <id>

### SEE ALSO

* [auth0 branding domains](auth0_branding_domains.md) - Manage custom domains
* [auth0 domains](auth0_domains.md) - Manage custom domains

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding domains delete
## auth0 domains delete

Delete a custom domain

Expand All @@ -10,7 +10,7 @@ Delete a custom domain
Delete a custom domain.

```
auth0 branding domains delete [flags]
auth0 domains delete [flags]
```

### Examples
Expand Down Expand Up @@ -39,5 +39,5 @@ auth0 branding domains delete <id>

### SEE ALSO

* [auth0 branding domains](auth0_branding_domains.md) - Manage custom domains
* [auth0 domains](auth0_domains.md) - Manage custom domains

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding domains list
## auth0 domains list

List your custom domains

Expand All @@ -11,7 +11,7 @@ List your existing custom domains. To create one try:
auth0 branding domains create

```
auth0 branding domains list [flags]
auth0 domains list [flags]
```

### Examples
Expand Down Expand Up @@ -39,5 +39,5 @@ auth0 branding domains ls

### SEE ALSO

* [auth0 branding domains](auth0_branding_domains.md) - Manage custom domains
* [auth0 domains](auth0_domains.md) - Manage custom domains

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding domains show
## auth0 domains show

Show a custom domain

Expand All @@ -10,7 +10,7 @@ Show a custom domain
Show a custom domain.

```
auth0 branding domains show [flags]
auth0 domains show [flags]
```

### Examples
Expand Down Expand Up @@ -38,5 +38,5 @@ auth0 branding domains show <id>

### SEE ALSO

* [auth0 branding domains](auth0_branding_domains.md) - Manage custom domains
* [auth0 domains](auth0_domains.md) - Manage custom domains

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding domains update
## auth0 domains update

Update a custom domain

Expand All @@ -10,7 +10,7 @@ Update a custom domain
Update a custom domain.

```
auth0 branding domains update [flags]
auth0 domains update [flags]
```

### Examples
Expand Down Expand Up @@ -41,5 +41,5 @@ auth0 branding domains update <id> -p compatible --ip-header "cf-connecting-ip"

### SEE ALSO

* [auth0 branding domains](auth0_branding_domains.md) - Manage custom domains
* [auth0 domains](auth0_domains.md) - Manage custom domains

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding domains verify
## auth0 domains verify

Verify a custom domain

Expand All @@ -10,7 +10,7 @@ Verify a custom domain
Verify a custom domain.

```
auth0 branding domains verify [flags]
auth0 domains verify [flags]
```

### Examples
Expand Down Expand Up @@ -38,5 +38,5 @@ auth0 branding domains verify <id>

### SEE ALSO

* [auth0 branding domains](auth0_branding_domains.md) - Manage custom domains
* [auth0 domains](auth0_domains.md) - Manage custom domains

32 changes: 32 additions & 0 deletions docs/auth0_email.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: default
---
## auth0 email

Manage email settings

### Synopsis

Manage email settings.

### Options

```
-h, --help help for email
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
```

### SEE ALSO

* [auth0](/auth0-cli/) - Supercharge your development workflow.
* [auth0 email templates](auth0_email_templates.md) - Manage custom email templates

10 changes: 5 additions & 5 deletions docs/auth0_branding_emails.md → docs/auth0_email_templates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding emails
## auth0 email templates

Manage custom email templates

Expand All @@ -12,7 +12,7 @@ Manage custom email templates. This requires a custom email provider to be confi
### Options

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

### Options inherited from parent commands
Expand All @@ -27,7 +27,7 @@ Manage custom email templates. This requires a custom email provider to be confi

### 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
* [auth0 email](auth0_email.md) - Manage email settings
* [auth0 email templates show](auth0_email_templates_show.md) - Show an email template
* [auth0 email templates update](auth0_email_templates_update.md) - Update an email template

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
## auth0 branding emails show
## auth0 email templates show

Show an email template

Expand All @@ -10,7 +10,7 @@ Show an email template
Show an email template.

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

### Examples
Expand Down Expand Up @@ -38,5 +38,5 @@ auth0 branding emails show welcome

### SEE ALSO

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

Loading

0 comments on commit be3a053

Please sign in to comment.