feat: updated implementations for cmds
This commit is contained in:
parent
7a96bfd6c7
commit
59a5225b28
7 changed files with 331 additions and 102 deletions
|
|
@ -9,6 +9,16 @@ var uploadCmd = &cobra.Command{
|
|||
},
|
||||
}
|
||||
|
||||
var uploadProfileCmd = &cobra.Command{
|
||||
Use: "profile",
|
||||
}
|
||||
|
||||
var uploadPluginCmd = &cobra.Command{
|
||||
Use: "plugin",
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
uploadCmd.AddCommand(uploadProfileCmd, uploadPluginCmd)
|
||||
rootCmd.AddCommand(uploadCmd)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue