func catalogPublishFlag()

in internal/flags/create_flags.go [138:145]


func catalogPublishFlag(hidden bool) *cli.BoolFlag {
	return &cli.BoolFlag{
		Name:     CatalogPublish,
		Usage:    `Set to true if you want to publish the catalog resource release to the CI/CD catalog`,
		Required: false,
		Hidden:   hidden,
	}
}