
I try to deploy a function using Appwrite CLI but it says: appwrite functions createDeployment ^
--functionId=xyz^
--code="." ^
--activate
error: unknown command 'createDeployment'
(Did you mean create-deployment?)
bash: --functionId=xyz: command not found
bash: --code=.: command not found
bash: --activate: command not found
TL;DR
The developer is trying to deploy a function using Appwrite CLI but encountering an error with the command syntax. The correct command should be `appwrite functions create-deployment` instead of `createDeployment`. The error messages are due to incorrect command formatting.Recommended threads
- User (role: guests) missing scopes (["te...
I keep getting this error: ```AppwriteException: User (role: guests) missing scopes (["teams.read"]) at new AppwriteException (/usr/local/server/src/functio...
- How to get event payload/source from fai...
Hi everyone, I'm currently working with Appwrite's database triggers, specifically for document creation events. I've encountered a potential issue and was h...
- Creating a custom function ID in the con...
Console Version 1.8.0 Google chrome Version 139.0.7258.66 (Official Build) (64-bit)
