Products
You can manage your ductape products using the ductape cli product
commands
Creating Products
To create a new product in your workspace run the command
ductape product --new
or
ductape product -n
You will the be required to provide the following fields
- Name of Product: name of the product being created
- Description: description of what the product does **optional field
Fetch Products
To fetch the products in your current workspace. run the following command
ductape product --list
or
ductape product --li