This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Storyteller.
Summary
Runs Storyteller in the command line
- Assembly
- Cake
.Storyteller .dll - Namespace
- Cake
.Storyteller - Containing Type
- StorytellerAliases
Syntax
public static void StorytellerRun(this ICakeContext context, string projectPath, StorytellerSettings settings = null)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | Cake context |
| projectPath | string | Path of the Storyteller project |
| settings | StorytellerSettings | StorytellerSettings object |
Return Value
| Type | Description |
|---|---|
| void |
