Push
--name, -n <name>- Custom function name--platform, -p <platform>-cloudflareorsupabase
List
Pull
--output, -o <path>- Output file path
Manage serverless functions with Kapso CLI
kapso functions push <file.js> [OPTIONS]
--name, -n <name> - Custom function name--platform, -p <platform> - cloudflare or supabasekapso functions push webhook.js
kapso functions push handler.js --platform supabase
kapso functions push utils/helper.js --name my-helper
kapso functions list
kapso functions pull <name> [OPTIONS]
--output, -o <path> - Output file pathkapso functions pull webhook
kapso functions pull handler --output my-functions/db.js
Was this page helpful?