Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 889 Bytes

File metadata and controls

29 lines (18 loc) · 889 Bytes

Deta CLI

The Deta CLI tool provides a number of helpful commands to help you with your Deta development.

Installation

The installation guide for your operating system can be found on the Deta website.

for android(termux)

git clone https://github.com/suriing/deta-cli.git
cd deta-cli
make build-android-arm
cp ./build/deta ~/.deta/bin/deta

add to PATH

vi ~/.bashrc
export PATH="/data/data/com.termux/files/home/.deta/bin:$PATH"

Official Documentation

Documentation for the Deta CLI can be found on the Deta website.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see the license file for more information.