@xano/cli 0.0.44 → 0.0.45
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 +9 -9
- package/dist/commands/auth/index.js +5 -4
- package/dist/commands/function/edit/index.js +1 -1
- package/dist/commands/function/get/index.js +1 -1
- package/dist/commands/profile/wizard/index.js +5 -4
- package/dist/commands/update/index.d.ts +6 -0
- package/dist/commands/update/index.js +26 -0
- package/dist/commands/workspace/git/{import → pull}/index.d.ts +1 -1
- package/dist/commands/workspace/git/{import → pull}/index.js +12 -12
- package/oclif.manifest.json +1792 -1748
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xano/cli",
|
|
3
3
|
"description": "CLI for Xano's Metadata API",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.45",
|
|
5
5
|
"author": "Sean Montgomery",
|
|
6
6
|
"bin": {
|
|
7
7
|
"xano": "./bin/run.js"
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"description": "Manage Xano workspaces"
|
|
96
96
|
},
|
|
97
97
|
"workspace:git": {
|
|
98
|
-
"description": "
|
|
98
|
+
"description": "Pull workspaces from git repositories"
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
},
|