Skip to content

Commit f8934e6

Browse files
committed
remove JWT-related code.
1 parent ce247ab commit f8934e6

File tree

9 files changed

+1
-630
lines changed

9 files changed

+1
-630
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Available Commands:
4040
doctor Verify necessary dependencies and configuration
4141
help Help about any command
4242
inspect Read API information from compiled file descriptors
43-
jwt Read, verify, and generate JSON Web Tokens
4443
logging Write and manage log entries with the Cloud Logging API
4544
monitoring Monitor services with the Cloud Monitoring API
4645
service-control Control API services with the Service Control API

cmd/cmd.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"github.com/agentio/q/cmd/demo"
77
"github.com/agentio/q/cmd/doctor"
88
"github.com/agentio/q/cmd/inspect"
9-
"github.com/agentio/q/cmd/jwt"
109
"github.com/agentio/q/cmd/logging"
1110
"github.com/agentio/q/cmd/monitoring"
1211
"github.com/agentio/q/cmd/servicecontrol"
@@ -26,7 +25,6 @@ func Cmd() *cobra.Command {
2625
cmd.AddCommand(compile.Cmd())
2726
cmd.AddCommand(demo.Cmd())
2827
cmd.AddCommand(doctor.Cmd())
29-
cmd.AddCommand(jwt.Cmd())
3028
cmd.AddCommand(logging.Cmd())
3129
cmd.AddCommand(monitoring.Cmd())
3230
cmd.AddCommand(servicecontrol.Cmd())

cmd/jwt/cmd.go

Lines changed: 0 additions & 16 deletions
This file was deleted.

cmd/jwt/create.go

Lines changed: 0 additions & 168 deletions
This file was deleted.

cmd/jwt/generate.go

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)