{% extends "docs/base.html" %} {% block docs_content %}

create-team

Create a team

Auth

Authenticated

Example

pearing-cli create-team --name "Platform" --slug platform

Expected Response

Creates the resource and prints the created JSON object.

Errors

Common auth errors are documented on the CLI overview page.

Help Output

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')
{% endblock %}