Skip to content

Commit 4d385c2

Browse files
authored
--tail option for Tembo CLI Logs (#751)
1 parent 945b806 commit 4d385c2

File tree

3 files changed

+285
-94
lines changed

3 files changed

+285
-94
lines changed

tembo-cli/Cargo.lock

+72-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tembo-cli/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,15 @@ tokio = { version = "1.26.0", features = [
6262
"macros",
6363
"sync",
6464
] }
65+
tungstenite ="0.21.0"
66+
futures-util = "0.3.30"
6567
dirs = "5.0.1"
6668
controller = "0.47.0"
6769
sqlx = { version = "0.7.3", features = ["runtime-tokio-native-tls", "postgres", "chrono", "json"] }
6870
base64 = "0.21.5"
6971
colorful = "0.2.2"
7072
cli-table = "0.4.7"
73+
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
7174
tiny-gradient = "0.1.0"
7275
urlencoding = "2.1.3"
7376
spinoff = "0.8.0"
@@ -77,6 +80,8 @@ itertools = "0.12.1"
7780
random-string = "1.1.0"
7881
test-case = "=2.0.0-rc2"
7982
clap-markdown = { git = "https://github.com/tembo-io/clap-markdown.git", branch = "main", version = "0.1.3" }
83+
url = "2.5.0"
84+
rand = "0.8.5"
8085

8186
[target.aarch64-unknown-linux-musl.dependencies]
8287
openssl = { version = "0.10", features = ["vendored"] }

0 commit comments

Comments
 (0)