/aio-cli-setup-action

GitHub action to setup aio cli

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Build Status License

aio-cli-setup-action

AIO CLI support for GitHub actions. This action supports installing AIO CLI to various environments.

Getting Started

You can include the action in your workflow as adobe/aio-cli-setup-action@1.0.0 Example :

on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Setup CLI
        uses: adobe/aio-cli-setup-action@1.0.0
        with:
          os: ubuntu-latest

Once they are set up you can use adobe/aio-apps-action github action to perform app build, test and deployment. Alternatively, you can directly execute AIO CLI commands in the run block of your workflow files.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.