-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from demarey/source
pharo launcher cmd line talk
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
2024-Conference/talks/2024-manage-pharo-images-with-cmd-line.pillar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
! Manage your Pharo images from command line | ||
|
||
Christophe Demarey, Inria research center of University of Lille | ||
|
||
""Abstract:"" | ||
|
||
Dealing with Pharo images and their Virutal Machines is not always easy. Since some years, Pharo Launcher helps to organize your images and VMs nicely and be more productive. | ||
|
||
We will present this year a new way to manage your images through command-line. | ||
You will see that most actions available with Pharo Launcher UI are now available on command-line with the pharo-launcher command. | ||
You will also discover new features available only for command-line that will boost your productivity: create an image with code from your repository, list running images, spot a bug with bisection. | ||
|
||
|
||
""Bio:"" | ||
Christophe Demarey is a research engineer at Inria Lille, working in tight relation with the Evref team. Christophe participates in the Pharo community since 2012. His most noticeable contributions in the past months are in the Pharo Launcher and contributing to the Pharo ecosystem. Christophe is interested in Software Craftsmanship and had initiated Inria Continuous Integration service. |