bird organization workspaces update
Usage
कोड उदाहरण
bird organization workspaces update <workspace-id> [flags]Description
Update a workspace in the organization
Update mutable fields on any workspace in the organization, including one the caller holds no workspace-level access to.
Build the request from flags, a JSON OrganizationWorkspaceUpdate body via --body-file ("-" reads
stdin), or both — a flag overrides the matching body field. Run --example to
print a ready-to-edit body, or --dry-run to print the resolved request without
sending it.
Examples
कोड उदाहरण
# print the body shape (no credentials needed)
bird organization workspaces update --example
# the body it prints:कोड उदाहरण
{
"name": "Staging"
}Options
Request
| Name | Description |
|---|---|
| --body-file | Read the JSON request body from this file; "-" reads stdin |
| --example | Print a complete example request body, then exit |
| --dry-run | Print the resolved request without sending it, then exit |
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
Options
| Name | Description |
|---|---|
| --name | New display name for the workspace, as it appears in the dashboard and in workspace lists. |
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird organization workspaces create | Create a workspace |
| bird organization workspaces delete | Delete a workspace in the organization |
| bird organization workspaces get | Get a workspace in the organization |
| bird organization workspaces list | List workspaces |