appwrite / sdk-for-cli

[READ-ONLY] Official Appwrite CLI >_
BSD 3-Clause "New" or "Revised" License
85 stars 28 forks source link

Setup for Apppwrite CLI #2

Closed christyjacob4 closed 3 years ago

christyjacob4 commented 3 years ago

This can be used as a good starting point for the Appwrite CLI

Steps to run

docker build -t cli .    
# docker run -i cli <service-name> <function>      
docker run -i cli users list      
eldadfux commented 3 years ago

This feels like ages ago @christyjacob4 :)