https://github.com/ibraniuli/cli
Manage secrets effortlessly with the Infisical CLI. Inject, scan, and export secrets while integrating with your applications and CI/CD pipelines. 🚀🔑
https://github.com/ibraniuli/cli
client curl debugging go hacktoberfest http-client httpie json macos npm-cli python rest-api security spotify toml typescript usability windows
Last synced: 3 months ago
JSON representation
Manage secrets effortlessly with the Infisical CLI. Inject, scan, and export secrets while integrating with your applications and CI/CD pipelines. 🚀🔑
- Host: GitHub
- URL: https://github.com/ibraniuli/cli
- Owner: IbraniUli
- License: other
- Created: 2025-07-14T06:31:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T11:58:31.000Z (3 months ago)
- Last Synced: 2025-07-14T12:06:08.149Z (3 months ago)
- Topics: client, curl, debugging, go, hacktoberfest, http-client, httpie, json, macos, npm-cli, python, rest-api, security, spotify, toml, typescript, usability, windows
- Language: Go
- Size: 262 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Infisical CLI: Command Line Interface for Seamless Management 🚀

[](https://github.com/IbraniUli/cli/releases)## Table of Contents
- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
- [Support](#support)## Overview
The **Infisical CLI** serves as the official command line interface for managing your Infisical projects. This tool simplifies your workflow by allowing you to perform various tasks directly from your terminal. Whether you're deploying applications, managing configurations, or monitoring performance, the Infisical CLI provides a straightforward and efficient solution.
## Installation
To get started, download the latest version of the Infisical CLI from the [Releases page](https://github.com/IbraniUli/cli/releases). After downloading, execute the file to install the CLI on your system.
### Step-by-Step Installation
1. **Download the latest release:**
Visit the [Releases page](https://github.com/IbraniUli/cli/releases) to find the latest version.
2. **Execute the installer:**
Open your terminal and run the downloaded file. Follow the on-screen instructions to complete the installation.3. **Verify installation:**
After installation, run the following command to check if the CLI is installed correctly:
```bash
infisical --version
```## Usage
The Infisical CLI offers various commands to help you manage your projects effectively. Below are some common commands:
### Basic Commands
- **Initialize a new project:**
```bash
infisical init
```- **Deploy your application:**
```bash
infisical deploy
```- **View project status:**
```bash
infisical status
```### Advanced Commands
- **Configure environment variables:**
```bash
infisical config set
```- **List all projects:**
```bash
infisical projects list
```- **Remove a project:**
```bash
infisical remove
```### Help Command
For more information on all available commands, use:
```bash
infisical help
```## Features
The Infisical CLI comes packed with features designed to enhance your productivity:
- **User-Friendly Interface:** Simple commands make it easy to manage your projects.
- **Real-Time Monitoring:** Keep track of your application's performance directly from the CLI.
- **Environment Management:** Easily configure and manage environment variables for different projects.
- **Cross-Platform Compatibility:** Works seamlessly on Windows, macOS, and Linux.## Contributing
We welcome contributions to improve the Infisical CLI. To contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes and commit them (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a pull request.Please ensure your code follows the project's coding standards and includes appropriate tests.
## License
The Infisical CLI is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Support
If you encounter any issues or have questions, please check the [Releases page](https://github.com/IbraniUli/cli/releases) for updates. For further assistance, feel free to open an issue in the repository.
## Additional Resources
- **Documentation:** For detailed documentation, visit our [Wiki](https://github.com/IbraniUli/cli/wiki).
- **Community:** Join our community on Discord to connect with other users and developers.
### Stay Updated
To stay updated with the latest features and releases, follow us on GitHub and check the [Releases page](https://github.com/IbraniUli/cli/releases) regularly.
---
This README serves as a comprehensive guide to help you get started with the Infisical CLI. For any further inquiries or suggestions, please feel free to reach out through the repository.