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.
lb property [options]
With IBM API Connect v5 developer toolkit:
apic create --type model [options]
With legacy StrongLoop tools:
slc 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.
-n, --name
- With IBM API Connect v5 developer toolkit only, optionally provide the name of the property as the value of this option. If provided, the tool will use that as the default when it prompts for the name.
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.