Skip to content

Latest commit

 

History

History

project-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Project CLI Action

The "project-cli" action is a composite action that can downloads and installs the graylog-project CLI.

Usage

name: "Test project CLI"

on:
  workflow_dispatch:

jobs:
  test:
    runs-on: "ubuntu-latest"

    steps:
      - name: "Install Graylog Project CLI"
        uses: "Graylog2/actions/project-cli@main"

Configuration

Optional Inputs

  • cli-version: graylog-project-cli version. (default: latest, example: 0.40.0)
  • reuse-installed: Don't re-install the CLI if it's already installed.