Add BFF Entity Command

Adds a entity items to your BFF.

This command will add basic project items for one or more entities to your .NET BFF. This is this input file template.

craftsman add:bffentity [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