Skip to main content

Synopsis

Description

Creates a new directory <name>/ containing a vibe.yaml template. The template is pre-filled with the app’s name and a minimal single-service definition ready to edit.

Arguments

Options

Examples

Notes

  • Creates <name>/vibe.yaml with kind: vibe.app/v1 and a placeholder service
  • The generated id is derived from the name in reverse-domain format (com.example.<name>) — edit it to match your actual identifier
  • Nothing is fetched or compiled at init time