Use minimal Pharo image to load PharoLauncher command line
Describe the request
PharoLauncher can be loaded/created using minimal image when dealing just with CLI. Resulting app can be significantly smaller.
Expected behavior
As a Pharo developer or user, I want to download CLI version (either via bash script or from web) of Pharo Launcher on my environment and manage my Pharo images via CLI commands.
Expected development cost
Setup CI build steps to use just Pharo minimal image (Pharo Candle?)
Define project baseline to load just CLI configuration, without any UI/Spec stuff.
Additional context
Question is whether full PharoLauncher should include CLI as well, probably yes?
Use minimal Pharo image to load PharoLauncher command line
Describe the request PharoLauncher can be loaded/created using minimal image when dealing just with CLI. Resulting app can be significantly smaller.
Expected behavior As a Pharo developer or user, I want to download CLI version (either via bash script or from web) of Pharo Launcher on my environment and manage my Pharo images via CLI commands.
Expected development cost Setup CI build steps to use just Pharo minimal image (Pharo Candle?) Define project baseline to load just CLI configuration, without any UI/Spec stuff.
Additional context Question is whether full PharoLauncher should include CLI as well, probably yes?