Faissal Elamraoui
71e23417c6
Merge pull request #331 from amrfaissal/fix-330
...
Removes the temp dir once bee pack is done
2016-12-05 14:54:06 +01:00
Faissal Elamraoui
592eac9974
Fixed a typo
2016-12-05 14:40:15 +01:00
Faissal Elamraoui
b42874b967
This fixes #330
...
Removes the generated temp directory to avoid fulling the /tmp after
running bee pack a few times.
2016-12-04 14:48:42 +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
5defe7c368
Fix merge conflict
2016-11-22 10:33:11 +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
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
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
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
Faissal Elamraoui
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
Sergey Lanzman
bc963e0070
go lint
2016-07-23 02:05:01 +03: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
tianqi
7ac766053e
add user : as separator for exp's and exs's flag tip
2016-01-13 13:14:51 +08:00
tianqi
d9e7af689f
change replace windows seperator to filepath.Slash
2016-01-06 22:09:12 +08:00
tianqi
2b4a3d19d2
fix: https://github.com/beego/bee/issues/154
2016-01-06 21:44:12 +08:00
Yanyi Wu
69c2bb9058
Fix bug about issue #143
2015-11-27 11:42:14 +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
Bill Davis
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
slene
6695161de2
bee pack support zip Symlink
2014-04-12 13:13:16 +08:00
slene
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
slene
d4cd5a0671
Merge branch 'master' of github.com:beego/bee
2013-12-23 16:45:47 +08:00
slene
743c86099d
update bee pack add custom build args
2013-12-23 16:45:20 +08:00
yaofangou
c397d9720b
set exp default .
2013-12-15 22:20:07 +08:00
Unknown
e606b0045d
Working on bee bale
2013-09-03 13:23:58 -04:00
slene
14510fc9b6
fix file repeat compress
2013-06-28 18:05:00 +08:00
slene
b9c7661c98
fix bee pack build path
2013-06-28 15:17:12 +08:00
slene
1224787b47
add beego project recognition
2013-06-27 15:29:27 +08:00
slene
bbf565e9d8
add pack feature, not can pack project into compressed file
2013-06-27 10:15:54 +08:00