@kinotic-ai/kinotic-cli 2.1.2 → 2.3.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.
@@ -1,213 +0,0 @@
1
- {
2
- "commands": {
3
- "generate": {
4
- "aliases": [
5
- "gen"
6
- ],
7
- "args": {},
8
- "description": "This will generate all Repository classes.",
9
- "examples": [
10
- "$ kinotic generate",
11
- "$ kinotic gen",
12
- "$ kinotic gen -v",
13
- "$ kinotic gen --force"
14
- ],
15
- "flags": {
16
- "verbose": {
17
- "char": "v",
18
- "description": "Enable verbose logging",
19
- "name": "verbose",
20
- "allowNo": false,
21
- "type": "boolean"
22
- },
23
- "force": {
24
- "char": "f",
25
- "description": "Force full regeneration, ignoring incremental change detection",
26
- "name": "force",
27
- "allowNo": false,
28
- "type": "boolean"
29
- }
30
- },
31
- "hasDynamicHelp": false,
32
- "hiddenAliases": [],
33
- "id": "generate",
34
- "pluginAlias": "@kinotic-ai/kinotic-cli",
35
- "pluginName": "@kinotic-ai/kinotic-cli",
36
- "pluginType": "core",
37
- "strict": true,
38
- "enableJsonFlag": false,
39
- "isESM": true,
40
- "relativePath": [
41
- "dist",
42
- "commands",
43
- "generate.js"
44
- ]
45
- },
46
- "initialize": {
47
- "aliases": [
48
- "init"
49
- ],
50
- "args": {},
51
- "description": "This will initialize a new Kinotic Project for use with the Kinotic CLI.",
52
- "examples": [
53
- "$ kinotic initialize --application my.app --entities path/to/entities --repository path/to/repository",
54
- "$ kinotic init --application my.app --entities path/to/entities --repository path/to/repository",
55
- "$ kinotic init -a my.app -e path/to/entities -r path/to/repository",
56
- "$ kinotic init -a my.app -e path/to/entities -r path/to/repository --mirror"
57
- ],
58
- "flags": {
59
- "application": {
60
- "char": "a",
61
- "description": "The name of the application you want to use",
62
- "name": "application",
63
- "required": false,
64
- "hasDynamicHelp": false,
65
- "multiple": false,
66
- "type": "option"
67
- },
68
- "entities": {
69
- "char": "e",
70
- "description": "Path to the directory containing the Entity definitions",
71
- "name": "entities",
72
- "required": false,
73
- "hasDynamicHelp": false,
74
- "multiple": false,
75
- "type": "option"
76
- },
77
- "repository": {
78
- "char": "r",
79
- "description": "Path to the directory to write generated Repository classes",
80
- "name": "repository",
81
- "required": false,
82
- "hasDynamicHelp": false,
83
- "multiple": false,
84
- "type": "option"
85
- },
86
- "mirror": {
87
- "char": "m",
88
- "description": "Mirror the entity folder structure under the repository path",
89
- "name": "mirror",
90
- "allowNo": false,
91
- "type": "boolean"
92
- }
93
- },
94
- "hasDynamicHelp": false,
95
- "hiddenAliases": [],
96
- "id": "initialize",
97
- "pluginAlias": "@kinotic-ai/kinotic-cli",
98
- "pluginName": "@kinotic-ai/kinotic-cli",
99
- "pluginType": "core",
100
- "strict": true,
101
- "enableJsonFlag": false,
102
- "isESM": true,
103
- "relativePath": [
104
- "dist",
105
- "commands",
106
- "initialize.js"
107
- ]
108
- },
109
- "synchronize": {
110
- "aliases": [
111
- "sync"
112
- ],
113
- "args": {},
114
- "description": "Synchronize the local Entity definitions with the Kinotic Server",
115
- "examples": [
116
- "$ kinotic synchronize",
117
- "$ kinotic sync",
118
- "$ kinotic synchronize --server http://localhost:9090 --publish --verbose",
119
- "$ kinotic sync -p -v -s http://localhost:9090"
120
- ],
121
- "flags": {
122
- "server": {
123
- "char": "s",
124
- "description": "The Kinotic server to connect to",
125
- "name": "server",
126
- "hasDynamicHelp": false,
127
- "multiple": false,
128
- "type": "option"
129
- },
130
- "publish": {
131
- "char": "p",
132
- "description": "Publish each Entity after save/update",
133
- "name": "publish",
134
- "allowNo": false,
135
- "type": "boolean"
136
- },
137
- "verbose": {
138
- "char": "v",
139
- "description": "Enable verbose logging",
140
- "name": "verbose",
141
- "allowNo": false,
142
- "type": "boolean"
143
- },
144
- "authHeaderFile": {
145
- "char": "f",
146
- "description": "JSON File containing authentication headers",
147
- "name": "authHeaderFile",
148
- "required": false,
149
- "hasDynamicHelp": false,
150
- "multiple": false,
151
- "type": "option"
152
- },
153
- "dryRun": {
154
- "description": "Dry run enables verbose logging and does not save any changes to the server",
155
- "name": "dryRun",
156
- "allowNo": false,
157
- "type": "boolean"
158
- },
159
- "force": {
160
- "description": "Force full regeneration, ignoring incremental change detection",
161
- "name": "force",
162
- "allowNo": false,
163
- "type": "boolean"
164
- }
165
- },
166
- "hasDynamicHelp": false,
167
- "hiddenAliases": [],
168
- "id": "synchronize",
169
- "pluginAlias": "@kinotic-ai/kinotic-cli",
170
- "pluginName": "@kinotic-ai/kinotic-cli",
171
- "pluginType": "core",
172
- "strict": true,
173
- "enableJsonFlag": false,
174
- "isESM": true,
175
- "relativePath": [
176
- "dist",
177
- "commands",
178
- "synchronize.js"
179
- ]
180
- },
181
- "create:project": {
182
- "aliases": [],
183
- "args": {
184
- "name": {
185
- "description": "The name for the project",
186
- "name": "name",
187
- "required": true
188
- }
189
- },
190
- "description": "Creates a Kinotic Project",
191
- "examples": [
192
- "$ kinotic create project MyProjectName"
193
- ],
194
- "flags": {},
195
- "hasDynamicHelp": false,
196
- "hiddenAliases": [],
197
- "id": "create:project",
198
- "pluginAlias": "@kinotic-ai/kinotic-cli",
199
- "pluginName": "@kinotic-ai/kinotic-cli",
200
- "pluginType": "core",
201
- "strict": true,
202
- "enableJsonFlag": false,
203
- "isESM": true,
204
- "relativePath": [
205
- "dist",
206
- "commands",
207
- "create",
208
- "project.js"
209
- ]
210
- }
211
- },
212
- "version": "2.1.2"
213
- }