Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.08 KB

File metadata and controls

46 lines (35 loc) · 1.08 KB
title `glab user events`
stage Create
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

View user events.

Synopsis

By default, lists events for the current project. Use --all to include events from every project you can access.

glab user events [flags]

Examples

glab user events
glab user events --all
glab user events -F json

Options

  -a, --all             Get events from all projects.
      --jq string       Filter JSON output with a jq expression.
  -F, --output string   Format output as: 'text', 'json'. (default "text")
  -p, --page int        Page number. (default 1)
  -P, --per-page int    Number of items to list per page. (default 30)

Options inherited from parent commands

  -h, --help   Show help for this command.