Logfire Teams Invite-Members | CLI Commands
The Logfire CLI logfire teams invite-members
command allows you to add new members to a specific team.
Usage
1. Interactive
In the interactive mode, the CLI will guide you through the process. It will prompt you to select the team you want to invite members to from a list of your teams, and then to enter the email addresses of the members:
logfire teams invite-members
2. Non-interactive
If you prefer a non-interactive approach, you can specify the ID of the team you want to invite members to directly in the command using the --teamid
option, and the email addresses of the members using the --email
option:
logfire teams invite-members --teamid "your team id" --email "member1 email" --email "member2 email"
You can invite multiple members at the same time by including multiple --email
options in the command.
Please replace "your team id"
, "member1 email"
, and "member2 email"
with the actual ID of the team and the email addresses of the members, respectively.