Description
sodacli init prints success output indicating files were created, but no files or directories actually appear on disk.
Steps to reproduce
cd into an empty directory
- Run
sodacli init
- Observe the output claims files were created
- Run
ls — no soda.yml, contracts/, or configs/ directory exists
Observed behavior
$ sodacli init
Scaffolding soda project structure...
Created soda.yml
Created contracts/
Created configs/
✓ Project initialized. Edit soda.yml to configure your datasources.
No files are written to the current directory (or anywhere else on disk). Same result with --verbose.
Expected behavior
soda.yml, contracts/, and configs/ should be created in the current working directory.
Environment
- sodacli version: 0.3.0 (commit ddbccd3, built 2026-03-31)
- OS: macOS (Darwin 25.2.0, arm64)
Description
sodacli initprints success output indicating files were created, but no files or directories actually appear on disk.Steps to reproduce
cdinto an empty directorysodacli initls— nosoda.yml,contracts/, orconfigs/directory existsObserved behavior
No files are written to the current directory (or anywhere else on disk). Same result with
--verbose.Expected behavior
soda.yml,contracts/, andconfigs/should be created in the current working directory.Environment