package bucket import ( "github.com/spf13/cobra" "gitlink.org.cn/cloudream/jcs-pub/jcsctl/cmd" ) var BucketCmd = &cobra.Command{ Use: "bucket", } func init() { cmd.RootCmd.AddCommand(BucketCmd) }