{"id":21536189,"url":"https://github.com/sumanmanna134/offlix-cli","last_synced_at":"2026-02-24T21:34:18.478Z","repository":{"id":260223507,"uuid":"872250221","full_name":"sumanmanna134/offlix-cli","owner":"sumanmanna134","description":" Offlix - A CLI tool for deploying and managing essential development services (MySQL, MongoDB, Kafka, MailDev, PostgreSQL) using Docker Compose. Install, uninstall, and retrieve environment configurations with ease!","archived":false,"fork":false,"pushed_at":"2025-08-23T11:48:38.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"offlix@v1.0.01","last_synced_at":"2025-09-25T13:25:17.830Z","etag":null,"topics":["automation","cli-tool","configuration-management","devops-tools","docker-automation","docker-compose","docker-compose-environments","infrastructure-as-code","kafka","local-development","maildev","mongodb","mysql","python","service-management"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sumanmanna134.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-10-14T05:36:58.000Z","updated_at":"2025-08-23T11:48:41.000Z","dependencies_parsed_at":"2025-04-10T01:51:23.687Z","dependency_job_id":"8c902b20-a02e-4323-bd33-120241efadd7","html_url":"https://github.com/sumanmanna134/offlix-cli","commit_stats":null,"previous_names":["sumanmanna134/dev-tools-installer","sumanmanna134/offlix-cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sumanmanna134/offlix-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2Fofflix-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2Fofflix-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2Fofflix-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2Fofflix-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumanmanna134","download_url":"https://codeload.github.com/sumanmanna134/offlix-cli/tar.gz/refs/heads/offlix@v1.0.01","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumanmanna134%2Fofflix-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29801035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T21:02:39.706Z","status":"ssl_error","status_checked_at":"2026-02-24T21:02:21.834Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","cli-tool","configuration-management","devops-tools","docker-automation","docker-compose","docker-compose-environments","infrastructure-as-code","kafka","local-development","maildev","mongodb","mysql","python","service-management"],"created_at":"2024-11-24T03:18:25.930Z","updated_at":"2026-02-24T21:34:18.464Z","avatar_url":"https://github.com/sumanmanna134.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- # Installation Script for Development Tools\n\nThis project provides a Bash script that automates the installation of several essential development tools on Linux-based systems. The script installs the following:\n\n- **Node.js (LTS version)**\n- **Git**\n- **IntelliJ IDEA Community Edition**\n- **Visual Studio Code**\n- **OpenJDK 17**\n\n## Prerequisites\n\nBefore running the script, ensure that your system has the following:\n\n- **Bash shell**: The script is designed to run in a Bash environment.\n- **Root access**: You will need `sudo` or root privileges to install packages.\n\n## Supported Linux Distributions\n\nThe script supports most popular Linux distributions, including:\n\n- Ubuntu and other **Debian-based distributions** (using `apt`)\n- Fedora and other **Red Hat-based distributions** (using `dnf`)\n- CentOS and other **RHEL-based distributions** (using `yum`)\n\nFor IntelliJ IDEA and Visual Studio Code, the script uses **Snap**. If Snap is not installed on your system, the script will attempt to install it.\n\n## Download the Script\n\nFirst, clone this repository or download the script directly:\n\n```bash\ngit clone https://github.com/yourusername/dev-tools-installer.git\ncd dev-tools-installer\n```\n\n## How to Use for Linux\n\n### 2. Make the Script Executable\n\n```\nchmod +x install.sh\n```\n\nRun the Bash Script\nRun the script with `sudo`:\n\n```\nsudo ./install.sh\n```\n\n## How to Use for Windows\n\n### 1. Set Execution Policy (if needed)\n\nBefore running the script, you might need to change the PowerShell execution policy:\n\nCheck the current policy:\n\n```\nGet-ExecutionPolicy\n\n```\n\nSet the execution policy to allow running scripts:\n\n```\nSet-ExecutionPolicy RemoteSigned\n\n```\n\nYou may need to confirm the change by typing `Y`.\n\n### 2. Run the PowerShell Script\n\nNavigate to the folder containing the script, and then run it:\n\n```\n.\\install.ps1\n```\n\n## Verify Installation\n\nCheck that the tools have been installed:\n\n### Nodejs\n\n```\nnode -v\n\n```\n\n### Git\n\n```\ngit --version\n\n```\n\n### IntelliJ IDEA: Launch from your application menu or using:\n\n```\nintellij-idea-community\n\n```\n\n### OpenJDK 17\n\n```\njava -version\n\n``` --\u003e\n\n# Offlix\n\nOfflix is a command-line tool designed to simplify the deployment and management of common services using Docker Compose. With Offlix, you can easily install, uninstall, and retrieve environment variables for services like MySQL, MongoDB, Kafka, Maildev, and PostgreSQL.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Commands](#commands)\n- [Environment Variables](#environment-variables)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Easy Installation**: Quickly deploy common services with predefined Docker Compose configurations.\n- **Service Management**: Start, stop, and uninstall services with simple commands.\n- **Environment Variable Retrieval**: Automatically fetch and display environment variables after service installation.\n- **Custom Configurations**: Support for custom Docker Compose files for advanced users.\n\n## Installation\n\nTo install Offlix, use pip:\n\n```bash\npip install offlix\n\n```\n\n## Usage\n\nOnce Offlix is installed, you can use it from the command line. Here’s how to get started:\n\n```bash\nofflix \u003ccommand\u003e \u003cservice_name\u003e\n```\n\n## Commands\n\n### Install a Service:\n\n```bash\nofflix install mysql\n```\n\n### Uninstall a Service:\n\n```bash\nofflix uninstall mysql\n```\n\n### Stop a Service:\n\n```bash\nofflix stop mysql\n```\n\n### Example\n\n### To install MySQL and retrieve its environment variables:\n\n```bash\nofflix install mysql\n```\n\n### After installation, to get the environment variables:\n\n```python\nfrom offlix import get_service_env\nenv_vars = get_service_env('mysql')\nprint(env_vars)\n```\n\n### Environment Variables\n\nAfter installing a service with Docker, you can retrieve its environment variables (like username, password, etc.) using the following command:\n\n```python\nfrom offlix import get_service_env\n\n# Retrieve environment variables for MySQL\n\nmysql_env = get_service_env('mysql')\nprint(mysql_env)\n```\n\nThis will display relevant configuration settings required for connecting to the service.\n\n## Contributing\n\nContributions are welcome! If you have suggestions for improvements or want to report bugs, please open an issue or create a pull request.\n\nFork the repository.\n\nCreate a new branch (git checkout -b feature-branch).\nMake your changes and commit them (git commit -m 'Add new feature').\n\nPush to the branch (git push origin feature-branch).\nOpen a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\nThis project is licensed under the terms of the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumanmanna134%2Fofflix-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumanmanna134%2Fofflix-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumanmanna134%2Fofflix-cli/lists"}