diff --git a/docs/reference/cli/commands/ddn_context_get.mdx b/docs/reference/cli/commands/ddn_context_get.mdx index 4d22cc082..8edf31199 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: noBuildConnectors, project, supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane) [flags] ``` ## Examples diff --git a/docs/reference/cli/commands/ddn_context_unset.mdx b/docs/reference/cli/commands/ddn_context_unset.mdx index 0dfadabbd..a68f448ab 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: noBuildConnectors, project, supergraph, subgraph, localEnvFile, cloudEnvFile, selfHostedDataPlane) [flags] ``` ## Examples