Skip to content

Commit

Permalink
Merge pull request #35 from intocode-io/liff-list
Browse files Browse the repository at this point in the history
Close #17 liff list
  • Loading branch information
Satana Charuwichitratana authored Sep 14, 2019
2 parents bc609ca + 504d6ef commit efd5ad1
Show file tree
Hide file tree
Showing 25 changed files with 501 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [0.7.0]
### Added
- `liff add`
- `liff list`

## [0.6.0]
### Added
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LINE API CLI helps you to work with LINE-API-related projects faster as you do n
- `add`
- `remove` (upcoming)
- `update` (upcoming)
- `list` (upcoming)
- `list`
- `things` (upcoming)

## Installation
Expand Down Expand Up @@ -144,14 +144,20 @@ richmenu unlink

To develop more advanced LINE Bot, LIFF app may required. You can use `liff` command to manage LIFF apps.

### Add a LIFF view
### Add a LIFF app

```
liff add
```

<img width="640" alt="liff add" src="https://user-images.githubusercontent.com/1315909/64910629-a3f3fb80-d742-11e9-94a7-600d5db096e2.gif">

### List LIFF apps

```
liff list
```

## Comprehensive usage

We provide comprehensive usage of each command / operation / option with CLI. Simply run a command with/without operation and follow by `--help` option. For example,
Expand Down
30 changes: 30 additions & 0 deletions bin/apis/liff-list-request.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/apis/liff-list-request.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions bin/commands/liff-command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/commands/liff-command.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions bin/operations/liff-list-operation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/operations/liff-list-operation.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions bin/typedef/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/typedef/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions bin/typedef/liff-app-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/typedef/liff-app-data.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit efd5ad1

Please sign in to comment.