Page Contents
Important:
Before running this generator, you must create an application using the application generator.
Then you must run the command from the root directory of the application.
Synopsis
Adds a new property to an existing LoopBack model.
$ [slc | apic] loopback:property [options]
Options
-h, --help
Print the generator’s options and usage.
--skip-cache
Do not remember prompt answers. Default is false.
--skip-install
Do not automatically install dependencies. Default is false.
Interactive Prompts
The tool will prompt you for the:
- Model to which to add the new property.
- Name of the property to add.
- Data type of the property.
- Whether the property is required.
Output
The tool modifies the Model definition JSON file to add the specified property to the specified model.