Commit Graph

530 Commits

Author SHA1 Message Date
Jakub Novák baa04d9e07 CLI - add config option (#348)
# Description

Add option to specify a config file, this allows to have multiple
templates (e.g. prod and staging) based in the same folder.

---------

Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
2024-03-30 13:32:53 -07:00
github-actions[bot] 8331ced280 [skip ci] Release new versions 2024-03-27 21:20:32 +00:00
Jakub Novák a490b18cc5 Template build command improvements (#343)
Fix few issues with cross platform compatibility

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-27 14:18:12 -07:00
github-actions[bot] 7e17f9cb2c [skip ci] Release new versions 2024-03-27 04:25:23 +00:00
Tomas Valenta f511678b5e Fix sandbox kill command (#344)
CLI `e2b sandbox kill` command didn't work with sandboxIDs provided by
the `e2b sandbox list`. This PR fixes that.
2024-03-26 20:53:13 -07:00
Tomas Valenta 3b41654900 Fix sandbox kill command 2024-03-26 20:38:26 -07:00
Jakub Novak 13c499c907 Hide access token when the login fails 2024-03-25 18:50:16 -07:00
Tomas Valenta 1385b2fe3d Merge branch 'main' of https://github.com/e2b-dev/E2B 2024-03-25 17:04:59 -07:00
Tomas Valenta f73c342307 Reformat 2024-03-25 13:21:41 -07:00
github-actions[bot] 96df688e67 [skip ci] Release new versions 2024-03-25 19:55:16 +00:00
Jakub Novak a725c8f7d4 Add changeset 2024-03-25 12:49:30 -07:00
Jakub Novak 1d1365e9c1 Allow easier subclassing in JS 2024-03-25 12:48:56 -07:00
github-actions[bot] 6c0bc9a5fd [skip ci] Release new versions 2024-03-24 18:51:18 +00:00
Jakub Novak f81298d9cd Remove flaky test 2024-03-24 11:46:53 -07:00
Jakub Novak 71a1129e67 Fix hardcoded variables 2024-03-24 11:35:43 -07:00
github-actions[bot] 12dc14de57 [skip ci] Release new versions 2024-03-24 17:51:59 +00:00
Jakub Novák 2bafaf0db4 Switch the template build to local (#338)
Change CLI to build the docker image locally
2024-03-24 10:12:43 -07:00
github-actions[bot] bd5874f77a [skip ci] Release new versions 2024-03-13 07:49:11 +00:00
Tomas Valenta 8a993ce7eb Raise proper timeout exception 2024-03-13 00:23:57 -07:00
github-actions[bot] 72f5367f72 [skip ci] Release new versions 2024-03-13 07:09:08 +00:00
Tomas Valenta a5c531aa2c Export all errors and exceptions (#335) 2024-03-13 00:04:12 -07:00
Tomas Valenta c8966d08d9 Export all errors 2024-03-13 00:03:04 -07:00
Tomas Valenta c0ee54cb7d Export all exceptions 2024-03-13 00:02:57 -07:00
github-actions[bot] 6b456ffe7d [skip ci] Release new versions 2024-03-09 00:06:54 +00:00
Jakub Novak 67da0ed8af Add download method in JS SDK 2024-03-08 15:35:53 -08:00
Jakub Novak 74d2dc4dbc Don't set result if already set 2024-03-04 19:44:13 -08:00
Vasek Mlejnsky 2cb89311e7 Change letter case 2024-03-03 03:26:47 +01:00
Vasek Mlejnsky 784e48b44f Standardize naming 2024-03-03 03:26:47 +01:00
Jakub Novak 8002d83b4b Return the log as debug 2024-03-01 11:12:39 -08:00
github-actions[bot] 31a423023b [skip ci] Release new versions 2024-03-01 19:10:33 +00:00
Jakub Novak 8c89991e85 Remove forgotten log 2024-03-01 11:02:41 -08:00
github-actions[bot] 18fff2662f [skip ci] Release new versions 2024-02-29 21:16:48 +00:00
Jakub Novak 253e043aab Fix tests 2024-02-29 13:12:05 -08:00
Jakub Novak 280a6b04ba Fix kill command 2024-02-29 12:59:33 -08:00
github-actions[bot] 90383be525 [skip ci] Release new versions 2024-02-29 20:00:14 +00:00
Jakub Novak 39ec48b99c Fix type issues in python 3.8 2024-02-29 11:55:03 -08:00
Jakub Novak 639b3447da Sort sandbox list by date created 2024-02-29 11:26:24 -08:00
Vasek Mlejnsky 336e3cc351 Fix type issue in Python 3.8 (#324) 2024-02-29 10:17:48 -08:00
Jakub Novak 35b20c8711 Fix type issue in Python 3.8 2024-02-29 10:00:02 -08:00
github-actions[bot] 53703eccc9 [skip ci] Release new versions 2024-02-28 20:21:07 +00:00
Jakub Novak e0ca235111 Fix command references in CLI description 2024-02-28 12:15:31 -08:00
github-actions[bot] 3612a2adf6 [skip ci] Release new versions 2024-02-28 15:02:45 +00:00
Jakub Novak 1801039dbf Add info about memory and cpus to sandbox list 2024-02-28 06:57:27 -08:00
github-actions[bot] b91154429b [skip ci] Release new versions 2024-02-28 14:55:39 +00:00
Jakub Novak ad990dc624 Fix type definition in python SDK 2024-02-28 06:12:14 -08:00
github-actions[bot] 18745ad0c2 [skip ci] Release new versions 2024-02-28 05:54:17 +00:00
Vasek Mlejnsky 710f227b85 Document process for customizing sandbox compute (#322)
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
Co-authored-by: Jakub Novak <jakub@e2b.dev>
2024-02-27 21:43:48 -08:00
github-actions[bot] 696d3e78df [skip ci] Release new versions 2024-02-15 17:13:24 +00:00
Jakub Novak 096f19b808 Add explicitly api key to reconnect method 2024-02-15 09:08:57 -08:00
github-actions[bot] adc75d57bc [skip ci] Release new versions 2024-02-14 19:21:44 +00:00