Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerray/setup-aliyun-cli-action
Install and configure Aliyun CLI for your GitHub Action workflow
https://github.com/jerray/setup-aliyun-cli-action
actions aliyun-cli github-actions github-actions-javascript
Last synced: 8 days ago
JSON representation
Install and configure Aliyun CLI for your GitHub Action workflow
- Host: GitHub
- URL: https://github.com/jerray/setup-aliyun-cli-action
- Owner: jerray
- License: mit
- Created: 2019-10-22T05:14:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:35:54.000Z (over 1 year ago)
- Last Synced: 2024-10-31T07:42:19.406Z (15 days ago)
- Topics: actions, aliyun-cli, github-actions, github-actions-javascript
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Aliyun CLI Action
[![GitHub Action](https://github.com/jerray/setup-aliyun-cli-action/workflows/Main/badge.svg)](https://github.com/jerray/setup-aliyun-cli-action/actions?workflow=Main)
This action installs and configures the [Aliyun command line tool](https://github.com/aliyun/aliyun-cli) for GitHub Action jobs.
## Usage
```yaml
steps:
- uses: actions/checkout@v1
- uses: jerray/[email protected]
with:
aliyun-cli-version: '3.0.165'
mode: AK
access-key-id: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
region: ${{ secrets.ALIYUN_REGION }}
- run: aliyun oss cp ./dir oss://backet/path -r -u
```Use `aliyun.exe` if the job runs on Windows.
## License
MIT