{{template "header" .}}

Never seen this service before? Want to know how to use it? This page will help you learn more about your tailnet's pastebin tool.

Command-line tool

You can pipe commands or paste files to the pastebin using the command tailpaste. You can install it by installing the Go compiler toolkit and then running this command:

go get github.com/tailscale/paste/cmd/tailpaste@main

Once it is installed, invoke it with the command tailpaste:

tailpaste ./foo.txt

and the program will print a URL that you can share with your team. You can also pipe the output from any command to it:

go test | tailpaste -n go-test.txt

API

The pastebin service has an API call that {{template "footer" .}}