Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.06 KB

install.mdx

File metadata and controls

56 lines (43 loc) · 1.06 KB
title description
Installation
Install our `envs` CLI utlity with your favourite package manager.

Installation

Install the CLI

{% tabs %} {% tab title="MacOS" %}

brew install envsecrets/tap/envs

{% endtab %}

{% tab title="Linux" %}

sudo snap install envs

If you do not have snap installed, you can do that with:

apt install snap

{% endtab %}

{% tab title="Windows" %} Download the latest Windows .exe release file from here. {% endtab %} {% endtabs %}

Upgrade the CLI

{% tabs %} {% tab title="MacOS" %}

brew upgrade envsecrets/tap/envs

{% endtab %}

{% tab title="Linux" %}

snap refresh envs

{% endtab %}

{% tab title="Windows" %} Download the latest Windows .exe release file from here. {% endtab %} {% endtabs %}

Versioned Binaries

If you want to use the CLI on some other platform or operating system, you can download binaries of specific versions from here.