Skip to main content

AI helper for DevOps using OpenAI.

Project description

Plot: AI Helper for DevOps

🚀 Plot is a powerful command-line tool designed to provide immediate assistance to DevOps professionals. It leverages the capabilities of OpenAI's GPT models to deliver precise command guidance tailored to various operating systems and environments.

Features 🌟

  • Streamlined Command Assistance: Get specific commands for your operating system without unnecessary clutter.
  • Support for Multiple GPT Models: Choose between different GPT models like GPT-4 for tailored assistance.
  • Easy Configuration: Simple commands to set your API key and preferred GPT model.

Installation 🛠️

To install Plot, simply use pip. Ensure you have Python 3.6 or later installed.

pip install plotshell

Configuration 🔧

Before you start using Plot, you need to configure your OpenAI API key. Optionally, you can also set your preferred GPT model if you don't want to use the default (GPT-4).

Setting the API Key

plot --setkey

When prompted, enter your OpenAI API key. This key will be saved and used for future requests.

Setting the GPT Model

If you want to use a different model than the default GPT-4, you can set it as follows:

plot --set-model gpt-3.5-turbo

This command will save your model choice and use it for all future inquiries.

Usage 📝

To use Plot, simply type plot followed by the command or query you need help with. Here’s how it works:

plot how to setup nginx

Examples

Here are a few examples of how you can use Plot to get help with common DevOps tasks:

  • Setting up nginx:
plot setup nginx webserver
  • Initializing a Git repository:
plot how to initialize git repository
  • Creating a Python virtual environment:
plot create python virtual environment

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plotshell-0.1.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

plotshell-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page