Commit Graph

4671 Commits

Author SHA1 Message Date
Tomas Valenta f3b5c4c24f Remove public iteratable; Remove context manager 2024-06-11 16:56:08 +02:00
Jakub Novak 9971c0086c Add logs to docs 2024-06-11 14:43:01 +02:00
github-actions[bot] 4df61b0ab5 [skip ci] Release new versions 2024-06-11 11:56:49 +00:00
Jakub Novak 706f47143e Fix parsing build args @e2b/cli@0.5.5 2024-06-11 13:54:19 +02:00
github-actions[bot] d53dc9ed34 [skip ci] Release new versions 2024-06-11 11:35:58 +00:00
Jakub Novák e12387e093 CLI add build args (#385)
This feature allows users to pass arguments used during the template
build.

E.g.:
```
e2b template build --build-arg="HELLO=WORLD" --build-arg="MULTIPLE=True"
```
@e2b/cli@0.5.4
2024-06-11 13:31:58 +02:00
Jakub Novak c586ad7d42 Rename the argument in internal code 2024-06-11 13:27:32 +02:00
Jakub Novak 220a7d822a Mention build args in docs 2024-06-11 13:18:55 +02:00
Jakub Novak 659e4fcdc4 Change name to build args 2024-06-11 13:12:07 +02:00
Tomas Valenta b3617d99d9 [WIP] Fix bug and add proper errors 2024-06-11 13:11:36 +02:00
Tomas Valenta e008d9a5a5 Make req timeout optional 2024-06-10 10:59:21 +02:00
Tomas Valenta 7a11630d23 Rename spawn 2024-06-10 10:42:06 +02:00
Tomas Valenta 1418ea5cef Cleanup examples 2024-06-10 10:34:06 +02:00
Tomas Valenta 5de9e65445 Use iterables 2024-06-10 10:32:29 +02:00
Tomas Valenta e10c85d42e Fix transport init 2024-06-10 10:10:48 +02:00
Tomas Valenta 42037bca3e Cleanup signature 2024-06-10 09:58:04 +02:00
Tomas Valenta 5e7b328c62 Remove leftout testing code 2024-06-10 01:48:00 +02:00
Tomas Valenta a91683585d Fix process handle + check 2024-06-10 01:42:20 +02:00
Tomas Valenta 820f7887a8 Fix js iterators; Finish process methods; Cleanup pty 2024-06-10 01:38:46 +02:00
Tomas Valenta b1c8070d49 Fix timeout default 2024-06-09 23:16:49 +02:00
Tomas Valenta 742e8e9a0d Cleanup request timeouts 2024-06-09 21:18:22 +02:00
Tomas Valenta f34d0a4322 Clear timeout only after start event 2024-06-09 18:07:54 +02:00
Tomas Valenta 59a02e44e3 Remove unnecessary clear 2024-06-09 17:51:57 +02:00
Tomas Valenta ee5dea9417 Python connection and read timeout 2024-06-09 17:45:24 +02:00
Tomas Valenta 6ab30e06cf JS timeout 2024-06-09 17:43:31 +02:00
Tomas Valenta 1de33843ac Ensure url quote 2024-06-09 16:27:13 +02:00
Tomas Valenta 549368f524 Dispose 2024-06-09 16:17:30 +02:00
Tomas Valenta 6bc7d7c9db Update generate script 2024-06-09 00:17:49 +02:00
Tomas Valenta 063f8cfd83 Fix exports 2024-06-08 23:46:36 +02:00
Tomas Valenta 76c29fa7ea Cleanup overload 2024-06-08 23:43:08 +02:00
Tomas Valenta 3e0e04de2c Add makedir to python 2024-06-08 23:25:29 +02:00
Tomas Valenta c18ada0b9d Python file handling 2024-06-08 23:22:19 +02:00
Tomas Valenta 31b312167c Fix null coalescing in js 2024-06-08 14:16:35 +02:00
Tomas Valenta 003a32ea8f JS file write 2024-06-08 14:02:31 +02:00
Tomas Valenta 9bfb5f9b6f Cleanup upload url 2024-06-08 13:40:40 +02:00
Tomas Valenta 1f85dfba8d Fix overload 2024-06-08 13:38:00 +02:00
Vasek Mlejnsky ccbd0efd94 Fix links to guides 2024-06-07 22:49:36 +02:00
Tomas Valenta 0449f03306 Remove example 2024-06-07 21:53:18 +02:00
Tomas Valenta ef19d8f822 Regenrate RPC; Fix namespacing 2024-06-07 21:35:34 +02:00
Jakub Novak 99b57a3df5 Rename docker build arg 2024-06-06 16:26:48 +02:00
Jakub Novak e98dedf10f Add changeset 2024-06-06 16:26:15 +02:00
Jakub Novak db0043d4d3 Fix parsing args 2024-06-06 16:25:40 +02:00
Vasek Mlejnsky 27302e5315 Remove custom feedback form and use chatlio 2024-06-05 16:00:29 +02:00
Tomas Valenta 88c7d11282 Use binary transport 2024-06-05 12:16:31 +02:00
Tomas Valenta b9a52311c9 Add missing user in python fs 2024-06-04 17:02:56 +02:00
Tomas Valenta 13fd4219fe Clarify process output, write and read 2024-06-04 15:58:57 +02:00
Jakub Novak dda1abace0 Add option to pass docker build args 2024-06-04 15:43:26 +02:00
Tomas Valenta 4e60676365 Fix exists error handling and return type 2024-06-04 14:45:32 +02:00
Tomas Valenta b04342cbff Fix input stream; [WIP] Python SDK 2024-06-04 00:50:23 +02:00
Tomas Valenta ecf318a3ed Update spec and JS 2024-06-03 13:42:00 +02:00