Team Edition
Oscar Team Edition enables collaborative infrastructure management. Team members can share health check findings, assign tasks, and track resolution status across your organization.
Quick Start
Create a new organization:
/team create myorgYou become the admin and can invite others.
Join an existing organization:
/team join <invite-code>Use the code from your invitation email.
Check your team status:
/team statusAuthentication
Use /team login to authenticate with your Oscar organization:
/team loginThis opens your browser to the OpsCanvas platform where you can sign in with email or Google. Once complete, you're connected to your organization and can use all team features.

Team vs Solo Mode:
Solo mode (default): You work independently. Team commands are unavailable.
Team mode (after
/team login): You're connected to your organization. All team features are active.
Your current mode is shown in the Oscar prompt. Use /team status to verify your connection.
Logout:
Use /team logout to disconnect from your organization:
This returns you to solo mode. Your local session is cleared, but your team membership remains intact - you can /team login again anytime.
Organization Management
View team members:
Shows each member's name, email, role, and join date.
Invite new members:
Admins can invite new members with /team invite:

You can invite multiple people at once:
Task Assignment
Team members can assign health check findings to each other and track resolution status.
Core workflow:
Run
/check healthto discover issues, then view them in the local web GUI that Oscar opensAssign findings to teammates through the GUI - click on any finding to view details and select an assignee
Assignees receive notifications at startup
Resolve with
/tasks resolveor block with/tasks block
See the complete task assignment flow:
Command Reference
/team login
Authenticate with OpsCanvas platform (email or Google)
/team logout
Log out and return to solo mode
/team status
Show current team membership and role
/team members
List all members in your organization
/team invite <email> [--role <role>]
Send team invitation (admin only)
/team create <org-name> [emails...]
Create a new organization (you become admin)
/team join <code>
Join an organization using an invite code
Notes
Team authentication opens your browser to the OpsCanvas platform where you can sign in with email or Google
Your team session persists across Oscar restarts until you
/team logoutor the token expiresOnly admins can use
/team inviteAll team commands require an active login - if your session expires, Oscar will prompt you to
/team loginagainAll team data is synchronized through Oscar's backend service
Last updated
Was this helpful?