Parameters¶
Reference for dotnet new connectsoft-saas-productscatalog. 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-productscatalog -n ConnectSoft.MyProductsCatalogService -o ./MyService
dotnet new connectsoft-saas-productscatalog -n ConnectSoft.MyProductsCatalogService --ArtifactKind template
Identity¶
- sourceName:
ConnectSoft.Saas.ProductsCatalogTemplate - defaultName:
ConnectSoft.MyProductsCatalogService