package
Version:
v0.0.0-...-7c17315
Opens a new window with list of versions in this module.
Published: Jan 20, 2025
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var ManagementApiCmd = &cobra.Command{
Use: "management-api",
Short: "Starts meepow management-api service",
Example: "meepow start management-api -c config.yaml -l production",
Run: func(cmd *cobra.Command, args []string) {
runApi()
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.