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.
Click to show internal directories.
Click to hide internal directories.