-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs for phone provider list command
- Loading branch information
1 parent
1b2b864
commit d25dc86
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,51 @@ | ||
--- | ||
layout: default | ||
parent: auth0 phone provider | ||
has_toc: false | ||
--- | ||
# auth0 phone provider list | ||
|
||
List your existing Phone providers. Currently we can create a max of 1 phone Provider, If none are created, you can create one by running `auth0 phone provider create`. | ||
|
||
## Usage | ||
``` | ||
auth0 phone provider list [flags] | ||
``` | ||
|
||
## Examples | ||
|
||
``` | ||
auth0 phone provider list | ||
auth0 phone provider ls | ||
auth0 phone provider ls --json | ||
auth0 phone provider ls --csv | ||
``` | ||
|
||
|
||
## Flags | ||
|
||
``` | ||
--csv Output in csv format. | ||
--json Output in 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 phone provider create](auth0_phone_provider_create.md) - Create the phone provider | ||
- [auth0 phone provider delete](auth0_phone_provider_delete.md) - Delete the phone provider | ||
- [auth0 phone provider list](auth0_phone_provider_list.md) - List your Phone providers | ||
- [auth0 phone provider show](auth0_phone_provider_show.md) - Show the Phone provider | ||
- [auth0 phone provider update](auth0_phone_provider_update.md) - Update the phone provider | ||
|
||
|