As a Copybara user, I want to be able to operate on workflows via Bazel targets
See original GitHub issue#146 made it easier to load this workspace into another, which means that it’s easier for an external workspace to import the copybara tool and use it via bazel run <label> -- <args>
. It’d be far nicer to be able to operate on workflows via bazel targets, something like:
copybara_migrate(
name = "export_to_foo",
workflow = ":copy.bara.sky",
data = [
"//some/copybara:library",
...
],
)
which we could then run via bazel run //path/to/target:export_to_foo
.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Recommended process for adding new workflows?
I'm exploring Copybara as a way to both integrate the source code of open external dependencies within a monorepo, and to manage the ......
Read more >Workspaces, packages, and targets - Bazel
A workspace is a directory tree on your filesystem that contains the source files for the software you want to build. Each workspace...
Read more >LLVM updates and bazel cache - Build - TensorFlow Forum
Are we going to invalidate all this targets cache? Mehdi_AMINI: As a workflow, when I use to develop in LLVM on a laptop,...
Read more >Moving code between GIT repositories with Copybara - Kubesimplify
Copybara is a tool to move source code between git repositories automatically. When would you use such a tool? When you have an...
Read more >refs/heads/upstream/master - Google Git
If you would like to use Highway on other platforms, please raise an issue. Flexible to deploy: Applications using Highway can run on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@danielepolencic I never got around to cleaning up my personal rule lib and submitting it for use here. Thanks for the reminder; I’ll revisit this when I have the cycles to.
@sudoforge is there a PR for the rules?