You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.