katzgrau / getsparks.org

getsparks.org - The CodeIgniter Package Managment Repository
http://getsparks.org
MIT License
82 stars 17 forks source link

Getsparks site not usable #12

Open divineslight opened 12 years ago

divineslight commented 12 years ago

I recently had to update spark found out no such option exists,

Installed newest version configured it, and then wanted to remove older one to clean my repository, don't know what option to give to remove a specific version, keep fiddling and it keep saying to give -f, which removed all versions.

The sparks are the awesome thing that happened to CI, please can you create a cool user guide? on getsparks,org?

If you guys put little more effort on making it usable and readying it for the masses it will be a great gift for CI.

Regards, Munir

seejohnrun commented 12 years ago

Hey Minir,

We'll get a more detailed user doc for sparks up very soon - I definitely agree that some of the behavior just isn't clear enough in the CLI help

divineslight commented 12 years ago

I hope so, also please work on update spark and remove a specific version.

Thanks,

seejohnrun commented 12 years ago

For upgrade/install you should be able to run:

spark install something

And to remove a specific version:

spark remove -v1.0.0 something

Are these not working for you?

divineslight commented 12 years ago

Yes installing was not a problem, but like me many will get confused if word "update " is not used.

Also I've been trying

remove something -v 1.0.0

and

remove something 1.0.0

because I couldn't find the right syntax anywhere.

Also the error message on wrong syntax for "remove" is pretty confusing

Please specify a version of remove all with -f

I guess there's a typo, of should be or.

I will send you a minor pull request....

seejohnrun commented 12 years ago