Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 48253e2

Browse files
committed
commands/create: Remove cli flags for engine-* and tls-san
1 parent f29d5ef commit 48253e2

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

commands/create.go

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -40,47 +40,6 @@ var (
4040
Value: "virtualbox",
4141
EnvVar: "MACHINE_DRIVER",
4242
},
43-
cli.StringFlag{
44-
Name: "engine-install-url",
45-
Usage: "Custom URL to use for engine installation",
46-
Value: drivers.DefaultEngineInstallURL,
47-
EnvVar: "MACHINE_DOCKER_INSTALL_URL",
48-
},
49-
cli.StringSliceFlag{
50-
Name: "engine-opt",
51-
Usage: "Specify arbitrary flags to include with the created engine in the form flag=value",
52-
Value: &cli.StringSlice{},
53-
},
54-
cli.StringSliceFlag{
55-
Name: "engine-insecure-registry",
56-
Usage: "Specify insecure registries to allow with the created engine",
57-
Value: &cli.StringSlice{},
58-
},
59-
cli.StringSliceFlag{
60-
Name: "engine-registry-mirror",
61-
Usage: "Specify registry mirrors to use",
62-
Value: &cli.StringSlice{},
63-
EnvVar: "ENGINE_REGISTRY_MIRROR",
64-
},
65-
cli.StringSliceFlag{
66-
Name: "engine-label",
67-
Usage: "Specify labels for the created engine",
68-
Value: &cli.StringSlice{},
69-
},
70-
cli.StringFlag{
71-
Name: "engine-storage-driver",
72-
Usage: "Specify a storage driver to use with the engine",
73-
},
74-
cli.StringSliceFlag{
75-
Name: "engine-env",
76-
Usage: "Specify environment variables to set in the engine",
77-
Value: &cli.StringSlice{},
78-
},
79-
cli.StringSliceFlag{
80-
Name: "tls-san",
81-
Usage: "Support extra SANs for TLS certs",
82-
Value: &cli.StringSlice{},
83-
},
8443
}
8544
)
8645

0 commit comments

Comments
 (0)