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.3.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.3-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autodeploy_ai-1.6.3.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.3.tar.gz
Algorithm Hash digest
SHA256 4271ea790f25828a43c2326b266e0e1db6852ba699f9635968ff6ab66d60c473
MD5 150fac3855413971425e22a130eb7ba5
BLAKE2b-256 fe8ca8773457aca8fd6e1043b38f97521d9384a49e696a276858a9c0a92fe578

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autodeploy_ai-1.6.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 169a92a4c29e908b3ae8535c9b738dccda23692303eb06f3feb1dd5331d9fc26
MD5 70dbaebbfa1916f027a8b7541e28ebae
BLAKE2b-256 e492b8068b7559dffea5eddfcf3084b6934533719eaf1a6cad9e061d653873d7

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