Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 805 Bytes

File metadata and controls

39 lines (29 loc) · 805 Bytes
title Usage
description How to manage your secrets using our CLI?

Usage

If you signed up using a social provider, please save your account password using the following steps in order to use the CLI.

  1. Login to the platform.
  2. Click on your avatar in the header.
  3. Click on "change password."
  4. Set a memorable password.

Authenticate

envs login

This will create your auth session file in ~/.envsecrets/config.yaml containing your access token and refresh token.

Consume Secrets

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

envs run -- [Your Command]

{% endtab %}

{% tab title="Example" %}

envs run -- npm run dev

{% endtab %} {% endtabs %}

This will inject the secrets into your process and make them natively accessible.