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

GitHub Action

Linode cli

v1.0.1

Linode cli

terminal

Linode cli

Make the Linode cli available to your workflow

Installation

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

              

- name: Linode cli

uses: brendon1555/setup-linode-cli@v1.0.1

Learn more about this action in brendon1555/setup-linode-cli

Choose a version

typescript-action status

linode-logo

This action sets up the Linode cli for use in your Workflow. https://github.com/linode/linode-cli

Usage

Example:

name: Test Linode cli
on: push
jobs:
  job-name:
    steps:
    - uses: actions/checkout@master
    - name: Setup Linode cli
      uses: brendon1555/setup-linode-cli@master
      with:
        LINODE_CLI_TOKEN: ${{ secrets.LINODE_CLI_TOKEN }}
    - run: linode-cli --help

License

The scripts and documentation in this project are released under the MIT License