deploy-function

Installation
SKILL.md

Deploy a function using the Appwrite CLI

Prerequisites

  • Appwrite CLI installed (npm install -g appwrite-cli)
  • Authenticated with appwrite login
  • Project initialized with appwrite init

Quick Deploy

appwrite push functions

Full Workflow

1. Initialize a new function

Installs
1
First Seen
Aug 12, 2026
deploy-function — appwrite/codex-plugin