var envCmd = &cobra.Command{
    Use:     "env",
    Example: "statping env",
    Short:   "Return the configs that will be ran",
    RunE: func(cmd *cobra.Command, args []string) error {