Skip to content
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

chore: rm cloud signup form #231

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/commands/cloud/login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flipt cloud login [flags]

Before you get started with Flipt Hybrid Cloud, you need to have the following:

1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://tally.so/r/mV0zWM) and we'll get you set up.
1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://flipt.cloud).
2. Enable the `cloud` experimental feature in the Flipt configuration file. You can enable the `cloud` feature by adding the following configuration to your `flipt.yaml` file:

```yaml
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/cloud/logout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flipt cloud logout

Before you get started with Flipt Hybrid Cloud, you need to have the following:

1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://tally.so/r/mV0zWM) and we'll get you set up.
1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://flipt.cloud).
2. Enable the `cloud` experimental feature in the Flipt configuration file. You can enable the `cloud` feature by adding the following configuration to your `flipt.yaml` file:

```yaml
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/cloud/serve.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flipt cloud serve [flags]

Before you get started with Flipt Hybrid Cloud, you need to have the following:

1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://tally.so/r/mV0zWM) and we'll get you set up.
1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://flipt.cloud).
2. Enable the `cloud` experimental feature in the Flipt configuration file. You can enable the `cloud` feature by adding the following configuration to your `flipt.yaml` file:

```yaml
Expand Down
2 changes: 1 addition & 1 deletion cloud/benefits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

## Get Started Today

We're excited to bring Flipt Hybrid Cloud to market, and we can't wait for you to try it out. If you're interested in learning more about Flipt Hybrid Cloud or signing up for the beta, [get in touch](https://tally.so/r/mV0zWM) with us today. We'd love to hear from you and show you how Flipt Hybrid Cloud can help your organization ship better products faster.
We're excited to bring Flipt Hybrid Cloud to market, and we can't wait for you to try it out. If you're interested in learning more about Flipt Hybrid Cloud or signing up for the beta, check out our [website](https://flipt.io/cloud).

Check warning on line 35 in cloud/benefits.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "cloud/benefits.mdx", "range": {"start": {"line": 35, "column": 1}}}, "severity": "WARNING"}

Check warning on line 35 in cloud/benefits.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "cloud/benefits.mdx", "range": {"start": {"line": 35, "column": 58}}}, "severity": "WARNING"}

Check warning on line 35 in cloud/benefits.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "cloud/benefits.mdx", "range": {"start": {"line": 35, "column": 196}}}, "severity": "WARNING"}
7 changes: 3 additions & 4 deletions cloud/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
---

<Info>
Flipt Hybrid Cloud is in active beta. We're currently onboarding organizations
one by one. If you are interested in joining the beta, please [sign up
here](https://tally.so/r/mV0zWM).
Flipt Hybrid Cloud is in active Beta. Visit our

Check warning on line 7 in cloud/guides/getting-started.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "cloud/guides/getting-started.mdx", "range": {"start": {"line": 7, "column": 47}}}, "severity": "WARNING"}
[website](https://flipt.io/cloud) to learn more and try it out today!
</Info>

## Prerequisites

Before you get started with Flipt Hybrid Cloud, you need to have the following:

1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://tally.so/r/mV0zWM) and we'll get you set up.
1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://flipt.cloud).
2. The Flipt CLI installed on your local machine. You can install the CLI by following the instructions in the [Flipt CLI documentation](/cli/overview).
3. Enable the `cloud` [experimental feature](/configuration/experimental) in the Flipt configuration file. You can enable the `cloud` feature by adding the following configuration to your `flipt.yaml` file:

Expand Down
7 changes: 3 additions & 4 deletions cloud/guides/production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
---

<Info>
Flipt Hybrid Cloud is in Active Beta. We're currently onboarding organizations
one by one. If you are interested in joining the beta, please [sign up
here](https://tally.so/r/mV0zWM).
Flipt Hybrid Cloud is in active Beta. Visit our

Check warning on line 7 in cloud/guides/production.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "cloud/guides/production.mdx", "range": {"start": {"line": 7, "column": 47}}}, "severity": "WARNING"}
[website](https://flipt.io/cloud) to learn more and try it out today!
</Info>

## Prerequisites

Before you get started with Flipt Hybrid Cloud, you need to have the following:

1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://tally.so/r/mV0zWM) and we'll get you set up.
1. An active Flipt Hybrid Cloud account. If you don't have an account yet, [sign up here](https://flipt.cloud).
2. Completed the [Getting Started](/cloud/guides/getting-started) guide to setup your local Flipt instance and authenticate with the Flipt CLI.
3. Enable the `cloud` [experimental feature](/configuration/experimental) in the Flipt configuration file. You can enable the `cloud` feature by adding the following configuration to your `flipt.yaml` file:

Expand Down
5 changes: 2 additions & 3 deletions cloud/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
---

<Info>
Flipt Hybrid Cloud is in Active Beta. We're currently onboarding organizations
one by one. If you are interested in joining the beta, please [sign up
here](https://tally.so/r/mV0zWM).
Flipt Hybrid Cloud is in active Beta. Visit our

Check warning on line 7 in cloud/overview.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "cloud/overview.mdx", "range": {"start": {"line": 7, "column": 47}}}, "severity": "WARNING"}
[website](https://flipt.io/cloud) to learn more and try it out today!
</Info>

<Frame id="managed-hybrid">
Expand Down
6 changes: 3 additions & 3 deletions configuration/experimental.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
```

<Note>
You must have a valid Flipt Hybrid Cloud subscription to use this feature. To
learn more about Flipt Hybrid Cloud and request access, please fill out our
[contact form](https://tally.so/r/mV0zWM).
You must have a valid Flipt Hybrid Cloud account to use this feature. To learn
more about Flipt Hybrid Cloud, visit our [website](https://flipt.io/cloud) and

Check warning on line 61 in configuration/experimental.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "configuration/experimental.mdx", "range": {"start": {"line": 61, "column": 40}}}, "severity": "WARNING"}
sign up for an account.
</Note>

### Authorization
Expand Down
15 changes: 0 additions & 15 deletions managed/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ Read on to learn more about this exciting new offering and how you can get invol

- Your services continue to integrate with Flipt in your cloud as they do today, ensuring that you can leverage the full power of feature flags without compromising on security or performance.

**Join Us as a Design Partner**

We're actively iterating on these exciting concepts and looking for forward-thinking organizations to join us as design partners. This is a unique opportunity to shape the future of feature flag technology and tailor these solutions to your specific needs.

If you're interested in piloting the Flipt Hybrid Cloud solution and contributing to its development risk-free, we'd love to hear from you.

<Card
href="https://tally.so/r/mV0zWM"
title="Sign Up as a Design Partner"
icon="handshake"
>
Your insights and feedback will be invaluable in refining this offering to
best serve your needs.
</Card>

**Learn More**

To learn more about Flipt Hybrid Cloud and how it can benefit your organization, check out our [Hybrid Cloud](/cloud/overview) documentation.
Loading