StorytellerAliases.

StorytellerRun(ICakeContext, string, StorytellerSettings) Method

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
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Cake context
projectPath string Path of the Storyteller project
settings StorytellerSettings StorytellerSettings object

Return Value

Type Description
void