1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. PulumiRepository

PulumiRepository

    PulumiRepository is a grouping of “Projects”. We also return a subset of the organization’s VCS repo with the same name, should it exist.

    Properties

    • orgName string required
      The name of the organization that owns this repository.
    • name string required
      The name of the repository.
    • vcsInfo VCSInfo optional
      Version control system information for the repository.
    • owner string required
      The owner of the repository.
    • repoName string required
      The name of the repository.
    • kind string required
      The kind of VCS provider.
    • projects array[PulumiProject] required
      The projects within this repository.
    • orgName string required
      The name of the organization that owns this project.
    • repoName string required
      The repository name this project belongs to.
    • name string required
      The name of the project.
    • settings PulumiProjectSettings optional
      Optional project-level settings.
    • runtime string optional
      Optional tags from Pulumi.yaml.
    • description string optional
      The project description from Pulumi.yaml.
    • stacks array[PulumiStack] required
      The stacks belonging to this project.