Skip to content

Commit

Permalink
add docs for phone provider list command
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya18101 committed Feb 25, 2025
1 parent 1b2b864 commit d25dc86
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions docs/auth0_phone_provider_list.md
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


0 comments on commit d25dc86

Please sign in to comment.