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 `apisix/cli/env.lua`; * All operations about etcd were moved to `apisix/cli/etcd.lua`; * All file I/O operations were moved to `apisix/cli/file.lua`; * The template of nginx.conf was moved to `apisix/cli/ngx_tpl.lua`; Next we're about to refactoring all sub commands to ops.lua. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
