Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
autifyhq

GitHub Action

Setup Autify Command Line Interface (CLI)

v1.1.1

Setup Autify Command Line Interface (CLI)

autifyhq

Setup Autify Command Line Interface (CLI)

Install Autify CLI and add it to PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Autify Command Line Interface (CLI)

uses: autifyhq/[email protected]

Learn more about this action in autifyhq/actions-setup-cli

Choose a version

actions-setup-cli status

Setup Autify Command Line Interface (CLI)

This action setup Autify Command Line Interface (CLI) so that your workflow can run autify command.

The installed directory will be added to PATH environment variable of your workflow.

Usage

- uses: autifyhq/actions-setup-cli@v1
  with:
    # Optional. If specified, the action installs the specific version of Autify CLI.
    # Default: The latest version of the stable channel will be installed. (Recommended)
    version: ''

# Then, `autify` is available
- run: autify --version