shincloud-cli 0.0.1 → 1.0.0-rc.0

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,50 @@
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
+ ### 認証
14
+
15
+ ```bash
16
+ shincloud auth login
17
+ # APIキーを入力
18
+ ```
19
+
20
+ APIキーはシンクラウドのサーバーパネル > APIキー管理 から取得できます。
21
+
22
+ ### コマンド例
23
+
24
+ ```bash
25
+ # サーバー情報取得
26
+ shincloud server info
27
+
28
+ # WordPress一覧
29
+ shincloud server wp list
30
+
31
+ # 詳細はヘルプを参照
32
+ shincloud --help
33
+ shincloud server --help
34
+ ```
35
+
36
+ ### 環境変数(CIなどで使用)
37
+
38
+ ```bash
39
+ export SHINCLOUD_API_KEY=your_api_key
40
+ export SHINCLOUD_SERVERNAME=your_servername
41
+ shincloud server info
42
+ ```
43
+
44
+ ## ドキュメント
45
+
46
+ - [GitHub リポジトリ](https://github.com/xserver-inc/xserver-npm-packages)
47
+
48
+ ## ライセンス
49
+
50
+ MIT