var Cmd = &cobra.Command{
Use: "shared-flow",
Short: "Generate a shared flow from template",
Long: `This command renders an template, then it generates a shared-flow`,
RunE: func(cmd *cobra.Command, args []string) error {
return errors.New("this command is not implemented yet")
},
}