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(mason_cli): standardize stdout across commands #808

Merged
merged 2 commits into from
Mar 11, 2023

Conversation

felangel
Copy link
Owner

@felangel felangel commented Mar 10, 2023

Status

READY

Description

  • feat(mason_cli): standardize stdout across commands
  • feat(mason_cli): mason init does not automatically install the "hello" brick
  • feat(mason_cli): mason init enhancements to the comments in the generated mason.yaml
# Register bricks which can be consumed via the Mason CLI.
# Run "mason get" to install all registered bricks.
# To learn more, visit https://docs.brickhub.dev.
bricks:
  # Bricks can be imported via version constraint from a registry.
  # Uncomment the following line to import the "hello" brick from BrickHub.
  # hello: 0.1.0+1
  # Bricks can also be imported via remote git url.
  # Uncomment the following lines to import the "widget" brick from git.
  # widget:
  #   git:
  #     url: https://github.com/felangel/mason.git
  #     path: bricks/widget

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel added the enhancement New feature or request label Mar 10, 2023
@felangel felangel self-assigned this Mar 10, 2023
@felangel felangel force-pushed the feat/mason-cli-simplify-stdout branch from b8bca13 to 02f1c6c Compare March 10, 2023 06:47
@felangel felangel changed the title feat(mason_cli): simplify stdout for various commands @felangel feat(mason_cli): standardize stdout across commands Mar 10, 2023
@felangel felangel changed the title @felangel feat(mason_cli): standardize stdout across commands feat(mason_cli): standardize stdout across commands Mar 10, 2023
@felangel felangel merged commit be7cbed into master Mar 11, 2023
@felangel felangel deleted the feat/mason-cli-simplify-stdout branch March 11, 2023 06:28
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 this pull request may close these issues.

None yet

2 participants