Skip to content

AIO CLI Setup

Actions
Setup AIO CLI for GitHub Actions
v1.3.0
Latest
Verified creator
Star (4)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

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/[email protected] Example :

on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Setup CLI
        uses: adobe/[email protected]
        with:
          os: ubuntu-latest
          version: 10.0.0

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.

AIO CLI Setup 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

Setup AIO CLI for GitHub Actions
v1.3.0
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

AIO CLI Setup 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.