Skip to content

Commit

Permalink
Merge pull request #36 from intocode-io/liff-remove
Browse files Browse the repository at this point in the history
Close #15 liff remove
  • Loading branch information
Satana Charuwichitratana authored Sep 15, 2019
2 parents efd5ad1 + 775aae7 commit ece1e1c
Show file tree
Hide file tree
Showing 19 changed files with 627 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## [1.0.0]
### Added
- `liff remove`

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

Expand Down Expand Up @@ -158,6 +158,12 @@ liff add
liff list
```

### Remove a LIFF app

```
liff remove
```

## 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
24 changes: 24 additions & 0 deletions bin/apis/liff-remove-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-remove-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.

12 changes: 12 additions & 0 deletions bin/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/index.js.map

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

Loading

0 comments on commit ece1e1c

Please sign in to comment.