Skip to content

Commit 9e4c746

Browse files
authored
Merge pull request #853 from dgageot/remove-docker-commands
Remove `skaffold docker` commands
2 parents 44b1fc6 + 993a2bd commit 9e4c746

File tree

7 files changed

+0
-271
lines changed

7 files changed

+0
-271
lines changed

cmd/skaffold/app/cmd/cmd.go

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func NewSkaffoldCommand(out, err io.Writer) *cobra.Command {
5959
rootCmd.AddCommand(NewCmdDeploy(out))
6060
rootCmd.AddCommand(NewCmdDelete(out))
6161
rootCmd.AddCommand(NewCmdFix(out))
62-
rootCmd.AddCommand(NewCmdDocker(out))
6362

6463
rootCmd.PersistentFlags().StringVarP(&v, "verbosity", "v", constants.DefaultLogLevel.String(), "Log level (debug, info, warn, error, fatal, panic")
6564
return rootCmd

cmd/skaffold/app/cmd/docker.go

-35
This file was deleted.

cmd/skaffold/app/cmd/docker/context.go

-67
This file was deleted.

cmd/skaffold/app/cmd/docker/deps.go

-99
This file was deleted.

cmd/skaffold/app/cmd/docker/flags.go

-32
This file was deleted.

docs/docker-commands.adoc

-33
This file was deleted.

docs/index.adoc

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ include::published-artifacts.adoc[]
4343

4444
include::../examples/README.adoc[]
4545

46-
= Advanced topics
47-
48-
include::docker-commands.adoc[]
49-
5046
= Contributing
5147

5248
include::../CONTRIBUTING.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)