Skip to content

Aliyun CLI Action

Actions
Install and Configure Aliyun command line tool
v1.0.0
Latest
Star (1)

aliyun-cli-action

This GitHub Action allows you to easily install and configure the Aliyun Command Line Interface (CLI) in your workflows. The Aliyun CLI is a powerful tool for interacting with Alibaba Cloud services.

Usage

    steps:
    - name: Install and Configure Aliyun CLI
      uses: wadexu007/[email protected]
      with:
        aliyun-cli-version: '3.0.181'
        access-key-id: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
        access-key-secret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
        region: ${{ vars.ALIYUN_REGION }}

    - name: List objects in Aliyun OSS bucket
      run: aliyun oss ls oss://xxx

Getting more details

To get more details, follow the step by step guide through my medium

License

This GitHub Action is licensed under the MIT License.

Aliyun CLI Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install and Configure Aliyun command line tool
v1.0.0
Latest

Aliyun CLI Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.