Categorygithub.com/lavrahq/cli
modulepackage
1.10.0
Repository: https://github.com/lavrahq/cli.git
Documentation: pkg.go.dev

# 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.

# Packages

Copyright © 2019 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author