@ty_krystal/sei-ai 0.1.6 → 0.1.8
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 +11 -11
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @ty_krystal/sei-ai
|
|
|
20
20
|
$ sei-ai COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ sei-ai (--version)
|
|
23
|
-
@ty_krystal/sei-ai/0.1.
|
|
23
|
+
@ty_krystal/sei-ai/0.1.8 linux-x64 node-v24.17.0
|
|
24
24
|
$ sei-ai --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ sei-ai COMMAND
|
|
@@ -82,7 +82,7 @@ DESCRIPTION
|
|
|
82
82
|
Fetches the SEI OpenAPI document and renders a markdown or JSON summary.
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
_See code: [src/commands/api-docs.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
85
|
+
_See code: [src/commands/api-docs.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/api-docs.ts)_
|
|
86
86
|
|
|
87
87
|
## `sei-ai call METHOD PATH`
|
|
88
88
|
|
|
@@ -121,7 +121,7 @@ DESCRIPTION
|
|
|
121
121
|
Makes an authenticated request to a SEI endpoint.
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
_See code: [src/commands/call.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
124
|
+
_See code: [src/commands/call.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/call.ts)_
|
|
125
125
|
|
|
126
126
|
## `sei-ai dict:add-category NAME TYPECODE`
|
|
127
127
|
|
|
@@ -165,7 +165,7 @@ DESCRIPTION
|
|
|
165
165
|
Builds and saves a SEI dictionary category row.
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [src/commands/dict/add-category.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
168
|
+
_See code: [src/commands/dict/add-category.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/dict/add-category.ts)_
|
|
169
169
|
|
|
170
170
|
## `sei-ai dict:add-item CODE NAME TYPECODE`
|
|
171
171
|
|
|
@@ -210,7 +210,7 @@ DESCRIPTION
|
|
|
210
210
|
Builds and saves a SEI dictionary item row.
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
_See code: [src/commands/dict/add-item.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
213
|
+
_See code: [src/commands/dict/add-item.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/dict/add-item.ts)_
|
|
214
214
|
|
|
215
215
|
## `sei-ai dict:list`
|
|
216
216
|
|
|
@@ -244,7 +244,7 @@ DESCRIPTION
|
|
|
244
244
|
Queries SEI dictionary data and optionally renders the tree structure.
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [src/commands/dict/list.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
247
|
+
_See code: [src/commands/dict/list.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/dict/list.ts)_
|
|
248
248
|
|
|
249
249
|
## `sei-ai help [COMMAND]`
|
|
250
250
|
|
|
@@ -303,7 +303,7 @@ DESCRIPTION
|
|
|
303
303
|
Executes the base seed SQL and clears SEI caches.
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [src/commands/init/base-data.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
306
|
+
_See code: [src/commands/init/base-data.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/init/base-data.ts)_
|
|
307
307
|
|
|
308
308
|
## `sei-ai plugins`
|
|
309
309
|
|
|
@@ -626,7 +626,7 @@ DESCRIPTION
|
|
|
626
626
|
Sends a SEI query payload.
|
|
627
627
|
```
|
|
628
628
|
|
|
629
|
-
_See code: [src/commands/query.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
629
|
+
_See code: [src/commands/query.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/query.ts)_
|
|
630
630
|
|
|
631
631
|
## `sei-ai query-sql SQL`
|
|
632
632
|
|
|
@@ -664,7 +664,7 @@ ALIASES
|
|
|
664
664
|
$ sei-ai sql
|
|
665
665
|
```
|
|
666
666
|
|
|
667
|
-
_See code: [src/commands/query-sql.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
667
|
+
_See code: [src/commands/query-sql.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/query-sql.ts)_
|
|
668
668
|
|
|
669
669
|
## `sei-ai relogin`
|
|
670
670
|
|
|
@@ -692,7 +692,7 @@ DESCRIPTION
|
|
|
692
692
|
Forces a fresh ai-login and prints the new token.
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [src/commands/relogin.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
695
|
+
_See code: [src/commands/relogin.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/relogin.ts)_
|
|
696
696
|
|
|
697
697
|
## `sei-ai save`
|
|
698
698
|
|
|
@@ -725,7 +725,7 @@ DESCRIPTION
|
|
|
725
725
|
Sends a SEI save payload.
|
|
726
726
|
```
|
|
727
727
|
|
|
728
|
-
_See code: [src/commands/save.ts](https://github.com/tanyu/sei-ai/blob/v0.1.
|
|
728
|
+
_See code: [src/commands/save.ts](https://github.com/tanyu/sei-ai/blob/v0.1.8/src/commands/save.ts)_
|
|
729
729
|
|
|
730
730
|
## `sei-ai sql SQL`
|
|
731
731
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ty_krystal/sei-ai",
|
|
3
3
|
"description": "SEI CLI generated with oclif",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.8",
|
|
5
5
|
"author": "tanyu",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sei-ai": "./bin/run.js"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@oclif/core": "^4",
|
|
12
12
|
"@oclif/plugin-help": "^6",
|
|
13
13
|
"@oclif/plugin-plugins": "^5",
|
|
14
|
-
"@ty_krystal/sei-ai-core": "
|
|
14
|
+
"@ty_krystal/sei-ai-core": "^0.1.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@eslint/compat": "^1",
|