New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

tt-ide-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tt-ide-cli

Command line interface for micro app development

0.0.9-proxy-1
Version published
Weekly downloads
626
29.34%
Maintainers
1
Weekly downloads
 
Created

tma-cli

tma cli is the standard tooling for micro app development.

Install

npm i tt-ide-cli

Usage

tma create
Usage: create <app-name>

create a new project powered by libra cli in current path

Options:

  -f, --force        Overwrite target directory if it exists
  -h, --help         Output usage information
tma open
Usage: open <project-path>

open target project by path

tma login
Usage: login [options]

login to the developer platform

Options:

  -m, --mobile       Login by mobile
  -e, --email        Login by email
  -h, --help         Output usage information
  -p, --proxy        Login with proxy
tma login by email
Usage: login-e [email] [password]

Login to the developer platform by E-mail

Options:

  -p, --proxy        Login with proxy

tma preview
Usage: preview [options] [entry]

preview project by remote

Options:

  -c, --copy         Copy remote url to clipboard
  -f, --force        Preview project without local cache
  -s, --small        Use small QR Code, but some environments not working
  -h, --help         Output usage information
  -p, --proxy        Preview with proxy
tma upload
Usage: upload [options] [entry]

upload project to the developer platform

Options:

  -v, --app-version <version>         App version (eg: [major].[minor].[patch])
  -c, --app-changelog <log>           Changelog for this version
  -h, --help                          Output usage information
  -p, --proxy                         Upload with proxy

FAQs

Package last updated on 09 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts