2019-06-06 21:00:36 -04:00
# Chatops on GitLab.com
2019-06-27 13:52:02 -04:00
ChatOps on GitLab.com allows GitLab team members to run various automation tasks on GitLab.com using Slack.
2019-06-06 21:00:36 -04:00
## Requesting access
2019-06-27 13:52:02 -04:00
GitLab team-members may need access to Chatops on GitLab.com for administration
tasks such as:
2019-06-06 21:00:36 -04:00
2019-06-27 13:52:02 -04:00
- Configuring feature flags.
2019-06-06 21:00:36 -04:00
- Running `EXPLAIN` queries against the GitLab.com production replica.
2019-09-18 10:02:45 -04:00
- Get deployment status of all of our environments or for a specific commit: `/chatops run auto_deploy status [commit_sha]`
2019-06-06 21:00:36 -04:00
To request access to Chatops on GitLab.com:
2019-10-02 05:05:53 -04:00
1. Log into < https: // ops . gitlab . net / users / sign_in > **using the same username** as for GitLab.com (you may have to rename it).
2019-12-04 07:07:12 -05:00
1. Ask in the [#production ](https://gitlab.slack.com/messages/production ) channel to add you by running `/chatops run member add <username> gitlab-com/chatops --ops` .
2019-06-06 21:00:36 -04:00
## See also
2019-07-08 20:20:40 -04:00
- [Chatops Usage ](../ci/chatops/README.md )
- [Understanding EXPLAIN plans ](understanding_explain_plans.md )
- [Feature Groups ](feature_flags/development.md#feature-groups )