Skip to main content
CLI product commands turning package metadata into publishable product records.
The products commands let you browse and manage the products in your workspace. Use these commands to inspect product details or remove products you no longer need. Alias: cnap prod

List products

cnap products list

Get product details

cnap products get <product-id>

Delete a product

cnap products delete <product-id> --force
The --force flag is required to confirm deletion. If the product has active installs, delete those first.

API reference

Products API

Endpoints, parameters, response shapes, and try-it playground.

Authentication

Mint API tokens for programmatic access.

Installs

Deploy a product and manage its installs.

Clusters

Manage the cluster context where products can be installed.

Workspaces

Switch the active workspace to see its products.

CLI overview

Authentication, output formats, and configuration.