Tomas Valenta
353682c022
Remove runCode and runCmd; Cleanup
2024-05-01 12:40:04 -07:00
github-actions[bot]
1b4cc69a1d
[skip ci] Release new versions
2024-05-01 07:10:52 +00:00
Tomas Valenta
a8e7dc4354
Merge branch 'main' of https://github.com/e2b-dev/E2B
2024-05-01 00:06:27 -07:00
Tomas Valenta
9626b6b8dd
Fix logging level colors for dark terminals
2024-05-01 00:06:24 -07:00
github-actions[bot]
b4d63fec19
[skip ci] Release new versions
2024-05-01 02:45:49 +00:00
Tomas Valenta
de373d63bb
Remove outdated part of CLI readme
2024-04-30 19:42:12 -07:00
Tomas Valenta
e5c769507b
Remove system logger
2024-04-30 19:34:20 -07:00
Tomas Valenta
5698c6c32e
Remove debug logs
2024-04-30 18:58:25 -07:00
Tomas Valenta
89968436ad
Fix service rename bug
2024-04-30 18:58:06 -07:00
Tomas Valenta
58881de1cb
Change services flag to loggers
2024-04-30 18:25:20 -07:00
Tomas Valenta
b7254f2351
Remove debug log
2024-04-30 18:14:13 -07:00
Tomas Valenta
007c5e4e69
Improve services filtering
2024-04-30 18:02:36 -07:00
Tomas Valenta
27a1c63b48
Merge branch 'main' into logs
2024-04-29 13:48:27 -07:00
Tomas Valenta
7e8f68f5ee
Clarify log level config
2024-04-29 13:39:07 -07:00
Tomas Valenta
d697319fa1
Change logs filtering by service
2024-04-29 13:23:37 -07:00
Tomas Valenta
e937aaaa59
Modify the logs filtering
2024-04-29 13:06:44 -07:00
github-actions[bot]
7e6dc3bcca
[skip ci] Release new versions
2024-04-25 23:39:31 +00:00
github-actions[bot]
cc7d392251
[skip ci] Release new versions
2024-04-25 22:54:37 +00:00
Tomas Valenta
425439a0aa
Merge branch 'main' of https://github.com/e2b-dev/E2B
2024-04-25 15:52:08 -07:00
Tomas Valenta
57141df804
Fix shebang arguments
2024-04-25 15:52:05 -07:00
github-actions[bot]
9127fd64ac
[skip ci] Release new versions
2024-04-25 22:40:34 +00:00
Tomas Valenta
33e4db23ca
Merge branch 'main' of https://github.com/e2b-dev/E2B
2024-04-25 15:38:00 -07:00
Tomas Valenta
2cfb2cf49c
Add sourcemaps to CLI errors
2024-04-25 15:37:53 -07:00
github-actions[bot]
a25e05e5d9
[skip ci] Release new versions
2024-04-25 22:15:01 +00:00
Jakub Novak
1a3d6b6c3e
Fix environment variables in template build
2024-04-25 15:10:47 -07:00
Tomas Valenta
26ddefa7d0
Update CLI after domain parameter changes in SDK
2024-04-18 18:25:55 -07:00
Tomas Valenta
4a5979be97
Fix allowed logs filter
2024-04-10 18:17:53 -07:00
Tomas Valenta
469c567fc8
Exclude short sandboxID from json logs
2024-04-10 17:21:20 -07:00
Tomas Valenta
afad14de92
Fix follow flag; [WIP] Add flag for including displaying "internal" logs
2024-04-08 14:56:52 -07:00
Tomas Valenta
6e796fc585
Improve logs json format
2024-04-08 13:09:21 -07:00
Tomas Valenta
d500105e1d
Add format option for logs command
2024-04-08 12:57:42 -07:00
Tomas Valenta
e4d944bbc3
Add follow flag to logs command
2024-04-08 12:43:02 -07:00
Tomas Valenta
cfd361328f
Add log level filtering
2024-04-08 12:39:10 -07:00
Tomas Valenta
5d56b667b6
Add padding to log level
2024-04-05 16:29:26 -07:00
Tomas Valenta
3407e7bec4
Cleanup logs loop
2024-04-04 17:47:53 -07:00
Tomas Valenta
089d1e4a1e
Change formatting and timestamp passing
2024-04-04 17:14:21 -07:00
Tomas Valenta
c5582ff4ff
Improve logs format
2024-04-04 14:43:12 -07:00
Tomas Valenta
8f784c210f
Fix logs response handling
2024-04-04 14:20:36 -07:00
Tomas Valenta
8adb781e84
Remove log
2024-04-04 13:46:42 -07:00
Tomas Valenta
5c59a7a7d2
Add logs pretty printing and tail by default
2024-04-04 13:45:33 -07:00
Tomas Valenta
5c068bc397
Update based on logs API
2024-04-03 16:18:16 -07:00
Tomas Valenta
e24a494969
Add basic logs command
2024-04-03 16:12:40 -07:00
github-actions[bot]
69051dae1d
[skip ci] Release new versions
2024-03-30 20:35:18 +00:00
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