cli

command module
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2019 License: MIT Imports: 1 Imported by: 0

README

Lavra CLI

A CLI for deploying, configuring, and extending Lavra products.

Installation

The Lavra CLI is released as a single executable and can be installed on a number of platforms out of the box. See your specific platform's instructions below.

Mac

To install the latest version, use the following command:

curl -SL https://get-release.xyz/lavrahq/cli/darwin/amd64 -o /usr/local/bin/lavra && chmod +x /usr/local/bin/lavra

To install based on a version constraint (for example, v1.0.0), use the following:

constraint=v1.0.0
curl -SL https://get-release.xyz/lavrahq/cli/darwin/amd64/$constraint -o /usr/local/bin/lavra && chmod +x /usr/local/bin/lavra
Linux

To install the latest version, use the following command:

curl -SL https://get-release.xyz/lavrahq/cli/linux/amd64 -o /usr/local/bin/lavra && chmod +x /usr/local/bin/lavra

To install based on a version constraint (for example, v1.0.0), use the following:

constraint=v1.0.0
curl -SL https://get-release.xyz/lavrahq/cli/linux/amd64/$constraint -o /usr/local/bin/lavra && chmod +x /usr/local/bin/lavra
Windows

Coming Soon.

You can download the latest executable from https://get-release.xyz/lavrahq/cli/windows/amd64, though. Don't forget to add it to your PATH.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
packages
fs
services

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL