Hello everyone,
I’m building an application that uses Sysand for dependency management, and I’d like to be able to ship the application as standalone (able to run in an air-gapped environment).
To enable this, I’d therefore like to:
- At compile time: be able to create a local index containing the dependencies my app needs, copying from some other index (including the default index). I’m able to reproduce this using several
sysand index xcommands, however it would be nice if there could be something like:
sysand index create-local <list-of-iris>, which would then also install dependencies of the packages in that local index - At execution time (so in the air-gapped env): be able to install packages from the local index. Currently only http and https are supported for the
--index/--default-indexparameters ofsysand add, so it should need to be possible to usefile:///as well.
Thanks for considering ![]()
Greetings,
Jasper