Skip to content
Ona Docs

Dotfiles

GetDotfilesConfiguration
users.dotfiles.get(DotfileGetParams**kwargs) -> DotfileGetResponse
POST/gitpod.v1.UserService/GetDotfilesConfiguration
SetDotfilesConfiguration
users.dotfiles.set(DotfileSetParams**kwargs) -> object
POST/gitpod.v1.UserService/SetDotfilesConfiguration
ModelsExpand Collapse
class DotfilesConfiguration:
repository: Optional[str]

The URL of a dotfiles repository.

formaturi
class DotfileGetResponse:
dotfiles_configuration: DotfilesConfiguration
repository: Optional[str]

The URL of a dotfiles repository.

formaturi