Skip to content

Commit

Permalink
chore: remove login and logout subcommands in the kcl mod command
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 1, 2023
1 parent b024bbb commit dbaacc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/kcl/commands/mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ func RunWithKpmMod(cmd string, args []string) error {
kpmcmd.NewPkgCmd(kpmcli),
kpmcmd.NewMetadataCmd(kpmcli),
kpmcmd.NewRunCmd(kpmcli),
kpmcmd.NewLoginCmd(kpmcli),
kpmcmd.NewLogoutCmd(kpmcli),
kpmcmd.NewPushCmd(kpmcli),
kpmcmd.NewPullCmd(kpmcli),
}
Expand Down

0 comments on commit dbaacc9

Please sign in to comment.