diff --git a/cmd/scw/testdata/test-all-usage-product-catalog-product-list-usage.golden b/cmd/scw/testdata/test-all-usage-product-catalog-product-list-usage.golden index 2d42cdfc6b..6ceaa7e7c6 100644 --- a/cmd/scw/testdata/test-all-usage-product-catalog-product-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-product-catalog-product-list-usage.golden @@ -6,7 +6,7 @@ USAGE: scw product-catalog product list [arg=value ...] ARGS: - [product-types.{index}] The list of filtered product categories. (unknown_product_type | instance | apple_silicon | elastic_metal | dedibox | block_storage | object_storage | managed_inference | generative_apis | load_balancer | secret_manager | key_manager | managed_redis_database | kubernetes | managed_relational_database | managed_mongodb | serverless_functions | serverless_containers | serverless_jobs) + [product-types.{index}] The list of filtered product categories. (unknown_product_type | instance | apple_silicon | elastic_metal | dedibox | block_storage | object_storage | managed_inference | generative_apis | load_balancer | secret_manager | key_manager | managed_redis_database | kubernetes | managed_relational_database | managed_mongodb | serverless_functions | serverless_containers | serverless_jobs | apache_kafka) [global] Filter global products. [region] Filter products by region. [zone] Filter products by zone. diff --git a/docs/commands/product-catalog.md b/docs/commands/product-catalog.md index e63b201fe0..c5f4ef2960 100644 --- a/docs/commands/product-catalog.md +++ b/docs/commands/product-catalog.md @@ -28,7 +28,7 @@ scw product-catalog product list [arg=value ...] | Name | | Description | |------|---|-------------| -| product-types.{index} | One of: `unknown_product_type`, `instance`, `apple_silicon`, `elastic_metal`, `dedibox`, `block_storage`, `object_storage`, `managed_inference`, `generative_apis`, `load_balancer`, `secret_manager`, `key_manager`, `managed_redis_database`, `kubernetes`, `managed_relational_database`, `managed_mongodb`, `serverless_functions`, `serverless_containers`, `serverless_jobs` | The list of filtered product categories. | +| product-types.{index} | One of: `unknown_product_type`, `instance`, `apple_silicon`, `elastic_metal`, `dedibox`, `block_storage`, `object_storage`, `managed_inference`, `generative_apis`, `load_balancer`, `secret_manager`, `key_manager`, `managed_redis_database`, `kubernetes`, `managed_relational_database`, `managed_mongodb`, `serverless_functions`, `serverless_containers`, `serverless_jobs`, `apache_kafka` | The list of filtered product categories. | | global | | Filter global products. | | region | | Filter products by region. | | zone | | Filter products by zone. | diff --git a/internal/namespaces/product_catalog/v2alpha1/product_catalog_cli.go b/internal/namespaces/product_catalog/v2alpha1/product_catalog_cli.go index d50963a614..e8b744dd8e 100644 --- a/internal/namespaces/product_catalog/v2alpha1/product_catalog_cli.go +++ b/internal/namespaces/product_catalog/v2alpha1/product_catalog_cli.go @@ -82,6 +82,7 @@ func productCatalogProductList() *core.Command { "serverless_functions", "serverless_containers", "serverless_jobs", + "apache_kafka", }, }, {