Skip to content

Commit e3998f7

Browse files
night556JacksonTian
authored andcommitted
add appveyor badge
1 parent 9141cf8 commit e3998f7

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

README-CN.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<p align="center">
66
<a href="https://travis-ci.org/aliyun/aliyun-cli"><img src="https://travis-ci.org/aliyun/aliyun-cli.svg?branch=master" alt="Travis Build Status"></a>
7+
<a href="https://ci.appveyor.com/project/aliyun/aliyun-cli/master"><img src="https://ci.appveyor.com/api/projects/status/5ahqhua64ifr6skx/branch/master?svg=true" alt="Appveyor Build Status"></a>
78
<a href="https://codecov.io/gh/aliyun/aliyun-cli"><img src="https://codecov.io/gh/aliyun/aliyun-cli/branch/master/graph/badge.svg" alt="codecov"></a>
89
<a href="https://github.com/aliyun/aliyun-cli/blob/master/LICENSE"><img src="https://img.shields.io/github/license/aliyun/aliyun-cli.svg" alt="License"></a>
910
<a href="https://goreportcard.com/report/github.com/aliyun/aliyun-cli"><img src="https://goreportcard.com/badge/github.com/aliyun/aliyun-cli" alt="Go Report" ></a>
@@ -78,12 +79,12 @@ Saving profile[akProfile] ...Done.
7879

7980
阿里云CLI,可通过在`configure`命令后增加`--mode <authenticationMethod>`参数的方式来使用不同的认证方式,目前支持的认证方式如下:
8081

81-
| 验证方式 | 说明 |
82-
| -------- | -------- |
83-
| AK | 使用AccessKey ID/Secret访问 |
84-
| StsToken | 使用STS Token访问 |
85-
| RamRoleArn | 使用RAM子账号的AssumeRole方式访问 |
86-
| EcsRamRole | 在ECS实例上通过EcsRamRole实现免密验证 |
82+
| 验证方式 | 说明 |
83+
|------------|-------------------------------------|
84+
| AK | 使用AccessKey ID/Secret访问 |
85+
| StsToken | 使用STS Token访问 |
86+
| RamRoleArn | 使用RAM子账号的AssumeRole方式访问 |
87+
| EcsRamRole | 在ECS实例上通过EcsRamRole实现免密验证 |
8788

8889
### 启用zsh/bash自动补全
8990

@@ -217,7 +218,7 @@ aliyun ecs DescribeInstances --output cols=InstanceId,Status rows=Instances.Inst
217218
218219
```sh
219220
InstanceId | Status
220-
---------- | ------
221+
-----------------------|--------
221222
i-12345678912345678123 | Stopped
222223
i-abcdefghijklmnopqrst | Running
223224
```

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ English | [简体中文](./README-CN.md)
44

55
<p align="center">
66
<a href="https://travis-ci.org/aliyun/aliyun-cli"><img src="https://travis-ci.org/aliyun/aliyun-cli.svg?branch=master" alt="Travis Build Status"></a>
7+
<a href="https://ci.appveyor.com/project/aliyun/aliyun-cli/master"><img src="https://ci.appveyor.com/api/projects/status/5ahqhua64ifr6skx/branch/master?svg=true" alt="Appveyor Build Status"></a>
78
<a href="https://codecov.io/gh/aliyun/aliyun-cli"><img src="https://codecov.io/gh/aliyun/aliyun-cli/branch/master/graph/badge.svg" alt="codecov"></a>
89
<a href="https://github.com/aliyun/aliyun-cli/blob/master/LICENSE"><img src="https://img.shields.io/github/license/aliyun/aliyun-cli.svg" alt="License"></a>
910
<a href="https://goreportcard.com/report/github.com/aliyun/aliyun-cli"><img src="https://goreportcard.com/badge/github.com/aliyun/aliyun-cli" alt="Go Report" ></a>
@@ -76,12 +77,12 @@ You can specify the authentication method to use by using the `configure` comman
7677

7778
The following are supported authentication methods:
7879

79-
| Authentication methods | Description |
80-
| -------- | -------- |
81-
| AK | Use AccessKey ID and Secret to access Alibaba Cloud services |
82-
| StsToken | Use STS token to access Alibaba Cloud services |
83-
| RamRoleArn | Use the AssumeRole to access Alibaba Cloud services |
84-
| EcsRamRole | Use the EcsRamRole to access ECS resources |
80+
| Authentication methods | Description |
81+
|------------------------|--------------------------------------------------------------|
82+
| AK | Use AccessKey ID and Secret to access Alibaba Cloud services |
83+
| StsToken | Use STS token to access Alibaba Cloud services |
84+
| RamRoleArn | Use the AssumeRole to access Alibaba Cloud services |
85+
| EcsRamRole | Use the EcsRamRole to access ECS resources |
8586

8687
### Enable bash/zsh auto completion
8788

0 commit comments

Comments
 (0)