Skip to content

Commit 7bdf989

Browse files
committed
update root cmd description
1 parent edcf642 commit 7bdf989

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

cmd/root.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ import (
99
// rootCmd represents the base command when called without any subcommands
1010
var rootCmd = &cobra.Command{
1111
Use: "dockware",
12-
Short: "A brief description of your application",
13-
Long: `A longer description that spans multiple lines and likely contains
14-
examples and usage of using your application. For example:
15-
16-
Cobra is a CLI library for Go that empowers applications.
17-
This application is a tool to generate the needed files
18-
to quickly create a Cobra application.`,
12+
Short: "Our interactive way of getting started with dockware, docker and Shopware",
13+
Long: `The creator is a tool that helps you to build your Docker setup in an interactive way.
14+
It will guide you through all these questions on what and how you want to develop.
15+
The final result might be a single line to start a Shopware version, or even a full
16+
docker-compose.yml file with all kinds of containers and settings, ready to be used.
17+
And as always, we just try to help you with the onboarding steps to Docker and stick with the standard.`,
1918
// Uncomment the following line if your bare application
2019
// has an action associated with it:
2120
// Run: func(cmd *cobra.Command, args []string) { },

0 commit comments

Comments
 (0)