@motion-core/cli 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -63,6 +63,7 @@ motion-core add glass-pane image-trail
63
63
 
64
64
  - `--dry-run`: Preview the installation plan (files to create/update, dependencies to install) without applying changes.
65
65
  - `-y, --yes`: Skip confirmation prompts. Useful for CI/CD environments.
66
+ - When a component file already exists locally, the CLI now shows a colored diff and asks whether to overwrite or keep your local changes. Passing `-y` (or setting `MOTION_CORE_CLI_ASSUME_YES=1`) will automatically overwrite without prompting, while dry-run mode reports all conflicts without touching disk.
66
67
 
67
68
  ### `list`
68
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motion-core/cli",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "Motion Core CLI tooling",
5
5
  "license": "MIT",
6
6
  "bin": {