ITADN

feat: allow mason make without mason.yml

#1552Closedricardodalarme 创建于 2025-04-29
question
R
ricardodalarmecommented
## Description Currently, running `mason make` requires a `mason.yml` file in the root of the project and necessitates running `mason get` beforehand to fetch the necessary bricks. This workflow is great for projects with multiple bricks and managed dependencies, but it can be cumbersome for users who simply want to apply a single brick directly without setting up a full Mason project. For example ``` # Using a local path mason make /path/to/local/brick # Using a remote URL (e.g., GitHub raw file URL) mason make https://raw.githubusercontent.com/user/repo/main/path/to/brick.json ```
关闭于 2025-05-01 7 条评论