From 27529eb46b84b056c577471dd53307a0fc8c6017 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 19 Sep 2025 09:52:50 -0400 Subject: [PATCH] correct lagacy commands --- docs/cli/commands/gateway.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cli/commands/gateway.mdx b/docs/cli/commands/gateway.mdx index c2545e400..bddbf614c 100644 --- a/docs/cli/commands/gateway.mdx +++ b/docs/cli/commands/gateway.mdx @@ -363,10 +363,10 @@ sudo systemctl disable infisical-gateway # Disable auto-start on boot ## Legacy Gateway Commands - + - **This command is to be deprecated and will be removed in a future release.** - + **This command is deprecated and will be removed in a future release.** + Please migrate to `infisical gateway start` for the new TCP-based SSH tunnel architecture. **Migration required:** If you are currently using Gateway v1 (via `infisical gateway`), moving to Gateway v2 is not in-place. Gateway v2 provisions new gateway instances with new gateway IDs. Update any resources that reference a gateway ID (for example: dynamic secret configs, app connections, or other gateway-bound resources) to use the new Gateway v2 gateway ID. Until you update those references, traffic will continue to target the old v1 gateway. @@ -590,9 +590,9 @@ The Infisical CLI supports multiple authentication methods. Below are the availa - + - **This command is to be deprecated and will be removed in a future release.** + **This command is deprecated and will be removed in a future release.** Please migrate to `infisical gateway systemd install` for the new TCP-based SSH tunnel architecture with enhanced security and better performance.