Generate Stack

apex opus stack <FILENAME> --item-class= <ITEM_CLASS>
Generate a new stack class.

Parameters

Parameter Description
filename File location of the new stack class, relative to the /src/ directory.

Flags

Flag Description
--item-class The filepath to the item class.

Examples

  • ./apex opus stack MyShop/ProductIterator --item-class Demo/Models/Product