teams project new csharp
Create a new C# Teams app
Usage​
teams project new csharp <name> [options]
Arguments​
| Argument | Description | Required |
|---|---|---|
name | App name (converted to PascalCase) | Yes |
Options​
| Flag | Description |
|---|---|
-t, --template <template> | App template (echo) (default: echo) |
--client-id <id> | [OPTIONAL] Azure app client ID |
--client-secret <secret> | [OPTIONAL] Azure app client secret |
-s, --start | [OPTIONAL] Auto-start project after creation |
--json | [OPTIONAL] Output as JSON |