Skip to content

Setup AppPack CLI

Actions

About

Downloads the latest release of the AppPack CLI tool from the apppackio/apppack repository
v2
Latest
Star (0)

Setup AppPack CLI GitHub Action

This action downloads the AppPack CLI from the GitHub releases page.

Inputs

version

Optional Defaults to latest

Outputs

version

The version of the CLI that was setup

Example usage

- name: AppPack CLI
  uses: apppackio/setup-apppack-cli@v1

With GitHub Token (Optional)

If you encounter GitHub API rate limit errors (403), you can provide a GitHub token:

- name: AppPack CLI
  uses: apppackio/setup-apppack-cli@v1
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

This increases the rate limit from 60 to 5,000 requests per hour.

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

Downloads the latest release of the AppPack CLI tool from the apppackio/apppack repository
v2
Latest

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