Fil, perhaps I over explained! Regarding my question about the directory:
>1) Although I could easily figure it out from the note about changing ownership of the cordova directory, it would help to state up front the directory where cordova will be installed. All I really want is to state that cordova will be installed in usr/local/lib/node_modules/cordova if the user has installed node in the default directory. FWIW I had already dealt with the permissions issue in previous cordova-cli tries and that wasn't the point. Just want to provide node newbies with the directory name where cordova will be installed. And regarding the create commane, yes, I did see the create command in the Global Commands section, but my point was that the explanation of create doesn't tell me that I must add "cordova" in front of it. That might be obvious to others but I was busy looking for create.sh in the directory structure. -b On Wed, Mar 6, 2013 at 12:59 PM, Brian LeRoux <b...@brian.io> wrote: > I love the theory of a global cli that is so well designed that we > never have to change it and everything 'just works' across versions. I > suspect we may want this to bake as the 'official way' for some time > before we attmpt it. > > On Wed, Mar 6, 2013 at 9:46 AM, Patrick Mueller <pmue...@gmail.com> wrote: > > On Wed, Mar 6, 2013 at 12:37 PM, Don Coleman <don.cole...@gmail.com> > wrote: > > > >> I'd like to see cordova-cli get the phonegap version from config.xml > like > >> phonegap build. > >> > >> <preference name="phonegap-version" value="2.3.0" /> > >> > >> > > It would be nice to semver this, so I could do something like > > > > <preference name="phonegap-version" value="2.3.x" /> > > > > making it easy (presumably) to upgrade to point releases (somehow). > > > > -- > > Patrick Mueller > > http://muellerware.org >