This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Commit b7980c4
JSpru
Create bf luis plugin (#349)
* bf-luis-cli plugin initial commit
* Adding clone cmd
* Deleting files
* Get values from config if not present in flags
* Add unit tests with HTTP mock
* Lint fixes
* Update readme
* Move endpoint monkey patch into shared utils file so we only have to remove it once later
* Convert utils filte to TS, lint fixes, read config dir refactor
* Regenerate readme
* Eliminate redundant var
* Lint fix
* Remove duplicate content from readme
* Update readme
* Remove outer try catch
* Move input processing into utils file, add config filter and reducer
* Only filter config if config
* Update test mock to reflect input processing change
* Remove space1 parent 294689d commit b7980c4
File tree
3 files changed
+27
-7
lines changed- packages/luis
- src
- commands/luis/version
- utils
- test/commands/luis/version
3 files changed
+27
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
38 | 59 | | |
39 | 60 | | |
40 | 61 | | |
| |||
44 | 65 | | |
45 | 66 | | |
46 | 67 | | |
| 68 | + | |
47 | 69 | | |
| 70 | + | |
48 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments