Skip to content
forked from deta/deta-cli

Command line interface for managing Deta micros and deployments (Modified for android termux)

License

Notifications You must be signed in to change notification settings

suriing/deta-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command line interface for managing Deta micros and deployments (Modified for android termux)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Makefile 1.9%