Skip to content
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

docs(cli): update capabilities parameter name and options for teamsfx new #10333

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cli/user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Let's start by installing `teamsfx-cli` from `npm` and run `teamsfx -h` to check
| Parameters | Required | Descriptions |
|:---------------- |:-------------|:-------------|
|`--app-name` | Yes| Name of your Teams application.|
|`--capabilities`| Yes| Choose Teams application capabilities, multiple Options are: `bot`, `ai-bot`, `notification`, `command-bot`, `workflow-bot`, `tab-non-sso`, `sso-launch-page`, `dashboard-tab`, `tab-spfx`, `link-unfurling`, `search-app` and `collect-form-message-extension`.|
|`--interactive`| No | Select the options interactively. Options are `true` and `false`. The default value is `true`.|
|`--capability`| No| Choose Teams application capabilities, multiple Options are: `tab`, `bot`, `messaging-extension` and `tab-spfx`. The default value is: `tab`.|
|`--programming-language`| No| Programming Language for the project. Options are `javascrip` or `typescript` and default value is: `javascript`.|
|`--folder`| No | Project directory. A sub folder with the your app name will be created under this directory. The default value is: `./`.|
|`--spfx-framework-type`| No| Applicable if `Tab(SPfx)` capability is selected. Frontend Framework. Options are `none` and `react`, the default value is: `none`.|
Expand Down Expand Up @@ -428,4 +428,4 @@ As a Project Collaborator:

![permission status](./images/permission-status.png)
- Update Tab code, and deploy the project to remote.
- Launch remote and the project should work fine.
- Launch remote and the project should work fine.