@@ -88,16 +88,19 @@ cbrain [options] <MODEL> <ACTION> [id_or_args]
8888- ` --jsonl ` or ` -jl ` : JSON Lines format (one JSON object per line)
8989
9090## Available Commands
91- - ` file (f) ` - Manage individual file operations and metadata
92- - ` background-activities ` - Monitor and manage long-running background processes
93- - ` data-providers ` - Configure and manage data storage locations and access
94- - ` files ` - List, upload, download, and organize research data files
95- - ` projects ` - Create and manage research project workspaces
96- - ` remote_resources ` - Configure computational clusters and processing resources
97- - ` tags ` - Apply and manage metadata tags for organizing content
98- - ` tasks ` - Submit, show and manage computational analysis jobs
99- - ` tool_configs ` - Configure analysis tools and processing parameters
100- - ` tools ` - Browse available analysis tools and their capabilities
91+ - ` version ` - Show CLI version
92+ - ` login ` - Login to CBRAIN
93+ - ` logout ` - Logout from CBRAIN
94+ - ` whoami ` - Show current session
95+ - ` file ` - File operations
96+ - ` dataprovider ` - Data provider operations
97+ - ` project ` - Project operations
98+ - ` tool ` - Tool operations
99+ - ` tool-config ` - Tool configuration operations
100+ - ` tag ` - Tag operations
101+ - ` background ` - Background activity operations
102+ - ` task ` - Task operations
103+ - ` remote-resource ` - Remote resource operations
101104
102105## Command Examples
103106
0 commit comments