@xano/cli 0.0.22 → 0.0.24
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/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.24",
|
|
5
5
|
"author": "Sean Montgomery",
|
|
6
6
|
"bin": {
|
|
7
7
|
"xano": "./bin/run.js"
|
|
@@ -59,8 +59,41 @@
|
|
|
59
59
|
],
|
|
60
60
|
"topicSeparator": " ",
|
|
61
61
|
"topics": {
|
|
62
|
-
"
|
|
63
|
-
"description": "
|
|
62
|
+
"branch": {
|
|
63
|
+
"description": "Manage workspace branches"
|
|
64
|
+
},
|
|
65
|
+
"function": {
|
|
66
|
+
"description": "Manage reusable functions in a workspace"
|
|
67
|
+
},
|
|
68
|
+
"profile": {
|
|
69
|
+
"description": "Manage CLI profiles and authentication"
|
|
70
|
+
},
|
|
71
|
+
"run": {
|
|
72
|
+
"description": "Execute XanoScript and manage Xano Run projects"
|
|
73
|
+
},
|
|
74
|
+
"run:env": {
|
|
75
|
+
"description": "Manage environment variables for a project"
|
|
76
|
+
},
|
|
77
|
+
"run:projects": {
|
|
78
|
+
"description": "Manage Xano Run projects"
|
|
79
|
+
},
|
|
80
|
+
"run:secrets": {
|
|
81
|
+
"description": "Manage secrets for a project"
|
|
82
|
+
},
|
|
83
|
+
"run:sessions": {
|
|
84
|
+
"description": "Manage Xano Run sessions"
|
|
85
|
+
},
|
|
86
|
+
"run:sink": {
|
|
87
|
+
"description": "Retrieve sink data from completed sessions"
|
|
88
|
+
},
|
|
89
|
+
"static_host": {
|
|
90
|
+
"description": "Manage static hosting sites"
|
|
91
|
+
},
|
|
92
|
+
"static_host:build": {
|
|
93
|
+
"description": "Manage static host builds"
|
|
94
|
+
},
|
|
95
|
+
"workspace": {
|
|
96
|
+
"description": "Manage Xano workspaces"
|
|
64
97
|
}
|
|
65
98
|
}
|
|
66
99
|
},
|