{% extends "docs/base.html" %} {% block docs_content %}
Create a team
pearing-cli create-team --name "Platform" --slug platform
Creates the resource and prints the created JSON object.
400 Bad Request for invalid flags/values.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.
Create a team.
Usage: pearing-cli create-team --name <NAME> --slug <SLUG>
Options:
--name <NAME> Team name
--slug <SLUG> Team slug
-h, --help Print help (see more with '--help')