Skip to content

yvschmid/Cake.Prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cake.Prompt

Cake AddIn that extends Cake with interactive user prompts.

Usage

NuGetPush(packagePath, new NuGetPushSettings {
    ApiKey = Prompt("Enter api key for NuGetPush:")
});

The Prompt() method throws an Exception if cake.exe is not called with -interactive=true:

cake.exe build.cake -interactive=true

About

Cake AddIn that extends Cake with interactive user prompts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published