From fc0d66c1597c7f571057a0441dd2829e51c36f84 Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 23 Oct 2025 12:22:45 -0400 Subject: [PATCH] swap CLI page to overview --- docs/docs.json | 2 +- .../relay-deployment/{cli.mdx => overview.mdx} | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) rename docs/documentation/platform/gateways/relay-deployment/{cli.mdx => overview.mdx} (95%) diff --git a/docs/docs.json b/docs/docs.json index 3bcc8ed89..e702f249d 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -179,7 +179,7 @@ { "group": "Relay Deployment", "pages": [ - "documentation/platform/gateways/relay-deployment/cli", + "documentation/platform/gateways/relay-deployment/overview", "documentation/platform/gateways/relay-deployment/terraform" ] }, diff --git a/docs/documentation/platform/gateways/relay-deployment/cli.mdx b/docs/documentation/platform/gateways/relay-deployment/overview.mdx similarity index 95% rename from docs/documentation/platform/gateways/relay-deployment/cli.mdx rename to docs/documentation/platform/gateways/relay-deployment/overview.mdx index 5c16091a7..ba7689196 100644 --- a/docs/documentation/platform/gateways/relay-deployment/cli.mdx +++ b/docs/documentation/platform/gateways/relay-deployment/overview.mdx @@ -1,6 +1,6 @@ --- -title: "CLI" -description: "How to deploy Infisical Relay Servers using the CLI" +title: "Overview" +description: "How to deploy Infisical Relay Servers" --- Infisical Relay is a secure routing layer that allows Infisical to connect to your private network resources, such as databases or internal APIs, without exposing them to the public internet. @@ -107,13 +107,8 @@ To successfully deploy an Infisical Relay for use, follow these steps in order. - - Install the Infisical CLI on the server where you plan to deploy the relay. The CLI is required for relay installation and management. - - See the [CLI Installation Guide](/cli/overview) for instructions. - - This server must have a static IP address or DNS name to be identifiable by the Infisical platform. - + + Provision a server or virtual machine where you plan to deploy the relay. This server must have a static IP address or DNS name to be identifiable by the Infisical platform. @@ -133,6 +128,8 @@ To successfully deploy an Infisical Relay for use, follow these steps in order. + You can deploy the Infisical Relay in various ways. This guide provides a manual setup example using the Infisical CLI. For an infrastructure-as-code approach, see our [Terraform guide](/documentation/platform/gateways/relay-deployment/terraform). + The Infisical CLI is used to install and start the relay in your chosen environment. The CLI provides commands for both production and development scenarios, and supports a variety of options/flags to configure your deployment. To view all available flags and equivalent environment variables for relay deployment, see the [Relay CLI Command Reference](/cli/commands/relay).