🔨 Renames admin tool binary to keysctl
This commit is contained in:
parent
9e73981213
commit
a410e26174
@ -67,14 +67,14 @@ func makeReq(method string, url string) error {
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cmd := &cli.Command{
|
cmd := &cli.Command{
|
||||||
Name: "keys-admin",
|
Name: "keysctl",
|
||||||
Usage: "keys project server administration tool",
|
Usage: "keys project server administration tool",
|
||||||
Commands: []*cli.Command{
|
Commands: []*cli.Command{
|
||||||
{
|
{
|
||||||
Name: "version",
|
Name: "version",
|
||||||
Usage: "print version and exit",
|
Usage: "print version and exit",
|
||||||
Action: func(context.Context, *cli.Command) error {
|
Action: func(context.Context, *cli.Command) error {
|
||||||
fmt.Println("version 1.0")
|
fmt.Println("version 1.1.0")
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user