---
name: New command
about: Suggest a new command to be included in this project
title: 'New command: <short description>'
labels: ''
assignees: ''

---

> Thank you for suggesting a new command to be added to this project. Please complete the below template to ensure we have the necessary details to assist you.
>
> _(DELETE THIS PARAGRAPH AFTER READING)_
>

### Usage

> This should describe how the command will be used. Commands should follow a pattern of *service* *entity* *verb*. Verbs include *get, set, remove, add, list*
> 
> `teams user list [options]`
> 
> _(DELETE THIS PARAGRAPH AFTER READING)_

### Description

> A short description of what the command does
>
> `Retrieve information about the specified site`
>
> _(DELETE THIS PARAGRAPH AFTER READING)_

### Options

> Complete the table below with the options used on this command. A short (single character) and long version of the option should be provided along with `[optional]` or `<required>` parameters.
>
> Option | Description  
> -- | --
> `-i, --teamId <teamId>` | The Id of the Microsoft Team
> `-r, --role [role]` | Filter the results to only users with the given role: Owner or Member.
>
> _(DELETE THIS PARAGRAPH AFTER READING)_

| Option                  | Description                               |
| ----------------------- | ----------------------------------------- |
| `-o, --option <option>` | option                                    |
| `-o, --output [output]` | Output type. `json,text`. Default `text` |
| `--verbose`             | Runs command with verbose logging         |
| `--debug`               | Runs command with debug logging           |

### Additional Information

> Provide additional information or links to resources that can help with the creation of this command
>
> _(DELETE THIS PARAGRAPH AFTER READING)_
>