Generate Collection
apex opus collection <FILENAME> --item-class= <ITEM_CLASS>
|
|
Generate a new collection class.
|
Parameters
| Parameter | Description |
|---|---|
| filename | File location of the new collection class, relative to the /src/ directory. |
Flags
| Flag | Description |
|---|---|
| --item-class | The filepath to the item class. |
Examples
- ./apex opus collection MyShop/ProductIterator --item-class Demo/Models/Product