From 5429f6be51e6113b686310edd24d582a256c6746 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 27 Aug 2026 10:16:28 +0000 Subject: [PATCH] docs: Add heading and intro to scloud context CLI page The context command page imported an empty _context.md, so it rendered with no h1 and no prose. Add the same heading and intro pattern every sibling command page uses. Co-authored-by: Isak --- cloud_docs/reference/cli/commands/context/_context.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloud_docs/reference/cli/commands/context/_context.md b/cloud_docs/reference/cli/commands/context/_context.md index e69de29b..f58cf7ef 100644 --- a/cloud_docs/reference/cli/commands/context/_context.md +++ b/cloud_docs/reference/cli/commands/context/_context.md @@ -0,0 +1,5 @@ +# scloud context + +`scloud context` manages the global project context: a locally stored project ID that `scloud` uses when a command doesn't get a project from `-p` / `--project`, `SERVERPOD_CLOUD_PROJECT_ID`, or `scloud.yaml`. The setting is a last-resort default and applies across directories. + +To pin a specific codebase to a Cloud project, run [`scloud project link`](/cloud/reference/cli/commands/project). That writes `scloud.yaml` in the project directory, which takes precedence over the global context.