feature:create

Create a new feature locally in the SPLENT cache.


Usage

splent feature:create <namespace>/<feature_name>

Example

splent feature:create drorganvidez/notepad

Description

This command:

  • Validates the <namespace>/<feature_name> format.
  • Creates the feature inside .splent_cache.
  • Generates the standard SPLENT feature structure.
  • Renders base files from internal Jinja templates.

The feature is created locally and is not automatically added to any product.


Resulting location

<workspace>/.splent_cache/features/<namespace>/<feature_name>/

See also: Feature lifecycle