-
Notifications
You must be signed in to change notification settings - Fork 70
feat: MCD GA - Allow managing default custom domain #1470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
duedares-rvj
wants to merge
2
commits into
main
Choose a base branch
from
DXCDT-1551/MCD-GA
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| layout: default | ||
| has_toc: false | ||
| has_children: true | ||
| --- | ||
| # auth0 domains default | ||
|
|
||
| Manage the default custom domain for the tenant. Use sub-commands to show or set the default domain. | ||
|
|
||
| ## Commands | ||
|
|
||
| - [auth0 domains default set](auth0_domains_default_set.md) - Set the default custom domain | ||
| - [auth0 domains default show](auth0_domains_default_show.md) - Show the default custom domain | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| layout: default | ||
| parent: auth0 domains default | ||
| has_toc: false | ||
| --- | ||
| # auth0 domains default set | ||
|
|
||
| Set the default custom domain for the tenant. | ||
|
|
||
| To set interactively, use `auth0 domains default set` with no arguments. | ||
|
|
||
| To set non-interactively, supply the domain name as an argument or through the flag. | ||
|
|
||
| ## Usage | ||
| ``` | ||
| auth0 domains default set [flags] | ||
| ``` | ||
|
|
||
| ## Examples | ||
|
|
||
| ``` | ||
| auth0 domains default set | ||
| auth0 domains default set <domain> | ||
| auth0 domains default set --domain <domain> | ||
| auth0 domains default set --domain <domain> --json | ||
| ``` | ||
|
|
||
|
|
||
| ## Flags | ||
|
|
||
| ``` | ||
| -d, --domain string Domain name. | ||
| --json Output in json format. | ||
| --json-compact Output in compact json format. | ||
| ``` | ||
|
|
||
|
|
||
| ## Inherited Flags | ||
|
|
||
| ``` | ||
| --debug Enable debug mode. | ||
| --no-color Disable colors. | ||
| --no-input Disable interactivity. | ||
| --tenant string Specific tenant to use. | ||
| ``` | ||
|
|
||
|
|
||
| ## Related Commands | ||
|
|
||
| - [auth0 domains default set](auth0_domains_default_set.md) - Set the default custom domain | ||
| - [auth0 domains default show](auth0_domains_default_show.md) - Show the default custom domain | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| --- | ||
| layout: default | ||
| parent: auth0 domains default | ||
| has_toc: false | ||
| --- | ||
| # auth0 domains default show | ||
|
|
||
| Display the default custom domain configuration for the tenant. | ||
|
|
||
| ## Usage | ||
| ``` | ||
| auth0 domains default show [flags] | ||
| ``` | ||
|
|
||
| ## Examples | ||
|
|
||
| ``` | ||
| auth0 domains default show | ||
| auth0 domains default show --json | ||
| auth0 domains default show --json-compact | ||
| ``` | ||
|
|
||
|
|
||
| ## Flags | ||
|
|
||
| ``` | ||
| --json Output in json format. | ||
| --json-compact Output in compact json format. | ||
| ``` | ||
|
|
||
|
|
||
| ## Inherited Flags | ||
|
|
||
| ``` | ||
| --debug Enable debug mode. | ||
| --no-color Disable colors. | ||
| --no-input Disable interactivity. | ||
| --tenant string Specific tenant to use. | ||
| ``` | ||
|
|
||
|
|
||
| ## Related Commands | ||
|
|
||
| - [auth0 domains default set](auth0_domains_default_set.md) - Set the default custom domain | ||
| - [auth0 domains default show](auth0_domains_default_show.md) - Show the default custom domain | ||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.