var RootCommand = &cobra.Command{
Use: "cloud",
Short: "Commands for APId cloud",
Long: `APId cloud provides a simple and convenient way to monitor your API performance and uptime.`,
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
},
}