.neuro
subfolder for configuration YAML files)._
) and contains only letters, digits, or underscores. ALL_CAPS
names are not supported.project.yml
(or project.yaml
) file into the .neuro
configuration folder.id
available as a ${{ project.id }}
or ${{ flow.project_id }}
context. Default value - folder name, where '.neuro' folder is located.${{ project.owner }}
context. Shared projects require owner
or role
.${{ project.role }}
context. By default the role
is {owner}/projects/{id}
if owner
is defined. Shared projects require owner
or role
. This role name might be used to share the project with other platform <user>
via neuro acl grant <role> <user>
project.yml
file:defaults
, images
, and volumes
sections in the corresponding parts of the live workflows syntax and batch workflow syntax documentation.project.yml
will be applied by default to all job and workflows of this project.