Skip to content

Commit

Permalink
--tail option for Tembo CLI Logs (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajerin committed May 14, 2024
1 parent 945b806 commit 4d385c2
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 94 deletions.
94 changes: 72 additions & 22 deletions tembo-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ tokio = { version = "1.26.0", features = [
"macros",
"sync",
] }
tungstenite ="0.21.0"
futures-util = "0.3.30"
dirs = "5.0.1"
controller = "0.47.0"
sqlx = { version = "0.7.3", features = ["runtime-tokio-native-tls", "postgres", "chrono", "json"] }
base64 = "0.21.5"
colorful = "0.2.2"
cli-table = "0.4.7"
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
tiny-gradient = "0.1.0"
urlencoding = "2.1.3"
spinoff = "0.8.0"
Expand All @@ -77,6 +80,8 @@ itertools = "0.12.1"
random-string = "1.1.0"
test-case = "=2.0.0-rc2"
clap-markdown = { git = "https://github.com/tembo-io/clap-markdown.git", branch = "main", version = "0.1.3" }
url = "2.5.0"
rand = "0.8.5"

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

0 comments on commit 4d385c2

Please sign in to comment.