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

Commit 608355d

Browse files
author
Satana Charuwichitratana
committed
1.2.0-alpha.0
1 parent 0315b00 commit 608355d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [1.2.0]
4+
- `things register:scenarios` Register (create or update) a scenario set for automatic communication under a product.
5+
36
## [1.1.0]
47
### Added
58
- `things list:trial`

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LINE API CLI helps you to work with LINE-API-related projects faster as you do n
3939
- `get:device`
4040
- `get:devices`
4141
- `get:product`
42-
- (Upcoming features in v1.2.0) Scenario management API for automatic communication
42+
- `register:scenarios`
4343

4444
## Installation
4545

@@ -215,6 +215,14 @@ things get:devices
215215
things get:product
216216
```
217217

218+
## Scenario management API for automatic communication
219+
220+
### Register (create or update) a scenario set for automatic communication under a product
221+
222+
```
223+
things register:scenarios
224+
```
225+
218226
## Comprehensive usage
219227

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intocode-io/line-api-cli",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.0",
44
"description": "LINE API CLIs for Node.js",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)