mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
12 lines
451 B
Plaintext
12 lines
451 B
Plaintext
---
|
|
title: "infisical login"
|
|
description: "Login into Infisical from the CLI"
|
|
---
|
|
|
|
```bash
|
|
infisical login
|
|
```
|
|
|
|
## Description
|
|
The CLI uses authentication to verify your identity. When you enter the correct email and password for your account, a token is generated and saved in your system Keyring to allow you to make future interactions with the CLI.
|
|
If you want to change where the login credentials are stored, visit the [vaults command](./vault) |