What problem does it solve?
Automates the multi-step process of publishing a Showpane portal by running pre-flight checks, building the app, packaging the artifact, uploading to Showpane Cloud, and verifying the hosted release so developers don't manage these steps manually.
Core Features & Use Cases
- Pre-flight validation: Verifies cloud credentials, cloud health, and TypeScript type checks before proceeding.
- Build and upload orchestration: Runs the canonical showpane deploy command to build, package, upload, and poll for a hosted live state while preserving logs and progress output.
- Result summarization & logging: Parses deploy output, prints a concise summary (status, deploy ID, live URL, portal counts), and records deployment insights for operational memory.
- Error recovery guidance: Provides structured remediation steps for build failures, auth errors, artifact upload issues, file sync problems, and stuck publishes.
- Use Case: Use this to publish a local Showpane workspace or integrate into a CI pipeline to release client portals to your organization's hosted domain.
Quick Start
Use the portal-deploy skill to build, package, and publish the current Showpane app to Showpane Cloud after you authenticate with showpane login.