Skip to main content

CLI: vyasa init


Usage: vyasa init [OPTIONS] [WORKFLOW]

Scaffold a new project from a workflow template.

┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ workflow [WORKFLOW] Workflow template name │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --tier TEXT Project tier: lite, standard, full │
│ --name TEXT Project directory name │
│ --dir PATH Target directory │
│ --structure TEXT Structure packs (comma-separated) │
│ --git --no-git Initialize git repository │
│ [default: no-git] │
│ --interactive Force interactive prompts │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘