xserver-cli 1.0.1 → 1.1.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,22 +1,31 @@
1
- # xserver-cli
2
- NodeJS无服务框架XServer快速开发CLI工具
3
-
4
- [传送门:XServer官网文档](http://www.xserver.top)
5
-
6
- 使用说明
7
- >
8
- npm install xserver-cli -g
9
-
10
- x-cli x-koa myproject
11
-
12
-
13
- 帮助联系
14
- >
15
- 作者:cheneyxu
16
- 邮箱:457299596@qq.com
17
- QQ:457299596
18
-
19
- 更新日志
20
- >
21
- 2018.10.29:更新所有依赖
22
- 2019.01.05:更新所有依赖,完善命令
1
+ # xserver-cli
2
+
3
+ XServer のレンタルサーバーをターミナルから操作するための公式 CLI ツール。
4
+
5
+ ## インストール
6
+
7
+ ```bash
8
+ npm install -g xserver-cli
9
+ ```
10
+
11
+ ## クイックスタート
12
+
13
+ ```bash
14
+ # APIキーを設定
15
+ xserver auth login
16
+
17
+ # サーバー情報を取得
18
+ xserver server info
19
+
20
+ # 利用可能なコマンドを表示
21
+ xserver --help
22
+ ```
23
+
24
+ ## ドキュメント
25
+
26
+ - [XServer CLI リファレンス](https://developer.xserver.ne.jp/cli/server/)
27
+ - [更新履歴](https://developer.xserver.ne.jp/changelog/)
28
+
29
+ ## ライセンス
30
+
31
+ MIT