{% extends "docs/base.html" %} {% block docs_content %}
Update a team
pearing-cli update-team platform --name "Platform Engineering"
Updates the resource and prints the updated JSON object.
400 Bad Request for invalid flags/values.403 Forbidden when caller requests a disallowed update.404 Not Found when referenced owners/resources are missing.409 Conflict for uniqueness or state conflicts.Common auth errors are documented on the CLI overview page.
Update a team.
Usage: pearing-cli update-team [OPTIONS] <TEAM_SLUG>
Arguments:
<TEAM_SLUG> Team slug
Options:
--name <NAME> Team name
--slug <SLUG> Team slug
-h, --help Print help (see more with '--help')