sdk-generator icon indicating copy to clipboard operation
sdk-generator copied to clipboard

add --functionId to appwrite deploy function

Open tito opened this issue 2 years ago • 0 comments

This commit allow to pass a --functionId in order to not require user input, and be usable in scripts or ci/cd.

Example:

$ appwrite deploy function --functionId xxxx
ℹ Info Deploying function build-360 ( xxxx )
ℹ Info Ignoring files using configuration from appwrite.json
✓ Success Deployed build-360 ( xxxx )

tito avatar Jun 23 '22 10:06 tito