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

liff

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liff

LIFF(LINE Front-end Framework) cli

  • 1.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
25
decreased by-54.55%
Maintainers
1
Weekly downloads
 
Created
Source

liff-cli

LIFF(LINE Front-end Framework) cli tool
https://developers.line.me/en/docs/liff/overview/

Installation

$ npm install -g liff
$ liff init {LINE_ACCESS_TOKEN}

Usage

init

set liff commands.

$ liff init {LINE_ACCESS_TOKEN}

list

list all registered liff applications.

$ liff list

add

create new liff application.

$ liff add <url> <type:full|tall|compact>

update

update the liff application.

$ liff update <liffId> <url> <type:full|tall|compact>

delete

delete specified liff.

$ liff delete <liffId>

delete all

delete all liff applications.

$ liff deleteAll

send test

send liff application URL to specified line user.

$ liff send <liffId> <userId>

examples

liff init {LINE_ACCESS_TOKEN}
liff list
liff add https://developers.line.me/en/docs/liff/overview/ tall
liff add https://developers.line.me/en/docs/liff/overview/ compact
liff update 1555709429-5zJQmooA https://developers.line.me/en/docs/liff/overview/ tall
liff delete 1555709429-5zJQmooA
liff deleteAll
liff send 1555709429-5zJQmooA Ue52d11061890315xxxxxxxxxxx

Keywords

FAQs

Package last updated on 26 Apr 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc