shine-cli 1.3.0

Cross-platform CLI for managed shell commands, app configs, and machine setup
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  // proxy settings
  "proxies": {
    "http-proxy": "http://@@PROXY_HOST@@:@@HTTP_PROXY_PORT@@",
    "https-proxy": "http://@@PROXY_HOST@@:@@HTTP_PROXY_PORT@@",
    "no-proxy": "@@PROXY_NO_PROXY@@"
  }
//  "registry-mirrors": [
//    // tencent mirror, only for underside tencent network, if you are outside tencent network, please use another mirror
//    "https://mirror.ccs.tencentyun.com"
//  ]
}