CLI Quick Start
Deploy your plugin to TagadaPay in 5 minutes.Prerequisites
- Node.js 18+ (Download)
- A TagadaPay account with access to a store
- Your plugin built (
dist/directory withindex.html)
Install & Login
1
Install the CLI
2
Login
Deploy Your Plugin
Option 1: Interactive (Recommended)
- Pick a store from the list
- Select a config variant (or skip)
- Confirm and deploy
- Get your deployment ID
Option 2: Direct Command
- Validate
plugin.manifest.json - ZIP your
dist/folder + manifest - Upload to blob storage
- Deploy via API
- Return the deployment ID
Plugin Structure
Your plugin directory should look like this:Create plugin.manifest.json
Build
Step-by-Step Walkthrough
1. Verify Everything
2. Deploy
- Interactive
- Command Line
- Select Deploy Plugin
- Choose your store
- Optionally pick a config from
config/directory - Confirm and deploy
3. Install & Mount
After deploying, create an instance and mount it:4. Verify
Common Workflows
Update a Plugin
Deploy to Multiple Environments
Add a Custom Domain
Quick Reference
Whatβs Next?
Full CLI Reference
All commands and flags
CLI Configuration
Manifest, config variants, environments
Plugin SDK
Build interactive plugins with React
Hosting & A/B Testing
Host pages and set up A/B tests
