Skip to main content
Version: CLI

Create Feature

This command allows you to create a new feature on a product

Code Sample

salable create feature

Parameters

--productName

Type: string

The product to create the feature on

--name

Type: string

The name of the feature

--displayName

Type: string

The display name of the feature

--variableName

Type: string

The variable name of the feature

--description

Type: string

The description of the feature

--valueType

Type: "true/false" | "numerical" | "text"

The value type of the feature

--visibility

Type: "public" | "private"

The visibility of the feature