Commit Graph

74 Commits

Author SHA1 Message Date
Alexander Gugel
2f6d680b6c Add --save-exact flag 2015-01-11 17:12:19 +01:00
Adam Stankiewicz
4cb027eb73 Add tests for StandardRenderer 2015-01-06 15:56:10 +01:00
Patrick Kollitsch
aad253bfad Fix for #1639, missing line break in CLI input 2015-01-05 12:52:31 +07:00
Adam Stankiewicz
2f2c4d6740 Add tests for help command and fix it 2015-01-05 03:31:28 +01:00
Ricardo Polo
a7baa58c22 Close #1620 PR: Showing --no-color in help. Fixes #78 2014-12-10 21:09:27 +07:00
Daniel Darabos
8b0d55a729 Add extra newline at the end of help-cache.std
Without this newline, the template is rendered without a newline at the end. So when you run `grunt help cache`, the output does not have a newline at the end and the shell prompt will be printed at the end of the last line.
2014-10-27 14:00:13 +01:00
ISNIT0
836bcd09ec Added return character
https://github.com/bower/bower/issues/1554
2014-10-06 12:58:04 +01:00
zhiyelee
eec9a3cb8f add linebreak 2014-09-22 11:23:31 +08:00
thorn0
cd893fec15 Mention updates in the main help
See #955. The same was done for `bower list -h`, but not for `bower help` AKA just `bower`.
2014-08-11 17:07:07 +03:00
Shu Uesugi
cadcd37681 Fix typo on help-uninstall.json 2014-07-13 16:36:41 +09:00
Sindre Sorhus
9b5fa99d6a bump update-notifier and simplify 2014-07-09 16:15:47 +02:00
Greg
1177d2263f Add --version to --help 2014-06-27 11:08:09 -04:00
Ivan Nikolić
410bf4f0cd Improve CLI output for conflicts
Replace white color with green.
2014-05-07 19:27:44 +02:00
André Cruz
7120ad5014 Merge branch 'master' of github.com:bower/bower into link-install-deps 2014-03-25 11:51:40 +00:00
André Cruz
6286cfac28 Merge branch 'master' into link-install-deps 2014-03-25 11:49:05 +00:00
Chris Hiester
bea533acf8 Improved conflict resolution message
removed test-generated npm-debug.log

fixed semver formatting in message
2014-03-24 13:48:25 -04:00
Chris Hiester
469b74ffb3 Clarify package conflict message displayed in console 2014-02-05 20:23:46 -05:00
Chris Hiester
33ed5402f4 Fix misspelled message showing in console
Change "dependants" to "dependencies"
2014-02-05 16:40:44 -05:00
Mat Scales
89c2a64008 Merge pull request #961 from sebastianseilund/version-command
Added bower version command, like npm version
2014-01-20 12:23:07 -08:00
Sebastian Seilund
c1f992b11f Added bower version command 2014-01-20 11:29:14 -08:00
Ramiro Gómez
f3cca3483d Changed to uppercase S as shorthand for save
Before the help showed lowercase s '-s' as the option to save installed packages, which doesn't work.
2014-01-02 19:12:52 +01:00
Jarrett Drouillard
bc6428536c Mentions updates in bower list -h command 2013-12-05 15:47:07 -05:00
André Cruz
b87b8ea931 Install linked package dependencies, closes #673.
Also add a "unlink" alias to "uninstall".
2013-09-30 02:33:06 +01:00
Stephen Sawchuk
c98bef5fc7 (words) Fix post-register wording. 2013-08-27 16:33:56 -04:00
André Cruz
abe4264a13 Close GH-760: Info command now shows the latest version package meta always, fixes #759. 2013-08-11 14:44:58 +01:00
André Cruz
fce93e16ae Close GH-726: Add relative option to the list command, closes #714.. 2013-08-10 21:43:04 +01:00
Sindre Sorhus
4ae1b5e04d Replace colors with chalk
colors.js has serious deficiencies like extending String.prototype which can cause all kinds of problems. Two modules using colors.js can conflict with each others, and it infects imported child modules. It's also better to explicit.

[chalk](https://github.com/sindresorhus/chalk)
2013-08-07 22:06:47 +02:00
Steve McCarthy
1c616115b9 Fix install save shorthand 2013-08-06 19:34:36 -04:00
David Godfrey
22091cf272 fixing syntax error in help-info.json 2013-08-01 17:12:17 +01:00
André Cruz
5d4007918c Fix info not showing up bower.json when a property was requested without a version, closes #684. 2013-07-30 08:20:00 +01:00
MrDHat
571b34c990 Close GH-671: Disable use of sudo. Fixes #498. 2013-07-28 02:36:24 +01:00
André Cruz
5ed04d97dd Add new lines to update notice. 2013-07-22 13:55:44 +01:00
André Cruz
aec00821e5 Forgot <options>. 2013-07-21 23:38:13 +01:00
Sindre Sorhus
2d83abbb85 Close GH-635: Infer package name if inside a package for the home cmd. 2013-07-21 23:14:19 +01:00
André Cruz
de3cf327d4 Typo in home usage. 2013-07-21 14:25:42 +01:00
André Cruz
fa3da880ea Improve home and info help usage. 2013-07-21 12:35:28 +01:00
André Cruz
5dea57ddd5 Add prune and home commands to the help, some other help tweaks. 2013-07-21 12:29:47 +01:00
André Cruz
caa59cbb62 Change home help slightly. 2013-07-21 12:17:04 +01:00
André Cruz
51e32f72de Rename open command to home, #630. 2013-07-21 12:06:58 +01:00
André Cruz
048bc53bd0 Add open command, closes #630. 2013-07-21 12:04:18 +01:00
André Cruz
2c79181c05 Add force-latest also for the update command. 2013-07-20 23:27:00 +01:00
André Cruz
8e51d1eaf3 Add force-latest option, closes #629. 2013-07-18 18:34:04 +01:00
Sven Lito
2b6800f01b [help] fix typo 2013-07-10 09:13:56 +01:00
André Cruz
d0465eccf1 CS. 2013-07-09 23:57:15 +01:00
André Cruz
3aedec3e2d Add init command (not yet implemented). 2013-07-09 23:56:45 +01:00
André Cruz
624bc1de56 Improve install command help and fix some typos. 2013-07-09 13:14:25 +01:00
André Cruz
34a2f1ad65 Add insightful message after registering. 2013-07-07 17:43:16 +01:00
André Cruz
74b9e51cf7 CS. 2013-07-05 01:52:13 +01:00
André Cruz
ec4d8d7f9c Oops, fix prune help usage. 2013-07-05 01:51:14 +01:00
André Cruz
d8cef76592 Added prune command, closes #463. 2013-07-05 01:20:28 +01:00