Commit Graph

25 Commits

Author SHA1 Message Date
5defe7c368 Fix merge conflict 2016-11-22 10:33:11 +01:00
e39dc9fb7f #323: Removes the check if the current path is a Beego project 2016-11-21 15:23:08 +01:00
03f2057eb0 Added PreRun phase to Command struct
Now each command has a PreRun function that will execute before calling
the Run() function. This allows to show the banner and do some pre-check
work. Also moved parsePackagesFromDir() to the main function to avoid
getting called each time 'bee' is invoked.
2016-11-20 22:28:52 +01:00
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
287af20d1a fix: This fixes #247
Moved isBeegoProject(app) method from pack.go to util.go. Rewrite it
to walk the application folder tree looking for main files.
2016-09-26 20:25:15 +02:00
338dfc65ed New tweaks
Added enhanced logging while using bee to scaffold code
Fixed some typos and errors
Added more error handling
Added more docs
2016-07-31 23:30:35 +02:00
bc963e0070 go lint 2016-07-23 02:05:01 +03:00
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
7ac766053e add user : as separator for exp's and exs's flag tip 2016-01-13 13:14:51 +08:00
d9e7af689f change replace windows seperator to filepath.Slash 2016-01-06 22:09:12 +08:00
2b4a3d19d2 fix: https://github.com/beego/bee/issues/154 2016-01-06 21:44:12 +08:00
69c2bb9058 Fix bug about issue #143 2015-11-27 11:42:14 +08:00
6b85a2c475 Improve bee command lines
Clean and improve some of the command option descriptions
2014-12-18 17:19:34 +01:00
d83ddc6b52 Fix issue with pack option on ubuntu 2014-10-28 15:30:53 -04:00
55741df579 return actual value from subcommand 2014-08-15 17:38:51 +08:00
6695161de2 bee pack support zip Symlink 2014-04-12 13:13:16 +08:00
89ed4f92e7 bee pack add two args -exr (support exclude filename use regexp) -be (can add custom build env variables) #352 #1 2013-12-31 19:28:36 +08:00
d4cd5a0671 Merge branch 'master' of github.com:beego/bee 2013-12-23 16:45:47 +08:00
743c86099d update bee pack add custom build args 2013-12-23 16:45:20 +08:00
c397d9720b set exp default . 2013-12-15 22:20:07 +08:00
e606b0045d Working on bee bale 2013-09-03 13:23:58 -04:00
14510fc9b6 fix file repeat compress 2013-06-28 18:05:00 +08:00
b9c7661c98 fix bee pack build path 2013-06-28 15:17:12 +08:00
1224787b47 add beego project recognition 2013-06-27 15:29:27 +08:00
bbf565e9d8 add pack feature, not can pack project into compressed file 2013-06-27 10:15:54 +08:00