shincloud-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
  # shincloud-cli
2
2
 
3
- Shin Cloud CLI (coming soon)
3
+ シンレンタルサーバーをターミナルから操作するための公式 CLI ツール。
4
+
5
+ ## インストール
6
+
7
+ ```bash
8
+ npm install -g shincloud-cli
9
+ ```
10
+
11
+ ## クイックスタート
12
+
13
+ ```bash
14
+ # APIキーを設定
15
+ shincloud auth login
16
+
17
+ # サーバー情報を取得
18
+ shincloud server info
19
+
20
+ # 利用可能なコマンドを表示
21
+ shincloud --help
22
+ ```
23
+
24
+ ## ドキュメント
25
+
26
+ - [シンアカウント CLI リファレンス](https://developer.shin-server.jp/cli/server/)
27
+
28
+ ## ライセンス
29
+
30
+ MIT