pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

Use minimal Pharo image to load PharoLauncher command line #566

Open Bajger opened 2 years ago

Bajger commented 2 years ago

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?