grekt init
Initialize grekt in a project.
bash
grekt initOptions
| Option | Description |
|---|---|
-y, --yes | Skip prompts, use defaults |
What it creates
project/
├── .grekt/artifacts/ # Downloaded artifacts
├── grekt.yaml # Config
└── grekt.lock # LockfileExamples
bash
grekt init # Interactive
grekt init --yes # DefaultsNotes
- Won't overwrite existing files
- Change config later with
grekt config - If a
.gitignoreexists,.grektwill be added automatically. If no.gitignoreis found, a warning will suggest adding it manually