Not getting any response from sk, curl command is stuck #364
-
|
I am not getting any response from kit when running the Is there something wrong with my command ? This also does not work on the built-in scripts :'( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
(We chatted about this in an issue, but answering here too) If a ~/.kit/bin/sk book-searchAdding sk book-searchRunning scripts from anywhere is broken 🤦♂️I refactored |
Beta Was this translation helpful? Give feedback.
(We chatted about this in an issue, but answering here too)
If a
book-seachscript exists in your kit environment (kenv), thenskworks like this:~/.kit/bin/sk book-searchAdding
~/.kit/binto your$PATHlets you do:Running scripts from anywhere is broken 🤦♂️
I refactored
skinto a unix socket a couple weeks back to replace the old, slower way of spinning up a node IPC channel, but looks like I forgot to add the "Run script from anywhere" logic back in. I'll get that out in a build in a couple of days. Your example should have worked.