star8-cli 0.0.1 → 1.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,30 @@
1
1
  # star8-cli
2
2
 
3
- Star8 CLI (coming soon)
3
+ スターレンタルサーバーをターミナルから操作するための公式 CLI ツール。
4
+
5
+ ## インストール
6
+
7
+ ```bash
8
+ npm install -g star8-cli
9
+ ```
10
+
11
+ ## クイックスタート
12
+
13
+ ```bash
14
+ # APIキーを設定
15
+ star8 auth login
16
+
17
+ # サーバー情報を取得
18
+ star8 server info
19
+
20
+ # 利用可能なコマンドを表示
21
+ star8 --help
22
+ ```
23
+
24
+ ## ドキュメント
25
+
26
+ - [スターアカウント CLI リファレンス](https://developer.star.ne.jp/cli/server/)
27
+
28
+ ## ライセンス
29
+
30
+ MIT