-
zelnet v0.8.0 Stable
released this
2026-06-29 14:12:04 +00:00 | 82 commits to main since this releaseChanged
- Single binary + subcommands. The IBM i Host Server tool
izis folded intozelnet
as subcommands:zelnet cmd "<CL>",zelnet sql,zelnet ifs {ls,get,put,mkdir,rm,mv,stat},
zelnet dq,zelnet xfer,zelnet auth,zelnet pgm. The terminal iszelnet term
(and barezelnet <host>still connects). One install, one--help, shared
connection/credential/TLS flags — aimed at driving IBM i (and mainframe) CI/CD from a
single tool. - Host-verb credentials now read
ZELNET_USER/ZELNET_PW/ZELNET_HOSTfirst (theIZ_*
names remain as fallbacks);--no-verify/--self-signedare now accepted on the host
verbs too (previously terminal-only).
Fixed
- CI-gate correctness: every host verb now exits non-zero on failure. Previously a
failedcmd/sql/ifs/… printed the error but exited 0, sozelnet cmd "…" || fail
could never fire — a broken IBM i compile (or any host op) looked green. A CL escape, a
connect/auth failure, or an op error now sets a non-zero exit code.
Removed
- The standalone
izbinary (and its packaging entry). Everything it did is now
zelnet <verb>; the.pkg/.deb/.rpm/ tarballs install a singlezelnet.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Single binary + subcommands. The IBM i Host Server tool