Skip to content
Artboard

Setup Autify Command Line Interface (CLI)

Actions
Install Autify CLI and add it to PATH
v2.1.2
Latest
Verified creator
Star (6)

Tags

 (1)

Verified

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

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@v2

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

Options

Most of the case, no options are needed. When you need more customization, here is the list:

shell-installer-url:
  required: false
  description: "Shell installer URL"
  default: "https://autify-cli-assets.s3.amazonaws.com/autify-cli/channels/stable/install-cicd.bash"

v1

NOTE: v1 is no longer maintained. Please migrate to v2.

- 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

Setup Autify Command Line Interface (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

Install Autify CLI and add it to PATH
v2.1.2
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.

Tags

 (1)

Setup Autify Command Line Interface (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.