Logfire Teams using CLI Commands
The Logfire CLI provides an interactive command to manage your teams. With the teams
command, you can create, list, delete, and update teams, invite members, list team members, remove a member, and update a member.
Usage
1. Interactive
To access the interactive interface, type logfire teams
in your terminal:
logfire teams
The CLI will provide you with the following options to choose from:
Create team
: Create a new teamList teams
: Get a list of all your teamsDelete team
: Remove a specific teamUpdate team
: Modify the details of a specific teamInvite members
: Add new members to a teamList members
: Get a list of all members in a specific teamRemove member
: Remove a specific member from a teamUpdate member
: Modify the details of a specific member in a team
Select the option that fits your needs by moving the arrow keys and hitting enter. The CLI will guide you through the rest of the process based on your selection.
2. Direct-interactive OR Non-interactive
If you prefer a Direct-interactive OR Non-interactive approach, you can check the following: