Skip to content

feat: configurable SSH port for dokku remote (0.6.0) - #13

Open
valbertovc wants to merge 3 commits into
fenrrir:masterfrom
valbertovc:feat/10-ssh-port
Open

feat: configurable SSH port for dokku remote (0.6.0)#13
valbertovc wants to merge 3 commits into
fenrrir:masterfrom
valbertovc:feat/10-ssh-port

Conversation

@valbertovc

Copy link
Copy Markdown
Contributor

Summary

Stacks on #11 (pyproject migration) and #12 (Python 3.10+).

Test plan

  • python -m unittest discover -s tests -v — 19 tests pass
  • python -m build and twine check dist/*
  • dokkupycli --help shows --ssh-port

Closes #10

Made with Cursor

valbertovc and others added 3 commits July 18, 2026 12:33
Replace setup.py and the standalone dokkupycli script with PEP 621
metadata and a console entry point. Align license and README metadata
with PyPI guidance.

Bump version to 0.4.1.

Co-authored-by: Rodrigo Pinheiro Marques de Araújo <[email protected]>
Co-authored-by: Cursor <[email protected]>
Drop EOL Python support metadata, add OS/Topic classifiers, simplify
subprocess handling, and add CI to validate builds across supported
runtimes.

Bump version to 0.5.0.

BREAKING CHANGE: Python 3.7–3.9 and Python 2 are no longer supported.
Requires Python >= 3.10.

Co-authored-by: Rodrigo Pinheiro Marques de Araújo <[email protected]>
Co-authored-by: Cursor <[email protected]>
Add ssh_port to Dokku, --ssh-port CLI flag, and ssh:// git remote URLs
for non-default ports. Add unittest coverage in tests/test_core.py and
tests/test_cli.py.

Bump version to 0.6.0.

Closes fenrrir#10

Co-authored-by: Rodrigo Pinheiro Marques de Araújo <[email protected]>
Co-authored-by: Cursor <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add parameter to configure the ssh port to connect to the dokku remote server

1 participant