[TYPO3-dev] Re: Re: Announcing ext version 1.0.0

Elmar t3elmar at googlemail.com
Tue Mar 19 13:28:53 CET 2013


> Assuming your username is 'dmitry' and your passwort 'topsecret': 
> 
> cd */typo3conf/ext/realurl/
> ext show
> ext user 'dmitry'
> ext version '1.12.5'
> ext show
> ext upload 'topsecret' 'just a test if ext is working for realurl'
> ext show

The next time, the user is already set. You could do something like this:

ext show
ext set version '1.12.6'
ext set uploadComment 'another test with ext'
ext upload 'topsecret'

For the set command, you get the knowledge about the previously used keys with 'ext show'.
When the uploadComment is already set, you can omit it with 'ext upload'.

Regards

Elmar




More information about the TYPO3-dev mailing list