-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemo.txt
66 lines (46 loc) · 1.07 KB
/
memo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# TODO
* confirm
* markup > node-html-parser
* loading spinner
* draft
* publish
* bundle
# init
接続設定
$ node idbt init
email(tsrmix@gmail.com)? >
password? >
パスワードが不正です。
(パスワードの検証、トークンの取得、所属とチャネルの取得)
organization?
> leprachaun
channel?
> freetalk
> valuedesign
# authentication test
パスワードまたはトークンの検証
$ node idbt test
if !token
トークンの期限が切れました。パスワードを使用して再取得します。
password? >
パスワードが不正です。
# change setting
$ node idbt --channel freetalk
# get list
新着投稿を表示
$ node idbt list
$ node idbt list --channel freetalk
# ドラフト
$ node idbt draft
# post
投稿
$ node idbt post "hello!"
$ node idbt post -y "hello!"
$ node idbt post -y --channel freetalk "hello!"
$ node idbt post --file nippo.txt
$ node idbt post --file nippo.txt -y
$ node idbt post --file nippo.txt -y --channel freetalk
config: email, channel, token
# cancel
# node idbt cancel
# node idbt cancel -y