Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the export_file command in buildozer #746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vladmos
Copy link
Member

@vladmos vladmos commented Nov 25, 2019

To add or modify an "exports_files" declaration one may use the following command:

buildozer 'export_file filename.txt //visible/for:__pkg__' //path/to/target

It's also possible to provide no or several visibility arguments, if a corresponding "exports_files" section with the same visibility parameters exists it will be updated.

Copy link
Contributor

@laurentlb laurentlb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation is missing.
But I question the value of this new command. Is it a common enough need? exports_files should be rarely used in Bazel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants