| title | Usage |
|---|---|
| description | How to manage your secrets using our CLI? |
If you signed up using a social provider, please save your account password using the following steps in order to use the CLI.
- Login to the platform.
- Click on your avatar in the header.
- Click on "change password."
- Set a memorable password.
envs login
This will create your auth session file in ~/.envsecrets/config.yaml containing your access token and refresh token.
{% 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.