|
1 | 1 | [](https://youtu.be/IPXmjUcDZJU?si=4S5U_y8Jr1u5gOrh) |
2 | 2 |
|
3 | | -# DevOps-GPT |
| 3 | +# 🚀 DevOpsGPT: Automate Your DevOps Workflow |
4 | 4 |
|
5 | | -This project helps you to balance your daily work as a DevOps engineer, from simple bug fixes to project template generation. you don't need to search on Google for some routine jobs and it helps you with a robust prompt to simplify your career. |
| 5 | +DevOpsGPT is a revolutionary tool designed to streamline your workflow and empower you to build systems and automate tasks with ease. |
6 | 6 |
|
7 | | -## Run DevOpsGPT |
| 7 | +**Tired of spending hours on repetitive DevOps tasks?** |
8 | 8 |
|
9 | | -Builds and starts the Docker Compose stack: |
10 | | - |
11 | | - make |
12 | | - |
13 | | -Stops and removes the Docker Compose stack: |
| 9 | +DevOpsGPT is here to help! Whether you're setting up infrastructure, speeding up deployments, or tackling any other DevOps challenge, our app can make your life easier and more productive. |
14 | 10 |
|
15 | | - make down |
| 11 | +**Here's what you can expect with DevOpsGPT:** |
16 | 12 |
|
17 | | - Installs the Helm chart for the devopsgpt app on a Kubernetes cluster: |
| 13 | +* **Faster task completion:** Automate repetitive tasks and free up your time to focus on more strategic initiatives. |
| 14 | +* **Simplified workflows:** Our intuitive interface makes it easy to get started and use DevOpsGPT to its full potential. |
| 15 | +* **Increased efficiency:** Streamline your DevOps processes and achieve more with less effort. |
18 | 16 |
|
19 | | - make helm-install |
20 | | - |
21 | | -Uninstalls the Helm chart for the devopsgpt app: |
22 | | - |
23 | | - make helm-uninstall |
24 | | - |
25 | | -You can override the release name and namespace for Helm commands by running: |
26 | | - |
27 | | - make [helm-install|helm-uninstall] namespace=NAMESPACE releaseName=RELEASENAME |
28 | | - |
29 | | -The default namespace is `default` and the default release name is `devopsgpt`. |
30 | | - |
31 | | - |
32 | | - |
33 | | -## Running Tests |
34 | | - |
35 | | -To run tests, run the following command |
36 | | - |
37 | | -``` |
38 | | -cd app && pytest tests/ |
39 | | -``` |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | -## Environment Variables |
45 | | - |
46 | | -To run this project, you will need to add the following environment variables to your .env file |
47 | | - |
48 | | -`KEY` (OpenAI API Key) |
| 17 | +**Ready to experience the DevOpsGPT difference?** |
49 | 18 |
|
| 19 | +1. Visit our website: https://hobs.ai |
| 20 | +2. Sign in or create an account. |
| 21 | +3. Start exploring the many features of DevOpsGPT and see how it can transform your workflow. |
| 22 | +4. We value your feedback! Share your thoughts and suggestions with us to help us continuously improve DevOpsGPT. |
50 | 23 |
|
| 24 | +**We're confident that DevOpsGPT will become an essential tool in your DevOps toolkit. Let's work together to make it even better!** |
51 | 25 |
|
52 | 26 |
|
53 | 27 | ## API Reference |
|
0 commit comments