A scratch page for reviewing how alerts, tab groups, code and tables render in brand. Not a real page — say the word and it goes back to an empty stub, or moves somewhere it belongs.
Alerts
Tab groups
Four groups are configured in docs.11tydata.json. Three of them are below.
package-managers
- Bun
- npm
- pnpm
- Yarn
bun add @pithy-sh/authnpm install @pithy-sh/authpnpm add @pithy-sh/authyarn add @pithy-sh/authclient-languages
- cURL
- TypeScript
- Swift
curl -H "Authorization: Bearer $TOKEN" https://api.example.com/healthconst res = await fetch("/health", {
headers: { Authorization: `Bearer ${token}` },
});var request = URLRequest(url: url)
request.setValue("Bearer \(token)", forHTTPHeaderField: "Authorization")environments
- dev
- staging
- prod
pithy migrate --env devpithy migrate --env stagingpithy migrate --env prodA table
| Flag | Default | Purpose |
|---|---|---|
--env | dev | The environment to act on |
--json | false | One line of machine-readable output |
--yes | false | Skip the confirmation. How CI runs the same command |