From de2e84886f4109939d124d58abe864edcc490211 Mon Sep 17 00:00:00 2001 From: hasura-bot Date: Tue, 2 Dec 2025 11:20:16 +0000 Subject: [PATCH] Updates CLI docs --- docs/reference/cli/commands/ddn_context_get.mdx | 2 +- docs/reference/cli/commands/ddn_context_set.mdx | 2 +- docs/reference/cli/commands/ddn_context_unset.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/cli/commands/ddn_context_get.mdx b/docs/reference/cli/commands/ddn_context_get.mdx index 4d22cc082..bbd7078d9 100644 --- a/docs/reference/cli/commands/ddn_context_get.mdx +++ b/docs/reference/cli/commands/ddn_context_get.mdx @@ -20,7 +20,7 @@ Get the value of a key in the context. Get the value of a key in the context ```bash -ddn context get (Allowed keys: supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors, project) [flags] +ddn context get (Allowed keys: project, supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors) [flags] ``` ## Examples diff --git a/docs/reference/cli/commands/ddn_context_set.mdx b/docs/reference/cli/commands/ddn_context_set.mdx index f23b59f0a..b087806b3 100644 --- a/docs/reference/cli/commands/ddn_context_set.mdx +++ b/docs/reference/cli/commands/ddn_context_set.mdx @@ -20,7 +20,7 @@ Set the value of a key in the context. Set default value of keys to be used in DDN CLI commands. ```bash -ddn context set (Allowed keys: project, supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors) [flags] +ddn context set (Allowed keys: selfHostedDataPlane, noBuildConnectors, project, supergraph, subgraph, localEnvFile, cloudEnvFile) [flags] ``` ## Examples diff --git a/docs/reference/cli/commands/ddn_context_unset.mdx b/docs/reference/cli/commands/ddn_context_unset.mdx index 0dfadabbd..af413a456 100644 --- a/docs/reference/cli/commands/ddn_context_unset.mdx +++ b/docs/reference/cli/commands/ddn_context_unset.mdx @@ -20,7 +20,7 @@ Unset the value of a key in the context. Unset the value of a key in the context ```bash -ddn context unset (Allowed keys: selfHostedDataPlane, noBuildConnectors, project, supergraph, subgraph, localEnvFile, cloudEnvFile) [flags] +ddn context unset (Allowed keys: subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane, noBuildConnectors, project, supergraph) [flags] ``` ## Examples