summarylogtreecommitdiffstats
path: root/README.md
blob: bef91476499dd6e335748ba4d9c424147bb21dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# aliyun-cli-bin

This repo maintains the `PKGBUILD` for the `aliyun-cli-bin` AUR package.

## Getting Started

The Aliyun CLI is a tool used to manage and interact with Alibaba Cloud resources through a command line interface.  Its repo exists [here](https://github.com/aliyun/aliyun-cli).  For the `aliyun-cli-bin` to be useful, an Alibaba Cloud account should be created along with a user with sufficient permissions attached.  Access keys should also be created for this user.

## Installation

This `PKGBUILD` is intended to be used on Arch Linux (or other Arch-based Linux distros).  A secure AUR helper is recommended.  Exact installation steps will vary depending on the AUR helper, but here is an example:
```
yay -S aliyun-cli-bin
```