diff --git a/config/events/gitlab_cli_command_used.yml b/config/events/gitlab_cli_command_used.yml new file mode 100644 index 0000000000000000000000000000000000000000..b1187c6493da846d948bdb2e101b50d53986bec3 --- /dev/null +++ b/config/events/gitlab_cli_command_used.yml @@ -0,0 +1,24 @@ +--- +description: Command is executed from the GitLab CLI +internal_events: true +action: gitlab_cli_command_used +identifiers: + - project + - namespace + - user +additional_properties: + label: + description: Command used - e.g. 'mr' + property: + description: Subcommand used - e.g. 'view' + command_and_subcommand: + description: Command and subcommand used - e.g. 'mr view' +product_group: code_review +product_categories: + - gitlab_cli +milestone: '18.0' +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/185183 +tiers: + - free + - premium + - ultimate