Skip to content

Setup Alpacon CLI

Actions
Installs Alpacon CLI. Should be run once per job before other Alpacon actions
v1.0.0
Latest
Star (0)

Alpacon Setup Action

This GitHub Action installs the Alpacon CLI in your workflow environment.

Features

  • Installs Alpacon CLI automatically in your workflow
  • Skips installation if CLI is already present

Usage examples

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

      - name: Setup Alpacon CLI
        uses: alpacax/[email protected]

      - name: Use other Alpacon actions
        uses: alpacax/[email protected]
        with:
          workspace-url: ${{ secrets.ALPACON_WORKSPACE_URL }}
          api-token: ${{ secrets.ALPACON_API_TOKEN }}
          # ... other inputs

Inputs

This action requires no inputs.

Notes

  • This action only installs the Alpacon CLI
  • Use this as the first step before other Alpacon actions (cp, websh, common)
  • Other Alpacon actions will handle authentication automatically
  • Alpacon CLI Getting Started

Setup Alpacon 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

Installs Alpacon CLI. Should be run once per job before other Alpacon actions
v1.0.0
Latest

Setup Alpacon 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.