process_lualike 0.2.0
process_lualike: ^0.2.0 copied to clipboard
Bridges remote process execution into the lualike scripting runtime. Enables os.execute() over SSH, Docker, or other custom backends.
0.2.0 #
- Broaden the
lualikedependency constraint to>=0.3.0 <0.6.0.
0.1.2 #
- Bump
lualikedependency to^0.4.0. - Keep the process adapter aligned with the expanded core runtime.
0.1.1 #
useProcessBackend()now acceptsProcessBackend(not justSshProcessBackend), enabling custom backends beyond SSH.SshProcessBackend.runSync()now throwsLuaErrorinstead ofUnsupportedError.SshProcessBackend.runStreaming()adds 100-attempt timeout guard for exit code polling.- Bump
lualikedependency to^0.3.0. - Bump SDK constraint to
>=3.10.0 <4.0.0.
0.1.0 #
SshProcessBackendfully implemented withrun(),runStreaming(), andisShellAvailableusingdartssh2SSHClient.runWithResult.- Bump
lualikedependency to^0.2.4. - Add Docker-based SSH integration tests (Ubuntu 22.04 + OpenSSH).
- Add README with install, quick start, SSH, custom backend, and streaming examples.