Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

autifyhq/actions-setup-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Setup Autify Command Line Interface (CLI)

Resources

License

Stars

Watchers

Forks

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.