Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.1 KB

golab_commits_list.md

File metadata and controls

34 lines (23 loc) · 1.1 KB

golab commits list

List repository commits

Synopsis

Get a list of repository commits in a project

golab commits list [flags]

Options

  -h, --help              help for list
  -i, --id string         (required) The ID or URL-encoded path of the project owned by the authenticated user
  -r, --ref_name string   (optional) The name of a repository branch or tag or if not given the default branch
  -s, --since string      (optional) Only commits after or on this date will be returned in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ
  -u, --until string      (optional) Only commits before or on this date will be returned in ISO 8601 format YYYY-MM-DDTHH:MM:SSZ

Options inherited from parent commands

      --ca-file string   (optional) provides a .pem file to be used in certificates pool for SSL connection
      --ca-path string   (optional) provides a directory with .pem certificates to be used for SSL connection
      --config string    (optional) golab config file (default is ./.golab.yml and $HOME/.golab.yml)

SEE ALSO