Pipe text, logs, or files to a URL.
Sanitized automatically.
curl -sL https://yakbin.io/install | sh
Installs yakbin and the short alias yb to your PATH. Then:
yb account create
cat app.log | yb
cat .env | yb 30m
kubectl logs pod/api | yb raw 1h
<command> | curl --data-binary @- https://yakbin.io
curl -sL https://yakbin.io/install | sh
yakbin to /usr/local/bin (or ~/.local/bin) and adds it to your PATH.yakbin account create
~/.yakbinrc. Or save an existing token from your dashboard:yakbin account login <token>
cat deploy.log | yakbin
dmesg | yakbin 30m
kubectl logs pod/api | yakbin raw 1h
raw to skip. Add a duration to set expiry: 5m · 30m · 1h · 12h · 1d · 3d · 7d · 30dyakbin paste report.pdf
yakbin paste dump.sql 7d
yakbin list
yakbin show <id>
yakbin delete <id>
yakbin open <id>
yakbin update
~/.yakbinrcYAKBIN_URL="https://yakbin.io"
YAKBIN_TOKEN="your-token"
YAKBIN_DEFAULT_EXPIRE="1d"
YAKBIN_RAW="0"
yakbin config set expire 7d
expire and raw are synced — URL and token stay local.yakbin config push
yakbin config pull
yakbin account login <token>, then run yakbin config pull to restore your preferences.<command> | curl --data-binary @- https://yakbin.io/<token>?expires=1h
curl https://yakbin.io/<id>curl https://yakbin.io/info/<id>
X-Content-SHA256 header.