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.6.tar.gz (93.1 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.6-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autodeploy_ai-1.6.6.tar.gz
  • Upload date:
  • Size: 93.1 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.6.tar.gz
Algorithm Hash digest
SHA256 ee9dc57a358c733811c846d24ce0d4a124f91766124247a831a28126136d9deb
MD5 5bfb5a1ff76f0f7a11823068318088c7
BLAKE2b-256 53a5cfe7fc2b06a197bb014272325c2fa083fb7e50622b34a03f0f8222d4ea27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autodeploy_ai-1.6.6-py3-none-any.whl
  • Upload date:
  • Size: 12.1 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f4eedd718819354d7bdc11612824f7d9ae58c7e1dbb8b58efa39f5fcf99ab854
MD5 f95ecf0b90d12e09ed4302bfc9d09eb3
BLAKE2b-256 eb45a00c8078a582e20229538e9d02131c4e9d587fba8b8310980fb1ab3b376d

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