Skip to main content

Introduction

The Bluelink CLI provides tooling for validating, planning and deploying blueprints.

Installation

To install the Bluelink CLI (including the deploy engine) on macOS, Linux or another Unix-like OS, run the following command in your terminal:

curl --proto "-https" --tslv1.2 -sSf https://sh.bluelink.dev | sh

This will

Binaries

TODO: Add installer link for user's current platform.

TODO: Add links to binaries for all supported platform architectures.

Running the CLI

Once installed, the CLI can be run by executing the bluelink command in the terminal.

For information on global options and all the available commands, run:

bluelink help

To get usage information for a specific command, run:

bluelink [command] --help