18 lines
358 B
YAML
18 lines
358 B
YAML
project:
|
|
name: project
|
|
collection: sourcerepo.projects
|
|
attributes:
|
|
- &project
|
|
parameter_name: projectsId
|
|
attribute_name: project
|
|
help: The project name.
|
|
|
|
repo:
|
|
name: repo
|
|
collection: sourcerepo.projects.repos
|
|
attributes:
|
|
- *project
|
|
- parameter_name: reposId
|
|
attribute_name: repository_name
|
|
help: Name of the repository.
|