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

feat: include --set-exit-if-changed for mason bundle #1213

Closed
2 tasks
alestiago opened this issue Jan 10, 2024 · 1 comment · Fixed by #1229
Closed
2 tasks

feat: include --set-exit-if-changed for mason bundle #1213

alestiago opened this issue Jan 10, 2024 · 1 comment · Fixed by #1229
Assignees
Labels
enhancement New feature or request

Comments

@alestiago
Copy link
Collaborator

alestiago commented Jan 10, 2024

Description

As a developer I would like to easily verify if the output of mason bundle has any changes. Similarly to how mason make or dart format have --set-exit-if-changed.

This is the current mason bundle help information:

Generates a bundle from a brick template.

Usage: mason bundle [arguments]
-h, --help          Print this usage information.
-o, --output-dir    Directory where to output the generated bundle.
                    (defaults to ".")
-t, --type          Type of bundle to generate.
                    [universal (default), dart]
-s, --source        The source used to find the brick to be bundled.
                    [git, path (default), hosted]
    --git-ref       Git branch or commit to be used. Only valid if source is set to "git".
    --git-path      Path of the brick in the git repository Only valid if source is set to "git".

Run "mason help" to see global options.

Requirements

  • Include --set-exit-if-changed in mason bundle
  • Include help information about --set-exit-if-changed in mason bundle -h
@felangel felangel added the enhancement New feature or request label Jan 16, 2024
@alestiago
Copy link
Collaborator Author

@felangel can I get assigned? 🙌

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

Successfully merging a pull request may close this issue.

2 participants