Page Contents

The models involved in the relation must also exist before running this generator.

Synopsis

Creates a new model relation in a LoopBack application.

$ [slc | apic] loopback:relation [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:

  • Custom foreign key (optional)
  • Whether a “through” model is required.  Repy “Y” to create a HasManyThrough relations
  • Name of the “through” model, if appropriate.

Output

Updates the Model definition JSON files for the models involved in the relation.