# 京东云CLI
京东云CLI提供使用命令行的方式访问您的云中资源。

## 安装方法：
### Linux && Mac
pip安装：
`pip install jdcloud_cli`

源码安装：
`python setup.py install`

安装后执行：
```
echo 'eval "$(register-python-argcomplete jdc)"' >> .bashrc
echo 'export COLUMNS=100' >> .bashrc
source ~/.bashrc
```


### Windows
