Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Push

kapso functions push <file.js> [OPTIONS]
Options:
  • --name, -n <name> - Custom function name
  • --platform, -p <platform> - cloudflare or supabase
Examples:
kapso functions push webhook.js
kapso functions push handler.js --platform supabase
kapso functions push utils/helper.js --name my-helper

List

kapso functions list
Shows all functions with status and invoke URLs.

Pull

kapso functions pull <name> [OPTIONS]
Options:
  • --output, -o <path> - Output file path
Examples:
kapso functions pull webhook
kapso functions pull handler --output my-functions/db.js