kraken.std.buffrs
kraken.std.buffrs
buffrs_install
buffrs_install(
*, project: Project | None = None
) -> BuffrsInstallTask
Installs buffrs dependencies defined in the Proto.toml
buffrs_login
buffrs_login(
*,
project: Project | None = None,
registry: str,
token: str
) -> BuffrsLoginTask
Create a task to log into an Artifactory registry with Buffrs. The task is created in the root project
regardless from where it is called. Note that currently we only support a single registry to push to, because
we always use buffrsLogin
as the task name.
Source code in kraken/std/buffrs/__init__.py
buffrs_publish
buffrs_publish(
*,
project: Project | None = None,
registry: str,
repository: str,
version: str | None = None
) -> BuffrsPublishTask
Publishes the buffrs package to the repository of the project.