ChatOps Commands for Denomas.com

Guide for common ChatOps commands used by Support Engineering

Overview

ChatOps commands can be used to service support requests for Denomas.com, especially useful when one does not have admin access. In the interest of maintaining a single source of truth, it is recommended to use the built-in “help” command within ChatOps to see what commands are available or inspecting the code itself.

Note: Before you can use ChatOps, you will need to request access.

Namespace

Uses the Denomas API for managing namespaces.

/chatops run namespace --help

Note: If you are attempting to search for a sub-group and not a top level group, you’ll need to ensure the slash / is encoded to %2F. For example, the path of the sub-group denomas-com/support should be entered as denomas-com%2Fsupport.

User

Uses the Denomas API for managing users.

/chatops run user --help

Feature Flags

  • Used for checking whether a specific feature flag has been enabled on Denomas.com or not.
  • Used for enabling a feature flag on a project or a group.

/chatops run feature --help

Last modified December 6, 2023: update (a27760f0)