Page Contents
重要:
この生成ツールを実行する前に、application generator を使ってアプリケーションを作成する必要があります。
また、アプリケーションの最上位ディレクトリからコマンドを実行しなければなりません。
Synopsis
Adds a new property to an existing LoopBack model.
lb property [options]
With IBM API Connect developer toolkit:
apic create --type model [options]
With legacy StrongLoop tools:
slc loopback:property [options]
Options
-h, --help
- ツールのオプションと使い方を表示します。
--skip-cache
- 質問の回答を記憶しません。既定値は false です。
--skip-install
- 依存関係を自動的にインストールしません。既定値は false です。
-n, --name
- With IBM API Connect 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.