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 3, 2022
1 parent 4183573 commit dbbfa9e
Show file tree
Hide file tree
Showing 24 changed files with 224 additions and 192 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,14 +10,14 @@ Create a custom domain
Create a custom domain.

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

### Examples

```
auth0 branding domains create
auth0 branding domains create <id>
auth0 domains create
auth0 domains create <id>
```

### Options
Expand All @@ -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,14 +10,14 @@ Delete a custom domain
Delete a custom domain.

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

### Examples

```
auth0 branding domains delete
auth0 branding domains delete <id>
auth0 domains delete
auth0 domains delete <id>
```

### Options
Expand All @@ -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,24 +1,24 @@
---
layout: default
---
## auth0 branding domains list
## auth0 domains list

List your custom domains

### Synopsis

List your existing custom domains. To create one try:
auth0 branding domains create
auth0 domains create

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

### Examples

```
auth0 branding domains list
auth0 branding domains ls
auth0 domains list
auth0 domains ls
```

### Options
Expand All @@ -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,14 +10,14 @@ Show a custom domain
Show a custom domain.

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

### Examples

```
auth0 branding domains show
auth0 branding domains show <id>
auth0 domains show
auth0 domains show <id>
```

### Options
Expand All @@ -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,15 +10,15 @@ Update a custom domain
Update a custom domain.

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

### Examples

```
auth0 branding domains update
auth0 branding domains update <id> --policy compatible
auth0 branding domains update <id> -p compatible --ip-header "cf-connecting-ip"
auth0 domains update
auth0 domains update <id> --policy compatible
auth0 domains update <id> -p compatible --ip-header "cf-connecting-ip"
```

### Options
Expand All @@ -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,14 +10,14 @@ Verify a custom domain
Verify a custom domain.

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

### Examples

```
auth0 branding domains verify
auth0 branding domains verify <id>
auth0 domains verify
auth0 domains verify <id>
```

### Options
Expand All @@ -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

Loading

0 comments on commit dbbfa9e

Please sign in to comment.