We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1593dab commit 63b01b5Copy full SHA for 63b01b5
go/main.go
@@ -6,10 +6,10 @@ import (
6
"os"
7
8
"github.com/unkeyed/unkey/go/cmd/deploy"
9
+ gateway "github.com/unkeyed/unkey/go/cmd/gw"
10
"github.com/unkeyed/unkey/go/cmd/healthcheck"
11
"github.com/unkeyed/unkey/go/cmd/quotacheck"
12
"github.com/unkeyed/unkey/go/cmd/run"
- seedgateway "github.com/unkeyed/unkey/go/cmd/seed-gateway"
13
"github.com/unkeyed/unkey/go/cmd/version"
14
"github.com/unkeyed/unkey/go/pkg/cli"
15
versioncmd "github.com/unkeyed/unkey/go/pkg/version"
@@ -27,7 +27,7 @@ func main() {
27
deploy.Cmd,
28
healthcheck.Cmd,
29
quotacheck.Cmd,
30
- seedgateway.Cmd,
+ gateway.Cmd,
31
},
32
}
33
0 commit comments