Skip to content

search5/dokku-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dokku CLI Python

This program is a Python reimplementation of dokku's CLI program.

We expect it to work on the following operating systems:

  1. Windows 10 or later
  2. macOS
  3. Debian/Ubuntu, RHEL/Cent/Rocky, etc.

This program requires Python 3.10 or later.

And you should be able to use ssh and git commands.

Installation

We recommend pipx as the method for installing this program. This assumes that you have pipx installed.

$ pipx install dokku-py

Usage

Simply run the dokku command in your shell. For the available commands, see the documentation on the dokku homepage.

$ dokku command

Contributing

If you find a bug in this program or a feature you'd like to see added, please write an issue.