Skip to content

sodacli init reports success but does not create any files #6

@masscheleinm

Description

@masscheleinm

Description

sodacli init prints success output indicating files were created, but no files or directories actually appear on disk.

Steps to reproduce

  1. cd into an empty directory
  2. Run sodacli init
  3. Observe the output claims files were created
  4. 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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions