base44 functions list
List all deployed functions on Base44 remote.Syntax
--app-id <id> or set BASE44_APP_ID.
Authentication
Required: Yes. If not authenticated, you’ll be prompted to login first.What It Does
- Fetches all deployed functions from Base44
- Displays each function name and its automation count (if any)
- Reports the total count of functions on remote
Output
Notes
- Lists functions currently deployed on Base44, not local function files
- Shows automation count next to each function that has automations configured
- Useful with
--app-idwhen you want to inspect a deployed app without switching into a linked local project - To see local function definitions, look in the
base44/functions/directory - Use
npx base44 functions deployto sync local functions to remote - Use
npx base44 functions pullto download remote functions to local files

