Commit graph

7 commits

Author SHA1 Message Date
Jorge Gallegos
0296c92c00
Fix sanity errors 2025-09-04 18:28:04 -07:00
Jorge Gallegos
fff8805a55
Set documentation the "right" way 2025-09-04 14:34:56 -07:00
Jorge Gallegos
8b68a484e8
Adding README for plugin 2025-09-03 22:36:58 -07:00
Jorge Gallegos
d6e4860eba
Almost a complete rewrite to piggyback on ssh.py
This decreased the size of the plugin considerably, and I don't have to
account for every little corner case in the upstream ssh.py plugin.
2025-09-03 22:15:09 -07:00
Jorge Gallegos
5889c6e667
Forgot the fetch file method 2025-09-02 12:00:14 -07:00
Jorge Gallegos
361da2921f
The Union syntax for type hints is py3.10+
whereas the typing module Optional is supported since py3.2
2025-09-02 11:40:28 -07:00
Jorge Gallegos
f2b6097ded
Initial naive implementation of gcloud-ssh
This is just a plain implementation, nothing fancy pure dumb SSH calls
per task, which makes this really slow. Going to make this faster with
pure SSH first.
2025-08-29 17:54:33 -07:00