Improved
Sifflet CLI v0.6.1 — Include existing untracked resources on apply
2 days ago by Antoine Lefebvre
Why
Previously, if a workspace YAML referenced an object that already existed in Sifflet but wasn't tracked by any workspace, apply would always fail, with no way to override it from the CLI.
What's new
The apply command now accepts an optional --track-existing-resources flag:
- Without the flag (default): unchanged behavior — the apply fails if it encounters an existing-but-untracked object.
- With the flag: Sifflet starts tracking them in your workspace.

