1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 05:53:28 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Faissal Elamraoui
059df76c3e Set the output format for bee version
This adds the ability to set the output format (using -o flag) of bee
version command. It supports both JSON and YAML formats.
2016-12-24 14:51:14 +01:00
Faissal Elamraoui
e927a9193d Enhances the commands short and long description
This enhances the output of bee help/usage by using colored and bold text to
highlight examples.
2016-12-03 11:54:41 +01:00
Faissal Elamraoui
e39dc9fb7f #323: Removes the check if the current path is a Beego project 2016-11-21 15:23:08 +01:00
Faissal Elamraoui
cf7aef47f0 Implementing the new logging infrastructure
Moved logging to the new logging infrastructure by removing the use of
ColorLog() function. Added more documentation. Also fixed some typos in
comments and function names.
2016-11-13 15:14:48 +01:00
Faissal Elamraoui
5cc09e5c6c This fixes #295 2016-10-22 15:44:22 +02:00
Faissal Elamraoui
7662cfe5d9 Tweaked the Bee banner 2016-07-31 23:23:07 +02:00
Faissal Elamraoui
b8250ebb72 New Bee banner
Added a new Bee banner using ASCII art. When bee is invoked,
the banner is displayed with the version number (short banner).
A More verbose Banner is added to 'bee version' which shows
more information about the host and Go runtime.
2016-06-01 14:30:29 +02:00
astaxie
08ff1c91ef fix the beego version 2016-01-18 10:27:17 +08:00
areski
6b85a2c475 Improve bee command lines
Clean and improve some of the command option descriptions
2014-12-18 17:19:34 +01:00
葛琦
55741df579 return actual value from subcommand 2014-08-15 17:38:51 +08:00
astaxie
270a52100c Dynamic access Go version 2014-08-11 08:57:20 +08:00
astaxie
94c9dee22c update bee get beego & go version 2014-05-22 10:35:37 +08:00
astaxie
7f0e4f024c bee version support go version 2014-05-17 01:53:42 +08:00
astaxie
226b5d4f4d bee support version command 2014-05-17 01:37:45 +08:00