Repository File
Import
A Repository File can be imported using an id made up of <project-id>:<branch-name>:<file-path>
, e.g.
$ pulumi import gitlab:index/repositoryFile:RepositoryFile this 1:main:foo/bar.txt
Content copied to clipboard
Properties
Link copied to clipboard
Email of the commit author.
Link copied to clipboard
Name of the commit author.
Link copied to clipboard
Commit message.
Link copied to clipboard
File content. If the content is not yet base64 encoded, it will be encoded automatically. No other encoding is currently supported, because of a GitLab API bug.
Link copied to clipboard
File content sha256 digest.
Link copied to clipboard
Enables or disables the execute flag on the file. Note: requires GitLab 14.10 or newer.
Link copied to clipboard
The last known commit id.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Name of the branch to start the new commit from.