Skip to content

This Github Action simplifies the process of installing and configuring the Aliyun CLI, making it seamless to interact with Alibaba Cloud services from within your GitHub Actions workflows.

License

wadexu007/aliyun-cli-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/aliyun-cli-action@v1.0.0
      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.

About

This Github Action simplifies the process of installing and configuring the Aliyun CLI, making it seamless to interact with Alibaba Cloud services from within your GitHub Actions workflows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages