You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
✔ ~/github/bindle [main|✔]
16:20 $ cargo run --bin bindle --features="cli" -- --server $BINDLE_URL search
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target/debug/bindle --server 'https://bindle.deislabs.io/v1' search`
Invalid TOML
Error trace:
1: expected an equals, found eof at line 1 column 41
I tried running a local server and got the same issue. Not sure what bindles existed on the local server (probably none, because it uses the database instead of the filesystem now?).