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