- That's it! 🎉 You can now scale your feature flagging operations with Flipt Managed Cloud and Flipt Open Source.
+ That's it! 🎉 You can now scale your feature flagging operations with Flipt Cloud and Flipt Open Source.
All changes to the feature flags and configurations are automatically propagated to your Flipt instances within your infrastructure through the Git repository data source.
@@ -170,7 +170,7 @@ Here's how you can configure your Flipt instances to use the Git repository data
## What's Next?
-You can now start using Flipt Managed Cloud to scale your feature flagging operations.
+You can now start using Flipt Cloud to scale your feature flagging operations.
As your organization grows, check out some of our enterprise features including:
diff --git a/cloud/overview.mdx b/cloud/overview.mdx
index 78a7b52..54e7b26 100644
--- a/cloud/overview.mdx
+++ b/cloud/overview.mdx
@@ -1,6 +1,6 @@
---
title: Introduction
-description: Our Managed Cloud offering is the simplest, scalable solution for getting started with Flipt without the need to manage your own infrastructure.
+description: Our Cloud offering is the simplest, scalable solution for getting started with Flipt without the need to manage your own infrastructure.
---
@@ -15,12 +15,12 @@ description: Our Managed Cloud offering is the simplest, scalable solution for g
width: "100%",
height: "100%",
}}
- title="Sneak Peak: Flipt Managed Cloud"
+ title="Sneak Peak: Flipt Cloud"
>
-**Introducing Flipt Managed Cloud: Powerful Feature Management Without the Operational Overhead**
+**Introducing Flipt Cloud: Powerful Feature Management Without the Operational Overhead**
- **Fully Managed, Git-Backed Solution**: Experience the power of Flipt without the hassle of infrastructure management. Our fully hosted solution runs Flipt for you, backed by Git for version control and data sovereignty.
diff --git a/guides/migration/launchdarkly/overview.mdx b/guides/migration/launchdarkly/overview.mdx
index 587df45..317b99c 100644
--- a/guides/migration/launchdarkly/overview.mdx
+++ b/guides/migration/launchdarkly/overview.mdx
@@ -25,7 +25,7 @@ the LaunchDarkly OpenFeature provider to the Flipt OpenFeature provider.
In order to use Flipt, you would need to install it in your infrastructure.
If you want us to handle the running and maintenance of Flipt, you can
-leverage our [Managed Cloud](/cloud/overview) offering.
+leverage our [Cloud](/cloud/overview) offering.
4. [**Migrate State from LaunchDarkly to Flipt**](/guides/migration/launchdarkly/flipt#migrate-state-from-launchdarkly-to-flipt)
@@ -33,8 +33,8 @@ The last part is to migrate all of your existing flags from the LaunchDarkly
interface to your Flipt instance.
- Flipt has a new [Managed Cloud](/cloud/overview) offering that allows you to
- scale your feature management platform without worrying about the underlying
+ Flipt has a new [Cloud](/cloud/overview) offering that allows you to scale
+ your feature management platform without worrying about the underlying
infrastructure. We'll assist you in LaunchDarkly to Flipt migration services
for free, for all of our paying users.
diff --git a/introduction.mdx b/introduction.mdx
index e958b48..9d73664 100644
--- a/introduction.mdx
+++ b/introduction.mdx
@@ -10,8 +10,8 @@ mimic an evaluation request from your applications.
For more information on any of the concepts described, please see the
[Concepts](/concepts) documentation.
-
- Flipt Managed Cloud is a fully managed feature management platform that
+
+ Flipt Cloud is a fully managed feature management platform that
enables you to continue to use Flipt's feature management capabilities with
zero maintenance.
diff --git a/mint.json b/mint.json
index 7337e2d..a239f0b 100644
--- a/mint.json
+++ b/mint.json
@@ -36,7 +36,7 @@
},
"tabs": [
{
- "name": "Managed Cloud",
+ "name": "Flipt Cloud",
"url": "cloud"
},
{
@@ -49,7 +49,7 @@
},
"anchors": [
{
- "name": "Managed Cloud",
+ "name": "Flipt Cloud",
"icon": "cloud",
"url": "cloud"
},
diff --git a/self-hosted/overview.mdx b/self-hosted/overview.mdx
index 64a34e2..4f4fff5 100644
--- a/self-hosted/overview.mdx
+++ b/self-hosted/overview.mdx
@@ -37,8 +37,8 @@ For more details on each installation method, see the sections below.
- [Homebrew](#homebrew)
- [Binary](#binary)
-
- Don't want to self-host? Learn more about our managed offering.
+
+ Don't want to self-host? Learn more about our cloud offering.
## Homebrew
diff --git a/usecases/gitops.mdx b/usecases/gitops.mdx
index 32c0004..3a5b5cc 100644
--- a/usecases/gitops.mdx
+++ b/usecases/gitops.mdx
@@ -12,6 +12,12 @@ Flipt is uniquely suited to work with GitOps workflows because of our declarativ
We believe that feature flags are a form of configuration and should be treated as such. This means that feature flags should be able to be stored in the same repository as the code that uses them. This allows developers to make changes to both the code and the feature flags in the same pull request. This also allows developers to use the same GitOps tooling to deploy both their code and their feature flags to production.
+
+ Want a managed Flipt service that is GitOps native? Check out Flipt Cloud.
+ Your feature flag data is version controlled in your Git repositories and you
+ can manage your flags via the Flipt UI.
+
+
## Git Backend
Flipt's declarative storage backends allow it to run without a database at all. Flipt can be configured to load its feature flag data in the following ways: