Releases: a7garden/wistra
Releases · a7garden/wistra
v0.1.18
v0.1.18
- Bug fix: Parse actual deployment URL from wrangler output instead of showing placeholder
v0.1.17
- Bug fix: Deploy URL shows actual project name
v0.1.16
- Auto-deploy to Cloudflare Pages — 📦 Exporting wiki to dist
4 pages, 0 tag pages exported
firebase.json generated
🌐 Deploy to:
Firebase: https://wistra-wiki.web.app
firebase deploy --only hosting
✅ Export complete!
🚀 Deploying to Firebase...
Error: No currently active project.
To run this command, you need to specify a project. You have two options:
- Run this command with --project <alias_or_project_id>.
- Set an active project by running firebase use --add, then rerun this command.
To list all the Firebase projects to which you have access, run firebase projects:list.
To learn about active projects for the CLI, visit https://firebase.google.com/docs/cli#project_aliases creates projects and deploys automatically
Usage
wistra export --hosting=cloudflare --deployv0.1.9 - Fix cron auto-install and serve rendering
Bug Fixes
- Cron auto-install: Onboarding now automatically installs the cron job instead of just printing the line
- Serve rendering: Fixed document lookup to work with non-ASCII titles (Korean, etc.)
Changes
- Call
install_cron()during onboarding - Fix
find_document()to match bytitlefield instead of filename