GitlabCli.Gitlab (GitLab CLI v0.1.0)

GitLab API

Summary

Functions

Link to this function

create_branch(id, branch, ref \\ "")

Link to this function

create_commit(id, branch, commit_message, actions)

Link to this function

create_mr(id, source_branch, target_branch, title)

Link to this function

get_default_branch(id)

Link to this function

get_file_raw(project_id, file_path, ref \\ "")

@spec get_file_raw(
  project_id :: integer(),
  file_path :: String.t(),
  ref :: String.t()
) :: String.t() | nil
Link to this function

list_branches(id)