8000 feat: split cli roles edit command into create and update commands by brettkolodny · Pull Request #17121 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: split cli roles edit command into create and update commands #17121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: make gen
  • Loading branch information
brettkolodny committed Mar 27, 2025
commit 3aabba307b9adab91006212b2bb052ca0db9fff2
11 changes: 8 additions & 3 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1116,15 +1116,20 @@
"path": "reference/cli/organizations_roles.md"
},
{
"title": "organizations roles edit",
"description": "Edit an organization custom role",
"path": "reference/cli/organizations_roles_edit.md"
"title": "organizations roles create",
"description": "Create a new organization custom role",
"path": "reference/cli/organizations_roles_create.md"
},
{
"title": "organizations roles show",
"description": "Show role(s)",
"path": "reference/cli/organizations_roles_show.md"
},
{
"title": "organizations roles update",
"description": "Update an organization custom role",
"path": "reference/cli/organizations_roles_update.md"
},
{
"title": "organizations settings",
"description": "Manage organization settings.",
Expand Down
9 changes: 5 additions & 4 deletions docs/reference/cli/organizations_roles.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions docs/reference/cli/organizations_roles_create.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
0