-
Notifications
You must be signed in to change notification settings - Fork 0
fix: slack docs updates #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: base-sha/b3f46fe5803f4df535c8102021a5102b76a15fde
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,43 +3,47 @@ title: Slack | |||||||||
| sidebar_position: 11 | ||||||||||
| --- | ||||||||||
|
|
||||||||||
| This guide explains how to set up and use the DevCycle Slack app. | ||||||||||
|
|
||||||||||
| You can use the DevCycle Slack app to keep track of and monitor feature flags within your team's Slack workspace. | ||||||||||
| This guide explains how to set up and use the DevCycle App for Slack. | ||||||||||
|
|
||||||||||
| You can use the DevCycle App for Slack to keep track of and monitor feature flags within your team's Slack workspace. | ||||||||||
|
|
||||||||||
| ## Setup | ||||||||||
|
|
||||||||||
| 1. Navigate to the Settings page in the DevCycle Dashboard, click on Integrations in the side navigation bar, and click View on the Slack integration. | ||||||||||
| 1. Navigate to the Settings page in the DevCycle Dashboard, click on Integrations in the side navigation bar, and click View on the Slack integration. | ||||||||||
|
|
||||||||||
|  | ||||||||||
|
|
||||||||||
| 2. Click on the `Add to Slack` button and connect the DevCycle Slack app with your workspace. | ||||||||||
| 2. Click on the `Add to Slack` button and connect the DevCycle App for Slack with your workspace. | ||||||||||
|
|
||||||||||
|  | ||||||||||
|
|
||||||||||
| 3. Once the DevCycle app has been added, you can now subscribe to Feature changes on a project-level or by individual Feature(s). | ||||||||||
| 4. First, navigate to the Slack channel where you would like to have the Slack messages to be posted. | ||||||||||
| - To add a subscription for project-level changes, use the command `/devcycle subscribe [project-key]`. To find a project's respective key, go to your organization's [Project Settings page](https://app.devcycle.com/r/settings/projects) and copy the key under the Project name. | ||||||||||
|  | ||||||||||
| - To add a subscription for individual feature changes, use the command `/devcycle subscribe [project-key] [feature-key]`. | ||||||||||
| 3. Once the DevCycle app has been added, you can now subscribe to Feature changes on a project-level or by individual Feature(s). | ||||||||||
| 4. First, navigate to the Slack channel where you would like to have the Slack messages to be posted. | ||||||||||
|
|
||||||||||
| - To add a subscription for project-level changes, use the command `/devcycle subscribe project-key`. To find a project's respective key, go to your organization's [Project Settings page](https://app.devcycle.com/r/settings/projects) and copy the key under the Project name. | ||||||||||
|  | ||||||||||
| - To add a subscription for individual feature changes, use the command `/devcycle subscribe project-key [-f feature-key]`. | ||||||||||
| - To add a subscription for a project or feature changes on a specific environment, add the flag `[-e environment-key]` to the command. For example, | ||||||||||
| - All Project changes for the specified Environment: `/devcycle subscribe project-key [-e environment-key]` | ||||||||||
| - All Feature changes that impact the specified Environment: `/devcycle subscribe project-key [-f feature-key] [-e environment-key]` | ||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (code_clarification): Clarify the use of environment-specific subscriptions. The documentation should include examples or a clearer explanation of how environment keys are used and their impact on the subscription commands to ensure users can effectively utilize this feature.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this comment correct? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this comment helpful? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the comment type correct? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the comment area correct? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What type of LLM test could this comment become?
|
||||||||||
|
|
||||||||||
| 5. Once you've susbcribed, you're all set! Go ahead and make some changes to a Feature then check your Slack Channel for notifications. | ||||||||||
|
|
||||||||||
| ## Example Slack Message | ||||||||||
| ## Example Slack Message | ||||||||||
|
|
||||||||||
|  | ||||||||||
|
|
||||||||||
| The `View Project [Name]` button will take you to the project that the Feature belongs to. | ||||||||||
| The `View Project [Name]` button will take you to the project that the Feature belongs to. | ||||||||||
|
|
||||||||||
| The `View Changes on Feature [Feature Name]` will take you to the Audit Log entry with more details about the Feature modification. | ||||||||||
| The `View Changes on Feature` will take you to the Audit Log entry with more details about the Feature modification. | ||||||||||
|
|
||||||||||
| ## Slack Commands | ||||||||||
| - `/devcycle [ subscribe | unsubscribe | list ]` | ||||||||||
| - `/dvc [ subscribe | unsubscribe | list ]` | ||||||||||
| ## Slack Commands | ||||||||||
|
|
||||||||||
| ## Uninstall the DevCycle Slack App | ||||||||||
| - `/devcycle [ subscribe | unsubscribe | list | help ]` | ||||||||||
| - `/dvc [ subscribe | unsubscribe | list | help ]` | ||||||||||
|
|
||||||||||
| In the case that you connected your Slack app to the wrong workspace or would like to remove it, please follow the instructions in this [Slack Help Center article](https://slack.com/help/articles/360003125231-Remove-apps-and-custom-integrations-from-your-workspace#remove-an-app). | ||||||||||
| ## Uninstall the DevCycle App for Slack | ||||||||||
|
|
||||||||||
|  | ||||||||||
| In the case that you connected your Slack app to the wrong workspace or would like to remove it, please follow the instructions in this [Slack Help Center article](https://slack.com/help/articles/360003125231-Remove-apps-and-custom-integrations-from-your-workspace#remove-an-app). | ||||||||||
|
|
||||||||||
|  | ||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (code_refinement): Consistency in product naming should be maintained throughout the document.
The change from 'DevCycle Slack app' to 'DevCycle App for Slack' should be consistently applied in all instances within the document to avoid confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment helpful?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the comment type correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the comment area correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What type of LLM test could this comment become?