tollan CLI

tollan CLI#

                                                                                
 Usage: tollan [OPTIONS] COMMAND [ARGS]...                                      
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --install-completion                                Install completion for   │
│                                                     the current shell.       │
│ --show-completion                                   Show completion for the  │
│                                                     current shell, to copy   │
│                                                     it or customize the      │
│                                                     installation.            │
│ --help                                              Show this message and    │
│                                                     exit.                    │
│ --help_all                                          Show full help and exit. │
│ --log_level           -l      [DEBUG|INFO|WARNING]  Set the log level.       │
│                                                     [default: INFO]          │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ version   Print version.                                                     │
│ check     Check and display runtime context and configuration.               │
╰──────────────────────────────────────────────────────────────────────────────╯
                                                                                
 Usage: tollan version [OPTIONS]                                                
                                                                                
 Print version.                                                                 
                                                                                
                                                                                
 Usage: tollan check [OPTIONS]                                                  
                                                                                
 Check and display runtime context and configuration.                           
                                                                                
 Supports arbitrary config overrides via --key=value or --key value syntax.     
                                                                                
 Examples:                                                                      
                                                                                
     tollan check                                                               
     tollan check -c config.yaml                                                
     tollan check -c config.yaml --env_files .env                               
     tollan check -c config.yaml --debug=true --port=8080                       
     tollan check --log_level DEBUG --workers 4                                 
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --config     -c      FILE  Path to the config file.                          │
│ --env_files          FILE  Path to .env file(s). Can be specified multiple   │
│                            times.                                            │
│ --help                     Show this message and exit.                       │
╰──────────────────────────────────────────────────────────────────────────────╯