var (
Vessel = pluginkit.Vessel{
PluginName: "osps-baseline",
Armory: &armory.Armory,
Initializer: initializer,
RequiredVars: []string{
"owner",
"repo",
},
} // Used by the plugin or debug function to run the Plugin
)
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the runCmd.