Skip to content

Commit

Permalink
Merge pull request #37 from intocode-io/liff
Browse files Browse the repository at this point in the history
Close #16 liff update and release v1.0.0
  • Loading branch information
Satana Charuwichitratana authored Sep 15, 2019
2 parents ece1e1c + 6aa2bf1 commit dacece4
Show file tree
Hide file tree
Showing 26 changed files with 1,402 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [1.0.0]
### Added
- `liff remove`
- `liff update`

## [0.7.0]
### Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ liff list
liff remove
```

### Update a LIFF app

```
liff update
```

## 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
31 changes: 31 additions & 0 deletions bin/apis/liff-update-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-update-request.js.map

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

10 changes: 9 additions & 1 deletion 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.

5 changes: 3 additions & 2 deletions bin/operations/liff-remove-operation.js

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

Loading

0 comments on commit dacece4

Please sign in to comment.