This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new afce02cea feat(cli): display test option when help (#7268)
afce02cea is described below
commit afce02cea506eb4c70f2dd9d5230d18c7ab8b51e
Author: kwanhur <[email protected]>
AuthorDate: Mon Jun 20 09:10:03 2022 +0800
feat(cli): display test option when help (#7268)
* feat(cli): display test option when help
Signed-off-by: kwanhur <[email protected]>
* Update semantic word
Co-authored-by: 罗泽轩 <[email protected]>
Co-authored-by: 罗泽轩 <[email protected]>
---
apisix/cli/ops.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/apisix/cli/ops.lua b/apisix/cli/ops.lua
index 1e27d9a20..3e933ddd3 100644
--- a/apisix/cli/ops.lua
+++ b/apisix/cli/ops.lua
@@ -66,6 +66,7 @@ stop: stop the apisix server
quit: stop the apisix server gracefully
restart: restart the apisix server
reload: reload the apisix server
+test: test the generated nginx.conf
version: print the version of apisix
]])
end