add mapping docs#245
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5833296bcc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| --path s3://cbds | ||
| ``` | ||
|
|
||
| Then add project mappings only when a project needs a specific subpath. For most |
There was a problem hiding this comment.
Document --force for project mappings under org mappings
When readers follow this section by first adding the organization mapping in the same repo and then running git drs bucket add-project, the command fails unless --force is passed: addScope checks gitrepo.GetBucketMapping(org, project), and that helper falls back to the org-level mapping before returning ok (cmd/bucket/main.go:200-203; internal/gitrepo/bucket_map.go:93-105). Please call out --force here; otherwise the documented path for adding a project subpath under an org mapping stops before creating the server scope.
Useful? React with 👍 / 👎.
No description provided.