Thanks Sven :)
It works !
Georges
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi George,
$ ./pharo Pharo.image config --help
Command line handler for dealing with Metacello configurations from the command
line
Usage: config [--help] []
[--install[=]] [--group=] [--username=]
[--password=][--no-quit][--no-save]
--help show this help message
Hello all,
I have a problem, i try to do something simular as this:
./pharo myapp.image config \
http://www.myRespository.com
ConfigurationOfMyApp --install=stable
But I need to add my username and password in here.
I tried http://www.myRespistory.com?login=loginname&password=password
an