Skip to content

Commit 9c82cdf

Browse files
authored
chore: move Ecsact CLI to other repository (#262)
1 parent 20c44b2 commit 9c82cdf

File tree

16 files changed

+9
-1462
lines changed

16 files changed

+9
-1462
lines changed

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("@bzlws//:index.bzl", "bzlws_copy", "bzlws_extract")
44

55
pkg_executable(
66
name = "ecsact_rtb_runfiles",
7-
bin = "@ecsact_rtb//cli:ecsact_rtb",
7+
bin = "@ecsact_cli",
88
path = "ecsact_rtb",
99
)
1010

@@ -24,7 +24,7 @@ bzlws_extract(
2424
bzlws_copy(
2525
name = "copy_dist_bin",
2626
srcs = [
27-
"//cli:ecsact",
27+
"@ecsact_cli",
2828
"@ecsact_rtb//cli:ecsact_rtb",
2929
"@ecsact_lsp_server",
3030
],

WORKSPACE.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ http_archive(
111111
url = "https://github.com/ecsact-dev/ecsact_lsp_server/archive/refs/tags/0.1.0.tar.gz",
112112
)
113113

114+
http_archive(
115+
name = "ecsact_cli",
116+
sha256 = "76239edb31727f7ac5f510ff1ef8eed36f9b6ebf9380c531f915dd69cbeec385",
117+
strip_prefix = "ecsact_cli-0.1.0",
118+
urls = ["https://github.com/ecsact-dev/ecsact_cli/archive/refs/tags/0.1.0.tar.gz"],
119+
)
120+
114121
load("@ecsact_parse//:repositories.bzl", "ecsact_parse_dependencies")
115122

116123
ecsact_parse_dependencies()

cli/BUILD.bazel

Lines changed: 0 additions & 28 deletions
This file was deleted.

cli/cli.cc

Lines changed: 0 additions & 102 deletions
This file was deleted.

cli/commands/BUILD.bazel

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)