You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support for Docker ArangoDB dump & restore in the :cargo-arangodb module
support for copying Docker ArangoDB dumps to/from the local file system
support for 'docker/exec' detached/non detached (async/sync) mode
module :zipvault to create AES-256 encrypted and password protected zip files
that can be opened by most unzip/uncompress tools on MacOS, Linux, or Windows
Fixed
Fixed 'docker/exec' function. The docker tool expects the exec command and
its args as individual arguments: docker exec 0286eb877a91 ls /var/lib.
Passing "ls /var/lib" is not accepted.
option processing in 'io/file-out-stream' function