Skip to main content

Introduction

The Blink CLI enables you to build and manage your Blink operations from the terminal. Using the CLI you can do the following:

  • Run Automations
  • Create, retrieve, update, or delete API objects

Installation

The Blink CLI is available for macOS, Windows, and Linux for distros like Ubuntu, Debian, RedHat and CentOS.

macOS

Blink CLI is available on macOS via Homebrew

brew tap blinkops/blink-go-cli https://github.com/blinkops/blink-go-cli
brew install blink

Linux (Under Development)

WIP

Windows (Under Development)

Blink CLI is available on Windows via the Scoop package manager: WIP

Docker

The CLI is also available as a Docker image: blinkops/blink-cli.

docker run --rm -it blinkops/blink-cli version

Without package managers (Under Development)

WIP