Skip to content

Commit

Permalink
Remove outdated part of CLI readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed May 1, 2024
1 parent 4a43675 commit de373d6
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FROM ubuntu:22.04
```

3. Run `e2b build` inside the directory with the `Dockerfile` to create and
build the sandbox template. You will get * _template ID_* that you use for
build the sandbox template. You will get *_template ID_* that you use for
connecting to the sandbox via SDKs and for rebuilding the sandbox template

4. Use the **template ID** that you got during the `e2b build` with the Python
Expand All @@ -61,32 +61,3 @@ directory where the command will be called, without the need to call `cd`.
-V, --version Display E2B CLI version
-h, --help display help for command
```

```md
Usage: e2b template [options] [command]

Create sandbox templates from Dockerfiles by running e2b build then use our SDKs to create sandboxes from these templates.

Visit E2B docs (https://e2b.dev/docs) to learn how to create sandbox templates and start sandboxes.

Options:
-V, --version Display E2B CLI version
-h, --help display help for command

Commands:
login Log in to CLI

logout Log out of CLI

build|bd [options] [id] Build sandbox template defined by `./e2b.Dockerfile` or `./Dockerfile` in root directory. By default the root directory is the current working directory. This command also creates `e2b.toml` config

list|ls List sandbox templates

shell|sh [options] [id] Connect terminal to sandbox

init|it [options] Create basic E2B Dockerfile (`./e2b.Dockerfile`) in root directory. You can then run e2b build to build sandbox template from this Dockerfile

delete|dl [options] [id] Delete sanbdox template and e2b.toml config

help [command] display help for command
```

0 comments on commit de373d6

Please sign in to comment.