List Command¶
The list command in ThothCTL provides tools to view and manage projects and spaces that are tracked by ThothCTL. It helps you keep track of your projects and their organization within spaces.
Overview¶
The list command helps developers and teams to:
- View all projects managed by ThothCTL
- See which spaces are available in your environment
- Understand the relationship between projects and spaces
- Get a quick overview of your development environment
Subcommands¶
ThothCTL supports the following list subcommands:
projects- List all projects managed by ThothCTLspaces- List all spaces managed by ThothCTL
Basic Usage¶
# List all projects
thothctl list projects
# List all spaces
thothctl list spaces
# Default behavior (lists projects)
thothctl list
Common Options¶
| Subcommand | Option | Description |
|---|---|---|
projects |
-s, --show-space |
Show space information for each project |
spaces |
(no options) | Lists all spaces with their projects and descriptions |
Benefits of Project and Space Listing¶
- Organization: Keep track of all your projects and their organization
- Visibility: Quickly see which projects and spaces are available
- Management: Easily identify projects that need attention or cleanup
- Collaboration: Share information about available projects and spaces with team members
Next Steps¶
For more detailed information about listing projects and spaces, see:
- Listing Projects - Learn how to list and filter projects
- Listing Spaces - Learn how to list spaces and their associated projects