Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 69a3d08

Browse files
author
Satana Charuwichitratana
authored
Merge pull request #41 from intocode-io/things-removetrial
Close #20 things remove:trial
2 parents e9e43a6 + 223e4be commit 69a3d08

32 files changed

+733
-82
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.1.0]
4+
### Added
5+
- `things list:trial`
6+
- `things remove:trial`
7+
38
## [1.0.0]
49
### Added
510
- `liff remove`

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,20 @@ liff remove
170170
liff update
171171
```
172172

173+
## Working with LINE Things using `things` command
174+
175+
### List all LINE Things trial products
176+
177+
```
178+
things list:trial
179+
```
180+
181+
### Remove a trial product
182+
183+
```
184+
things remove:trial
185+
```
186+
173187
## Comprehensive usage
174188

175189
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,

bin/apis/things-get-trial-products-request.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/apis/things-get-trial-products-request.js renamed to bin/apis/things-list-trial-products-request.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/apis/things-list-trial-products-request.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/apis/things-remove-trial-product-request.js

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/apis/things-remove-trial-product-request.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/commands/things-command.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/index.js

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)