🔨 Renames admin tool binary to keysctl

This commit is contained in:
Daniel Svitan 2025-04-13 18:39:55 +02:00
parent 9e73981213
commit a410e26174

View File

@ -67,14 +67,14 @@ func makeReq(method string, url string) error {
func main() {
cmd := &cli.Command{
Name: "keys-admin",
Name: "keysctl",
Usage: "keys project server administration tool",
Commands: []*cli.Command{
{
Name: "version",
Usage: "print version and exit",
Action: func(context.Context, *cli.Command) error {
fmt.Println("version 1.0")
fmt.Println("version 1.1.0")
return nil
},
},