forked from LaconicNetwork/kompose
chore: format by gofmt
Signed-off-by: Martin Jirku <martin@jirku.sk>
This commit is contained in:
parent
6ba1ff77de
commit
e5e2fe2528
@ -50,9 +50,9 @@ var (
|
|||||||
|
|
||||||
// RootCmd root level flags and commands
|
// RootCmd root level flags and commands
|
||||||
var RootCmd = &cobra.Command{
|
var RootCmd = &cobra.Command{
|
||||||
Use: "kompose",
|
Use: "kompose",
|
||||||
Short: "A tool helping Docker Compose users move to Kubernetes",
|
Short: "A tool helping Docker Compose users move to Kubernetes",
|
||||||
Long: `Kompose is a tool to help users who are familiar with docker-compose move to Kubernetes.`,
|
Long: `Kompose is a tool to help users who are familiar with docker-compose move to Kubernetes.`,
|
||||||
Example: ` kompose --file compose.yaml convert
|
Example: ` kompose --file compose.yaml convert
|
||||||
kompose -f first.yaml -f second.yaml convert
|
kompose -f first.yaml -f second.yaml convert
|
||||||
kompose --provider openshift --file compose.yaml convert
|
kompose --provider openshift --file compose.yaml convert
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user