...

Text file src/edge-infra.dev/pkg/edge/edgecli/commands/context/list/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/edgecli/commands/context/list

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

View as plain text