Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 353 Bytes

File metadata and controls

20 lines (11 loc) · 353 Bytes

wp types association create

Creates an association between two items.

OPTIONS

[--relationship=<string>] : The relationship slug.

[--first=<number>] : ID of the first item.

[--second=<number>] : ID of the second item.

EXAMPLES

wp types association create --relationship=relationship-slug --first=12 --second=25