Add BFF Command

Adds a BFF to your project.

This command will add a .NET BFF with a React UI to your solution. This is this input file template.

craftsman add:bff [options] <filepath>

Add Bff Arguments

ArgumentDescription
filepathThe filepath for the yaml or json file that describes the BFF that you want to add to your project.

Add Bff Options

OptionDescription
-h, --helpDisplay help message. No filepath is needed to display the help message.

Add Bff Example Commands

craftsman add:bff -h
craftsman add:bff C:\fullpath\newbff.yaml
craftsman add:bff C:\fullpath\newbff.yml
craftsman add:bff C:\fullpath\newbff.json