@vention/vention-cli 0.13.0 → 0.13.4
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ When you pull or link an app, the CLI creates a `.machine-code-app-directory-inf
|
|
|
35
35
|
### File Synchronization
|
|
36
36
|
- **Pull**: Downloads the app's source files from MachineBuilder and writes them to your local directory
|
|
37
37
|
- **Push**: Serializes local files and uploads them to the active design in MachineBuilder
|
|
38
|
-
- **Ignored patterns**: `venv`, `node_modules`, `dist`, `build`, `__pycache__`, `*.egg-info`, `.machine-code-app-directory-info.json`
|
|
38
|
+
- **Ignored patterns**: `venv`, `.venv`, `node_modules`, `dist`, `build`, `__pycache__`, `*.egg-info`, `.machine-code-app-directory-info.json`
|
|
39
39
|
|
|
40
40
|
### Authentication Flow
|
|
41
41
|
OAuth-based authentication opens a browser window for secure login. Session tokens are stored in `~/.vention-cli-config.json` for subsequent CLI operations.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vention/vention-cli",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4",
|
|
4
4
|
"description": "CLI tool for Vention applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -35,4 +35,4 @@
|
|
|
35
35
|
"module": "./cli.esm.js",
|
|
36
36
|
"main": "./cli.esm.js",
|
|
37
37
|
"types": "./cli.esm.d.ts"
|
|
38
|
-
}
|
|
38
|
+
}
|