Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/sync-spicedb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ fi

echo ""
echo -e "${BLUE}📋 Next Steps:${NC}"
echo " 1. Verify relationships: pnpm spicedb:read"
echo " 1. Verify relationships: `pnpm spicedb:read:orgs` and `spicedb:read:projects`"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MINOR: Missing pnpm prefix for consistency

Issue: The second command spicedb:read:projects is missing the pnpm prefix, while the first command includes it.

Why: Users following this guidance may be confused or get an error if they try to run spicedb:read:projects directly without pnpm.

Fix: (1-click apply)

Suggested change
echo " 1. Verify relationships: `pnpm spicedb:read:orgs` and `spicedb:read:projects`"
echo " 1. Verify relationships: \`pnpm spicedb:read:orgs\` and \`pnpm spicedb:read:projects\`"

echo " 2. Org admins should assign users to projects via the UI"
echo " 3. Test access: zed permission check $ZED_ARGS project:<id> view user:<id>"
echo ""
Expand Down