Commit Graph

68 Commits

Author SHA1 Message Date
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
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 639b3447da Sort sandbox list by date created 2024-02-29 11:26:24 -08:00
Jakub Novak e0ca235111 Fix command references in CLI description 2024-02-28 12:15:31 -08:00
Jakub Novak 1801039dbf Add info about memory and cpus to sandbox list 2024-02-28 06:57:27 -08: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
Tomas Valenta 9cbef21901 Unify CLI shorthand commands; Make the sandboxID argument in connect required 2024-02-03 17:27:42 +01:00
Jakub Novák 0e9a22f76a Connect into running container (#301) 2024-02-03 16:46:22 +01:00
Jakub Novák a06b861932 Use e2b package in docs and CLI (#300) 2024-02-02 19:23:07 +01:00
Jakub Novák db4e6bcb92 Fix sandbox id in cli (#299) 2024-02-02 19:01:54 +01:00
Jakub Novák 7fe1d3b569 Rename api endpoints (#298) 2024-02-02 18:57:40 +01:00
Tomas Valenta 97b1cd356e Remove excessive parenthesis 2024-02-02 14:49:15 +01:00
Jakub Novak 363b577c69 Add alias to list command 2024-01-30 10:56:25 +01:00
Jakub Novák 34f49ca350 List running sandboxes (#297) 2024-01-29 17:10:11 +01:00
Jakub Novák 783a15d187 Always include dockerfile (#295) 2024-01-24 17:08:56 +01:00
Jakub Novak fc037a2b1e Add max size for tar archive - this prevents error for too big blob when the content is too big 2024-01-23 16:06:16 +01:00
Jakub Novák f53b00c8d4 Max body size for template build (#292) 2024-01-23 14:46:32 +01:00
Jakub Novák 1b8e2ae8d7 Allow to connect to custom infra (#248)
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com>
2023-12-04 16:57:31 +01:00
Tomas Valenta 54a0beb2ee Improve CLI message format 2023-11-29 13:51:11 +01:00
Tomas Valenta fd4003ce40 Make CLI SDK examples copyable 2023-11-28 17:23:48 +01:00
Tomas Valenta 9b8d8ebb85 Update delete.ts 2023-11-24 18:38:17 +01:00
Tomas Valenta 65de177935 Update build.ts 2023-11-24 18:33:20 +01:00
Tomas Valenta 6fc7d32c73 Chnage id to template_id; Add migrations; Update docs 2023-11-24 14:30:54 +01:00
Tomas Valenta b3ef453948 Merge branch 'main' into id-template 2023-11-24 13:07:07 +01:00
Tomas Valenta 01d86b9e8d Add TSC checks before build; Fix type errors 2023-11-24 12:31:41 +01:00
Tomas Valenta f6280d1311 Improve CLI error messages 2023-11-24 10:58:56 +01:00
Tomas Valenta 876e1f801f Update template naming in CLI; Add migration for the e2b.toml field 2023-11-22 15:25:57 +01:00
Tomas Valenta 43e8f6f1f0 Cleanup 2023-11-20 13:33:41 +01:00
Tomas Valenta 962b867c97 Add delete command to CLI 2023-11-20 13:31:41 +01:00
Tomas Valenta d24e37b0df Tweak flag 2023-11-17 17:09:49 +01:00
Tomas Valenta 31a17e172e Add start cmd for build in CLI [WIP] 2023-11-17 15:44:25 +01:00
Tomas Valenta 4878b7ea3a Add docs link to the troubleshooting message 2023-11-14 09:26:07 +01:00
Tomas Valenta c544dc69be Add note about setting E2B_ACCESS_TOKEN in CI/CD 2023-11-14 09:23:58 +01:00
Jakub Novak f70059dcda Rework API keys in docs 2023-11-10 17:46:40 +01:00
Tomas Valenta b27561f4a4 Fix error parsing in build request 2023-11-10 15:34:50 +01:00
Tomas Valenta 817fc709f2 Refer to name as template name 2023-11-10 14:24:50 +01:00
Jakub Novak a287398d68 Update docs 2023-11-10 13:30:47 +01:00
Tomas Valenta e33f6a9929 Merge branch 'main' of https://github.com/e2b-dev/e2b 2023-11-10 13:27:56 +01:00
Tomas Valenta 287ea971b1 Improve examples priting in CLi 2023-11-10 13:27:48 +01:00
Jakub Novak c36a864496 Improve CLI command docs 2023-11-10 12:55:01 +01:00
Jakub Novak d03657539b Add CLI section to docs 2023-11-10 12:19:28 +01:00
Tomas Valenta 36bac6ee2b Add code snippet highlight to CLI 2023-11-10 11:27:21 +01:00
Vasek Mlejnsky 8fd27f9b50 Add code snippets after sandbox template build has finished 2023-11-09 18:15:45 +01:00
Tomas Valenta 3dbe7017e8 Move template commands to the top command 2023-11-09 17:48:27 +01:00
Jakub Novak 4169cb7517 Improve message 2023-11-09 17:19:03 +01:00
Jakub Novak 77a992cbf8 Clean up list command 2023-11-09 17:05:32 +01:00
Jakub Novak 4344c61298 Clean up shell command 2023-11-09 17:05:28 +01:00
Jakub Novak 3c2fc9faf5 Regenerate clients 2023-11-09 17:04:18 +01:00
Jakub Novak 0486c4286d Use the new name for template if rebuilding 2023-11-09 17:03:56 +01:00