Skip to content

Commit

Permalink
feat(autok3s): remove start/stop command for provider
Browse files Browse the repository at this point in the history
Signed-off-by: JacieChao <kathyyy@163.com>
  • Loading branch information
JacieChao authored and Jason-ZW committed Jan 27, 2021
1 parent 1230799 commit eff8053
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 828 deletions.
60 changes: 0 additions & 60 deletions cmd/start.go

This file was deleted.

62 changes: 0 additions & 62 deletions cmd/stop.go

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
rootCmd := cmd.Command()
rootCmd.AddCommand(cmd.CompletionCommand(), cmd.VersionCommand(gitVersion, gitCommit, gitTreeState, buildDate),
cmd.ListCommand(), cmd.CreateCommand(), cmd.JoinCommand(), cmd.KubectlCommand(), cmd.DeleteCommand(),
cmd.StartCommand(), cmd.StopCommand(), cmd.SSHCommand(), cmd.DescribeCommand(), cmd.ServeCommand())
cmd.SSHCommand(), cmd.DescribeCommand(), cmd.ServeCommand())

if err := rootCmd.Execute(); err != nil {
os.Exit(1)
Expand Down

0 comments on commit eff8053

Please sign in to comment.