Open
Conversation
Updated to "preview" and clean up of the original docs
| pubDate: 2025-05-21 | ||
| modDate: 2025-05-21 | ||
| modDate: 2026-03-04 | ||
| title: Feature Toggles |
Contributor
There was a problem hiding this comment.
As all these titles are the same, we can just use the title.
| ``` | ||
|
|
||
| This would be transformed during deployment by Octopus to contain the correct client identifier for the current Project and Environment. | ||
| During deployment, Octopus transforms this to contain the correct client identified for the current Project and Environment. |
Contributor
There was a problem hiding this comment.
Should this be identified or identifier?
Suggested change
| During deployment, Octopus transforms this to contain the correct client identified for the current Project and Environment. | |
| During deployment, Octopus transforms this to contain the correct client identifier for the current Project and Environment. |
| Octopus Feature Toggles are currently in Preview, available to a limited group of customers. | ||
|
|
||
| If you are interested in this feature please register your interest on the [roadmap card](https://roadmap.octopus.com/c/121-feature-toggles) and we'll keep you updated. | ||
| If you are interested in this feature please register your interest on the [roadmap card](https://roadmap.octopus.com/c/121-feature-toggles). We will keep you updated. |
Contributor
There was a problem hiding this comment.
We prefer the informal "we'll" usually.
Suggested change
| If you are interested in this feature please register your interest on the [roadmap card](https://roadmap.octopus.com/c/121-feature-toggles). We will keep you updated. | |
| If you are interested in this feature please register your interest on the [roadmap card](https://roadmap.octopus.com/c/121-feature-toggles). We'll keep you updated. |
| For applications deployed by Octopus, the recommended approach is to have Octopus inject the client identifier as during your deployment, for example, injecting it into a configuration file or environment variable. The client identifier is made available via the Octopus variable `Octopus.FeatureToggles.ClientIdentifier`. | ||
|
|
||
| For applications not deployed by Octopus, or cannot have the client identifier supplied during deployment for any reason, the client identifier can be obtained via the portal UI, as shown below. | ||
| For applications not deployed by Octopus, or those that cannot have the client identifier supplied during deployment, r cannot have the client identifier supplied during deployment, the client identifier can be obtained through the portal UI, as shown below. |
Contributor
There was a problem hiding this comment.
Adding a missing "o" on "or" and we probably only need the last "or".
Suggested change
| For applications not deployed by Octopus, or those that cannot have the client identifier supplied during deployment, r cannot have the client identifier supplied during deployment, the client identifier can be obtained through the portal UI, as shown below. | |
| For applications not deployed by Octopus, that cannot have the client identifier supplied during deployment, or cannot have the client identifier supplied during deployment, the client identifier can be obtained through the portal UI, as shown below. |
steve-fenton-octopus
requested changes
Mar 6, 2026
Contributor
steve-fenton-octopus
left a comment
There was a problem hiding this comment.
Just a couple of minor things to review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated to "preview" and clean up of the original docs