Name of the Blueprint.
Optionalfile_(Optional) Map of paths and file contents to write before setup.
Optionallaunch_Parameters to configure your Devbox at launch time.
Optionalmetadata(Optional) User defined metadata for the Blueprint.
Optionalnetwork_(Optional) ID of the network policy to apply during blueprint build. This restricts network access during the build process.
Optionalsecrets(Optional) Map of mount IDs/environment variable names to secret names. Secrets can be used as environment variables in system_setup_commands. Example: {"GITHUB_TOKEN": "gh_secret"} makes 'gh_secret' available as GITHUB_TOKEN.
Optionalsystem_A list of commands to run to set up your system.
(Optional) Use a RepositoryInspection a source of a Blueprint build. The Dockerfile will be automatically created based on the RepositoryInspection contents.