Fusioncat is currently in its alpha stage. The main API server is located at:
https://api.staging.fusioncatalyst.io/Please note that breaking changes and bugs are to be expected, as the product is still under active development.
Workspace Management Commands
Thepaw workspaces
commands allow you to create and manage workspaces for team collaboration.
Commands
workspaces list
List all workspaces you have access to.Examples
workspaces new
Create a new workspace.Options
--name
(required): Workspace name--description
: Optional description of the workspace
Examples
Working with Workspaces
What are Workspaces?
Workspaces are collaborative environments where teams can:- Share projects
- Manage access permissions
- Organize resources by team or department
- Collaborate on API definitions
Workspace Projects
After creating a workspace, you can create projects that belong to it:Workspace Members
Workspace membership and permissions are managed through the FusionCatalyst web interface or API. The CLI focuses on workspace and project creation.Best Practices
Workspace Organization
- One workspace per team: Keep team resources together
- Clear naming: Use descriptive names that identify the team or purpose
- Documentation: Use descriptions to clarify workspace purpose
Workspace Structure Example
Access Control
- Workspace owners can manage members
- Members can create and modify projects
- Project-level permissions override workspace permissions
Examples
Complete Team Setup
Migration from User to Workspace
If you have personal projects that should be shared:- Export the project definition
- Create a new workspace
- Create a new project in the workspace
- Import the project definition
Related Commands
- Projects - Create projects within workspaces
- Authentication - Manage authentication for workspace access