teams project new csharp
Create a new C# Teams app
Usage​
teams project new csharp [name] [options]
Arguments​
| Argument | Description | Required |
|---|---|---|
name | Project name (converted to PascalCase) | No |
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 |
--tenant-id <id> | [OPTIONAL] Azure tenant ID |
-s, --start | [OPTIONAL] Auto-start project after creation |
--json | [OPTIONAL] Output as JSON |