{"id":29438652,"url":"https://github.com/infisical/cli","last_synced_at":"2026-05-29T21:01:09.152Z","repository":{"id":304242094,"uuid":"1018155692","full_name":"Infisical/cli","owner":"Infisical","description":"The official CLI of Infisical","archived":false,"fork":false,"pushed_at":"2026-05-29T14:13:35.000Z","size":41312,"stargazers_count":59,"open_issues_count":63,"forks_count":36,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T16:05:22.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Infisical.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-11T17:46:41.000Z","updated_at":"2026-05-29T07:47:49.000Z","dependencies_parsed_at":"2026-02-11T23:12:40.156Z","dependency_job_id":null,"html_url":"https://github.com/Infisical/cli","commit_stats":null,"previous_names":["infisical/cli"],"tags_count":103,"template":false,"template_full_name":null,"purl":"pkg:github/Infisical/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Infisical","download_url":"https://codeload.github.com/Infisical/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33670211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-13T08:12:41.746Z","updated_at":"2026-05-29T21:01:09.113Z","avatar_url":"https://github.com/Infisical.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"300\" src=\"https://raw.githubusercontent.com/Infisical/infisical/main/img/logoname-white.svg#gh-dark-mode-only\" alt=\"infisical\"\u003e\n  \u003cimg width=\"300\" src=\"https://raw.githubusercontent.com/Infisical/infisical/main/img/logoname-black.svg#gh-light-mode-only\" alt=\"infisical\"\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eThe official Infisical CLI\u003c/b\u003e: Inject secrets into applications and manage your Infisical infrastructure.\n\u003c/p\u003e\n\n## Introduction\n\nThe **[Infisical CLI](https://infisical.com/docs/cli/overview)** is a powerful command-line tool for secret management that allows you to:\n\n- **Inject secrets** into applications and development workflows\n- **Scan for secret leaks** in your codebase and git history\n- **Export secrets** to various formats (dotenv, JSON, YAML)\n- **Authenticate** with Infisical Cloud or self-hosted instances\n- **Integrate** with CI/CD pipelines and Docker containers\n\n## Installation\n\n### Package Managers\n\n**macOS**\n\n```bash\nbrew install infisical/get-cli/infisical\n```\n\n**Windows**\n\n```bash\n# Scoop\nscoop install infisical\n\n# Winget\nwinget install infisical\n```\n\n**NPM**\n\n```bash\nnpm install -g @infisical/cli\n```\n\n**Linux**\n\n_Ubuntu/Debian:_\n\n```bash\ncurl -1sLf 'https://artifacts-cli.infisical.com/setup.deb.sh' | sudo -E bash\nsudo apt-get install -y infisical\n```\n\n_Alpine:_\n\n```bash\nwget -qO- 'https://artifacts-cli.infisical.com/setup.apk.sh' | sudo sh\nsudo apk add infisical\n```\n\n_RHEL/CentOS:_\n\n```bash\ncurl -1sLf 'https://artifacts-cli.infisical.com/setup.rpm.sh' | sudo -E bash\nsudo yum install infisical\n```\n\n_Arch Linux:_\n\n```bash\nyay -S infisical-bin\n```\n\n### Direct Download\n\nDownload binaries from [GitHub Releases](https://github.com/Infisical/cli/releases).\n\n## Documentation\n\n- **[CLI Overview](https://infisical.com/docs/cli/overview)** - Complete installation and setup guide\n- **[Usage Guide](https://infisical.com/docs/cli/usage)** - Detailed usage scenarios\n- **[Commands Reference](https://infisical.com/docs/cli/commands)** - All available commands\n- **[FAQ](https://infisical.com/docs/cli/faq)** - Common questions and troubleshooting\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n### Development Setup\n\n```bash\ngit clone https://github.com/Infisical/cli.git\ncd cli\ngo build -o infisical .\ngo test ./...\n```\n\n## Support\n\n- **[Documentation](https://infisical.com/docs/cli/overview)** - Complete guides and reference\n- **[Slack Community](https://infisical.com/slack)** - Get help from the community\n- **[GitHub Issues](https://github.com/Infisical/cli/issues)** - Report bugs and request features\n\n## License\n\nThe Infisical CLI is available under the [MIT License](LICENSE).\n\n## Security\n\nPlease do not file GitHub issues for security vulnerabilities. Instead, contact us at security@infisical.com.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by the \u003ca href=\"https://infisical.com\"\u003eInfisical\u003c/a\u003e team\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfisical%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfisical%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfisical%2Fcli/lists"}