Parameters¶
Reference for dotnet new connectsoft-saas-tenants (ConnectSoft.Saas.TenantsTemplate). Authoritative symbols are in .template.config/template.json.
Template symbols¶
| Symbol | Type | Default | Description |
|---|---|---|---|
ArtifactKind |
choice (solution | template) |
solution |
Materialized runnable solution vs extensible template artifact |
IsMaterializedSolution |
computed | (ArtifactKind == "solution") |
Excludes template authoring files when true |
IsTemplateArtifact |
computed | (ArtifactKind == "template") |
Inverse |
No other user-facing parameters - dialect/transport/feature toggles are MSBuild/appsettings concerns (configuration).
Examples¶
dotnet new connectsoft-saas-tenants -n ConnectSoft.MyTenantsService
dotnet new connectsoft-saas-tenants -n ConnectSoft.MyTenantsService --ArtifactKind template
Identity¶
- sourceName:
ConnectSoft.Saas.TenantsTemplate - defaultName:
ConnectSoft.MyTenantsService