...

Text file src/edge-infra.dev/pkg/edge/edgecli/commands/clusterconfig/listclusterconfig/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/edgecli/commands/clusterconfig/listclusterconfig

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "listclusterconfig",
     5    srcs = ["list_clusterconfig.go"],
     6    importpath = "edge-infra.dev/pkg/edge/edgecli/commands/clusterconfig/listclusterconfig",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//pkg/edge/edgecli",
    10        "//pkg/edge/edgecli/constructors",
    11        "//pkg/edge/edgecli/flagutil",
    12        "//pkg/lib/cli/command",
    13        "//pkg/lib/cli/rags",
    14    ],
    15)

View as plain text