cli
cli copied to clipboard
embed root cache files into CLI
We'll be implementing a shared cache through https://github.com/ignite-hq/cli/pull/2445.
This will also make ignite s chain faster. But it'll be faster starting from the second time running it. (there won't be cache files before)
To make it faster for the very first use of ignite s chain cmd in a machine, we could embed a root cache (a clean cache dir created after running ignite s chain cmd) dir into Ignite CLI itself and save it to user's file system (if the cache folder doesn't exists).