Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions cmd/gpud/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
cmdinjectfault "github.com/leptonai/gpud/cmd/gpud/inject-fault"
cmdlistplugins "github.com/leptonai/gpud/cmd/gpud/list-plugins"
cmdlogin "github.com/leptonai/gpud/cmd/gpud/login"
cmdlogout "github.com/leptonai/gpud/cmd/gpud/logout"
cmdmachineinfo "github.com/leptonai/gpud/cmd/gpud/machine-info"
cmdmetadata "github.com/leptonai/gpud/cmd/gpud/metadata"
cmdnotify "github.com/leptonai/gpud/cmd/gpud/notify"
Expand Down Expand Up @@ -632,21 +631,6 @@ sudo rm /etc/systemd/system/gpud.service
},
},
},
{
Name: "logout",
Usage: "log out gpud from lepton control plane",
Action: cmdlogout.Command,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "log-level,l",
Usage: "set the logging level [debug, info, warn, error, fatal, panic, dpanic]",
},
&cli.BoolFlag{
Name: "reset-state",
Usage: "reset the state file (otherwise, re-login may contain stale health data)",
},
},
},

//
//
Expand Down
79 changes: 0 additions & 79 deletions cmd/gpud/logout/command.go

This file was deleted.

Loading