[GitHub] [apisix] tokers commented on issue #2264: refactor bin/apisix

2020-11-29 Thread GitBox
tokers commented on issue #2264: URL: https://github.com/apache/apisix/issues/2264#issuecomment-735515079 We have separated some parts of the monomeric `bin/apisix`: * All auxiliary functions were moved to `apisix/cli/util.lua`; * All environmental factors were moved to

[GitHub] [apisix] tokers commented on issue #2264: refactor bin/apisix

2020-09-27 Thread GitBox
tokers commented on issue #2264: URL: https://github.com/apache/apisix/issues/2264#issuecomment-699748620 @membphis Let me deal it :) This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [apisix] tokers commented on issue #2264: refactor bin/apisix

2020-09-27 Thread GitBox
tokers commented on issue #2264: URL: https://github.com/apache/apisix/issues/2264#issuecomment-699732331 I think the first thing that we can do is splitting this monomeric file into multiple modules, each as a Lua file, which enhances the readability and keeps the code base clean.