@xano/cli 0.0.78 → 0.0.79
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 -0
- package/oclif.manifest.json +980 -980
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -117,6 +117,7 @@ xano workspace pull ./my-workspace --draft # Include draft changes
|
|
|
117
117
|
# Push local files to workspace
|
|
118
118
|
xano workspace push ./my-workspace
|
|
119
119
|
xano workspace push ./my-workspace -b dev
|
|
120
|
+
xano workspace push ./my-workspace --dry-run # Preview changes without pushing
|
|
120
121
|
xano workspace push ./my-workspace --partial # No workspace block required
|
|
121
122
|
xano workspace push ./my-workspace --delete # Delete objects not in the push
|
|
122
123
|
xano workspace push ./my-workspace --records # Include table records
|