Skip to content

Commit

Permalink
chore(cli) remove deprecated compile command
Browse files Browse the repository at this point in the history
From #3069
  • Loading branch information
p0pr0ck5 authored and thibaultcha committed Jan 16, 2018
1 parent e486d70 commit a6e96fd
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 65 deletions.
1 change: 0 additions & 1 deletion kong-0.11.2-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ build = {
["kong.cmd.check"] = "kong/cmd/check.lua",
["kong.cmd.reload"] = "kong/cmd/reload.lua",
["kong.cmd.restart"] = "kong/cmd/restart.lua",
["kong.cmd.compile"] = "kong/cmd/compile.lua",
["kong.cmd.prepare"] = "kong/cmd/prepare.lua",
["kong.cmd.migrations"] = "kong/cmd/migrations.lua",
["kong.cmd.health"] = "kong/cmd/health.lua",
Expand Down
2 changes: 1 addition & 1 deletion kong.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# The commented-out settings shown in this file represent the default values.
#
# This file is read when `kong start` or `kong compile` are used. Kong
# This file is read when `kong start` or `kong prepare` are used. Kong
# generates the Nginx configuration with the settings specified in this file.
#
# All environment variables prefixed with `KONG_` and capitalized will override
Expand Down
42 changes: 0 additions & 42 deletions kong/cmd/compile.lua

This file was deleted.

1 change: 0 additions & 1 deletion kong/cmd/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ local cmds = {
reload = true,
health = true,
check = true,
compile = true,
prepare = true,
migrations = true,
version = true,
Expand Down
20 changes: 0 additions & 20 deletions spec/02-integration/02-cmd/03-compile_spec.lua

This file was deleted.

0 comments on commit a6e96fd

Please sign in to comment.