Commit Graph

287 Commits

Author SHA1 Message Date
Jakub Dobry f706f825af Bump package json version for the e2b/cli 2025-02-21 15:56:34 -08:00
Tomas Valenta 4bc71297ff Fix CLI build issue (#578)
Load update notifier dynamically

We needed update the package because of vulnerabilities

If we don't load it asynchronously there's following error.
```
packages/cli generate-ref: /home/runner/work/E2B/E2B/packages/cli/dist/index.js:55406
packages/cli generate-ref: var updateNotifier = __toESM(require("update-notifier"));
packages/cli generate-ref:                              ^
packages/cli generate-ref: Error [ERR_REQUIRE_ESM]: require() of ES Module /home/runner/work/E2B/E2B/node_modules/.pnpm/update-notifier@6.0.2/node_modules/update-notifier/index.js from /home/runner/work/E2B/E2B/packages/cli/dist/index.js not supported.
packages/cli generate-ref: Instead change the require of /home/runner/work/E2B/E2B/node_modules/.pnpm/update-notifier@6.0.2/node
```
2025-02-21 15:50:21 -08:00
Jakub Dobry ec36840c04 update the update-notifier import to esm, remove it from the excludedPackages 2025-02-21 15:44:44 -08:00
Vasek Mlejnsky 9ef3dcb516 Explicitly mention docker commands when building template 2025-02-21 14:46:16 -08:00
Jakub Novak 429ec0366f Load update notifier dynamically 2025-02-10 18:34:10 -08:00
Jakub Novak 3cffe51c65 Bump update notifier 2025-02-05 10:43:58 -08:00
Jakub Novak cc8447be05 Bump knip 2025-02-05 10:29:41 -08:00
Jakub Novak b91dbc160a Bump tsup 2025-02-05 09:47:52 -08:00
Jakub Novak 67787e5b0b Bump packages 2025-02-05 09:45:55 -08:00
github-actions[bot] d17bdaacf7 [skip ci] Release new versions 2025-01-31 00:01:32 +00:00
Jakub Novak 391f0709e2 Fix socker closed build error 2025-01-30 13:41:52 -08:00
github-actions[bot] 27d2afd038 [skip ci] Release new versions 2024-12-17 10:39:35 +00:00
Mish Ushakov fc8086dcf5 Changed template ls command to sync with latest API changes (#508)
- Added createdBy, createdAt columns
- Hidden 'buildCount', 'lastSpawnedAt', 'spawnCount', 'updatedAt'
columns
- Sync API spec and ts schema to latest

---------

Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com>
Co-authored-by: Jakub Novák <jakub@e2b.dev>
2024-12-17 11:35:20 +01:00
github-actions[bot] 1c077831c6 [skip ci] Release new versions 2024-12-09 16:14:32 +00:00
Jakub Novak ed731d2d53 Follow shortcut naming convention 2024-12-09 17:10:45 +01:00
github-actions[bot] 52feefc27b [skip ci] Release new versions 2024-12-09 16:03:25 +00:00
Jakub Novák 407f330de9 Added publish/unpublish commands to the CLI (#484)
Adds publish/unpublish commands to the CLI to allow changing the
visibility of templates. Publishing a template makes it visible to other
teams using E2B, while setting it private (default) only makes it
visible within your own team.

example usage:

``` 
e2b template publish <template>
```

```
e2b template unpublish <template>
```
2024-12-09 00:51:31 -08:00
github-actions[bot] 65257df48e [skip ci] Release new versions 2024-12-04 03:16:05 +00:00
Jakub Novak d4bc3c707f Fix link for docker build 2024-12-03 18:11:19 -08:00
Mish Ushakov b80f72759a maxLen and aliases comma-split 2024-12-03 21:01:57 +01:00
Mish Ushakov 314ce295d8 remove table borders in CLI 2024-11-29 15:36:25 +01:00
Mish Ushakov 11e1c7dca3 guardrail if no sandbox templates are available to publish/unpublish 2024-11-29 15:23:38 +01:00
Mish Ushakov e445208875 added publish and unpublish commands 2024-11-29 14:43:33 +01:00
0div 9350971f34 move gen sdk workflow into publish package workflow 2024-11-27 16:36:11 -08:00
0div a52e7a7a71 fix cli sdk autogen with sdk keyword 2024-11-26 10:48:39 -08:00
0div d599ddac32 rebrand to SDK reference 2024-11-26 10:34:04 -08:00
0div 1b7fdb279b remove "defined in" in js-sdk 2024-11-22 10:05:16 -08:00
Jakub Novák 2949adbad6 Update packages/cli/src/commands/template/buildWithProxy.ts 2024-11-21 10:54:25 -08:00
Jakub Novák a67a47078d Update packages/cli/src/commands/template/buildWithProxy.ts
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
2024-11-21 10:53:50 -08:00
Jakub Novák 2d73e78bef Update packages/cli/src/commands/template/buildWithProxy.ts
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
2024-11-21 10:53:44 -08:00
Jakub Novak 0d154eb07e Add workaround for broken Docker auth 2024-11-20 17:18:42 -08:00
Jakub Novak ba78ba09d5 Improve READMEs and links to get access token / api key 2024-11-04 10:53:40 -08:00
github-actions[bot] 7d776cf1d7 [skip ci] Release new versions 2024-10-24 04:58:46 +00:00
Tomas Valenta 722b75e1b0 Increase sandbox refresh timeout for CLI spawned sandboxes 2024-10-23 21:44:02 -07:00
Tomas Valenta 1e2daa3331 Remove outdated comment 2024-10-20 17:48:17 -07:00
github-actions[bot] da94e153d8 [skip ci] Release new versions 2024-10-19 00:34:31 +00:00
Jakub Novak 69befd6914 Show log times in milliseconds 2024-10-18 17:29:42 -07:00
github-actions[bot] 677b6d472b [skip ci] Release new versions 2024-10-18 04:11:51 +00:00
Jakub Novak d0fca6efc2 Improve the message when selecting a team in CLI 2024-10-17 20:09:36 -07:00
Jakub Novak a58cd9c0fa Fix CLI login issues 2024-10-17 20:09:36 -07:00
github-actions[bot] 01d37f38f2 [skip ci] Release new versions 2024-10-16 21:27:57 +00:00
Tomas Valenta 5d87002df1 Don't print stack trace on user terminal interrupt 2024-10-16 14:21:44 -07:00
github-actions[bot] edc187e560 [skip ci] Release new versions 2024-10-16 11:35:16 +00:00
Vasek Mlejnsky 7cc9be1286 Update README.md 2024-10-16 04:22:58 -07:00
Tomas Valenta d46c67c1a1 Add keywords to the CLI 2024-10-16 04:16:53 -07:00
Vasek Mlejnsky e3b778cd2a Update README.md 2024-10-16 04:09:34 -07:00
github-actions[bot] 21b1374a6e [skip ci] Release new versions 2024-10-16 10:45:54 +00:00
Jakub Novak 0fab6980fa Update CLI 2024-10-16 03:26:59 -07:00
Vasek Mlejnsky b991520714 Update README.md 2024-10-16 02:38:53 -07:00
Jakub Novak d60ea0f6fb Add possibiliy to filter out logs based on loggers 2024-10-16 01:41:42 -07:00