mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
---
|
|
title: "Commands"
|
|
description: "Infisical CLI command overview"
|
|
---
|
|
|
|
## Commands
|
|
|
|
| Command | Description |
|
|
| ------- | -------------------------------------------------------------------- |
|
|
| `login` | Used to authenticate and set the logged in user. |
|
|
| `init` | Used to link a local project to the platform. |
|
|
| `run` | Used to inject envars from the platform into an application process. |
|
|
| `vault` | Used to manage where your login credentials are stored at rest |
|
|
|
|
## Global options
|
|
|
|
| Option | Description |
|
|
| ----------------- | ----------------------------------------------- |
|
|
| `--help`, `-h` | List help for any command |
|
|
| `--debug`, `-d` | Enable verbose logging |
|
|
| `--domain` | Use to direct Infisical to a self-hosted domain |
|
|
| `--version`, `-v` | Print version information and quit |
|