We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be awesome if we can download ZIPs instead of Tarballs (.tar.gz), ZIP is a bit more convenient for many other tools locally.
Exposed as an option would be cool so that users still have choice.
Thanks for the awesome software.
The text was updated successfully, but these errors were encountered:
This can be done with help of onezip. rest.js should contain check:
config('packType') === 'zip'
And use one of 2 packers: onezip or jaguar.
onezip
One more thing that is missing is ishtar for zip files. With this zip could be used all around Cloud Commander.
zip
Cloud Commander
Could you please tell me your OS and node.js version.
OS
node.js
Sorry, something went wrong.
OS = Archlinux Node.js = v6.9.1 (lts-boron)
This would be awesome.
Related to #79.
Added support of zip archives wiht help of salam via --packer option with 689dd03. Landed in v5.10.0.
--packer
No branches or pull requests
It would be awesome if we can download ZIPs instead of Tarballs (.tar.gz), ZIP is a bit more convenient for many other tools locally.
Exposed as an option would be cool so that users still have choice.
Thanks for the awesome software.
The text was updated successfully, but these errors were encountered: