registry

package
v0.7.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GoogleSpreadSheetURL = meshkitUtils.GoogleSpreadSheetURL
)
View Source
var RegistryCmd = &cobra.Command{
	Use:   "registry",
	Short: "Meshery Registry Management",
	Long:  `Manage the state and configuration of Meshery Registry.`,
	RunE: func(cmd *cobra.Command, args []string) error {
		if len(args) == 0 {
			return cmd.Help()
		}
		if ok := utils.IsValidSubcommand(availableSubcommands, args[0]); !ok {
			return errors.New(utils.SystemError(fmt.Sprintf("'%s' is an invalid command.  Use 'mesheryctl registry --help' to display usage guide.\n", args[0])))
		}
		return nil
	},
}

PublishCmd represents the publish command to publish Meshery Models to Websites, Remote Provider, Meshery

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL