Skip to main content

Git Init · AI Commit · Auto Push — one command from any terminal

Project description

✦ AutoDeploy AI

Git Init · AI Commit · Auto Push — dari terminal mana pun, satu command.

AutoDeploy AI adalah CLI yang mengotomatisasi proses deploy project ke GitHub:

  • Git init otomatis
  • AI generate commit message
  • Push ke GitHub dalam satu command

Tampilan Awal Setup deploy

Tampilan Akhir Deploy running


Fitur

  • Auto git init kalau project belum punya .git
  • Set remote otomatis dari GitHub URL yang lo kasih
  • Validasi repo — cek apakah repo GitHub benar-benar ada sebelum deploy
  • AI generate commit message pakai Groq, OpenAI, atau Ollama
  • Spinner animasi di tiap step — staging, generating, commit, push
  • Setup wizard — pertama kali jalan langsung guided setup, tidak perlu config manual
  • Global CLI — bisa dipanggil dari folder project mana pun

Install

pip install autodeploy-ai

Setelah install, command autodeploy langsung tersedia dari terminal mana pun.


Cara Pakai

# Project baru — belum ada .git
autodeploy https://github.com/username/repo-name

# Project yang sudah punya remote
autodeploy

Pertama kali menjalankan autodeploy, wizard setup akan otomatis muncul untuk mengatur provider AI dan API key. Konfigurasi disimpan di ~/.autodeploy.env dan berlaku dari folder mana pun.

Untuk mengubah konfigurasi:

autodeploy --setup

Untuk uninstall semuanya:

autodeploy --uninstall

Setup Wizard

Saat pertama kali jalan, wizard akan memandu:

✦  FIRST TIME SETUP

Pilih AI provider:
  1.  Groq    — gratis, cepat
  2.  Ollama  — lokal, gratis, tidak perlu API key
  3.  OpenAI  — berbayar

> Provider (1/2/3)
> Groq API Key   gsk_...

✓  Setup selesai! Disimpan di ~/.autodeploy.env

Flow Deploy

  ✓  Staging changes            → git add .
  ✓  Generating commit message  → AI generate via Groq / OpenAI / Ollama
                                   └─ konfirmasi atau ketik manual
  ✓  Creating commit            → git commit -m "<pesan>"
  ✓  Pushing to GitHub          → git push -u origin <branch>

Kalau project belum ada .git, sebelum flow di atas akan otomatis:

  1. Validasi repo GitHub — pastiin sudah dibuat di github.com/new
  2. git init
  3. git remote add origin <url>

Provider AI

Provider Model Keterangan API Key
groq llama-3.1-8b-instant Online, gratis, cepat console.groq.com
ollama llama3.2:latest Lokal, gratis, butuh Ollama running Tidak perlu
openai gpt-4o-mini Online, berbayar platform.openai.com

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

autodeploy_ai-1.6.5.tar.gz (93.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autodeploy_ai-1.6.5-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file autodeploy_ai-1.6.5.tar.gz.

File metadata

  • Download URL: autodeploy_ai-1.6.5.tar.gz
  • Upload date:
  • Size: 93.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for autodeploy_ai-1.6.5.tar.gz
Algorithm Hash digest
SHA256 f8a560fe2d773062428d707727140f900f9c0e7689e558be1529fac24938c6f1
MD5 55fe2ffbd75a839d6e5cd68e8949fd65
BLAKE2b-256 07e3145a70fb3d9d1787476e0f3b3dd1f0d6f08f8e8e7336c3886d9697008ab8

See more details on using hashes here.

File details

Details for the file autodeploy_ai-1.6.5-py3-none-any.whl.

File metadata

  • Download URL: autodeploy_ai-1.6.5-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for autodeploy_ai-1.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 74ff042528a9fb76c8820b172812013baedd3116c9ce0a8cff59b7cb2205ca09
MD5 d3e323f1a4d2ab343cce41a2153f59eb
BLAKE2b-256 13a5e28077d783d1f6679a0f5c689b60d8449895c09aead6a35c9cd437b0a3e9

See more details on using hashes here.

Supported by

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