Harness

harness init

Purpose

Create the baseline Harness scaffold in the current working directory.

Usage

harness init [options]

Options

Examples

Infer the project name from the directory:

harness init

Provide the project name explicitly:

harness init --project-name "Billing Service"

Behavior