Skip to main content

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 with index.html)

Install & Login

1

Install the CLI

Verify:
2

Login

This opens your browser for authentication. Once complete:

Deploy Your Plugin

Select β€œDeploy Plugin”, then follow the wizard:
  1. Pick a store from the list
  2. Select a config variant (or skip)
  3. Confirm and deploy
  4. Get your deployment ID

Option 2: Direct Command

The CLI will:
  1. Validate plugin.manifest.json
  2. ZIP your dist/ folder + manifest
  3. Upload to blob storage
  4. Deploy via API
  5. Return the deployment ID

Plugin Structure

Your plugin directory should look like this:

Create plugin.manifest.json

All fields below are required by the CLI validator. Missing any will fail deployment.

Build

Step-by-Step Walkthrough

1. Verify Everything

2. Deploy

  1. Select Deploy Plugin
  2. Choose your store
  3. Optionally pick a config from config/ directory
  4. Confirm and deploy

3. Install & Mount

After deploying, create an instance and mount it:
Your plugin is now live.

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