You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new tutorial at docs/tutorials/persistent-shared-workspaces.md has several correctness issues that should be addressed before merging:
Critical: Not added to docs/manifest.json
All documentation pages must be added to docs/manifest.json to appear in navigation. The new tutorial is missing from the manifest.
[x] ✅ Fixed in commit d3cfcb2 — the tutorial is now included in docs/manifest.json.
⚠️ Note: The indentation of the newly added manifest entries is inconsistent with surrounding entries (extra level of indentation). This is cosmetic but may trip the markdown linter.
Invalid CLI command: mutually exclusive flags
In Step 1, the coder users create command uses --login-type none, --email, and --service-account together:
These flags are mutually exclusive. The CLI explicitly returns: "You cannot use --login-type with --service-account" and "You cannot use --email with --service-account". Remove both --login-type none and --email — the --service-account flag already implies login-type=none. The corrected command is:
The <div> author attribution block and inline date at the top of the file are not present in any other Coder tutorial. Remove these to match the standard tutorial format.
Remove the <div> block and the March, 2026 date line.
Minor Suggestions
Step 4: The first example shares without a role (--user alice). The CLI defaults to the use role when no role is specified (this is valid), but a note clarifying the default would help readers. Alternatively, use --user alice:use for explicit clarity.
Finding shared workspaces: coder list --search shared:true uses an undocumented filter syntax — a note linking to the search query reference would help readers.
Automated review via Coder Tasks
<!-- doc-check-sticky -->
zenithwolf1000
changed the title
adding a tutorial for persistent shared workspaces
docs: adding a tutorial for persistent shared workspaces
Mar 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
communityPull Requests and issues created by the community.
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.