schema¶

                                                                                
 Usage: lftools-uv schema [OPTIONS] COMMAND [ARGS]...                           
                                                                                
 Verify YAML Schema                                                             
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ verify   Verify YAML Schema.                                                 │
╰──────────────────────────────────────────────────────────────────────────────╯

Commands¶

verify¶

                                                                                
 Usage: lftools-uv schema verify [OPTIONS] YAMLFILE SCHEMAFILE                  
                                                                                
 Verify YAML Schema.                                                            
                                                                                
 Args: yamlfile: Release YAML file to be validated schemafile: SCHEMA file to   
 validate against                                                               
                                                                                
 Examples: lftools-uv schema verify release.yaml schema.yaml                    
                                                                                
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ *    yamlfile        PATH  Release YAML file to be validated                 │
│                            [required]                                        │
│ *    schemafile      PATH  SCHEMA file to validate against                   │
│                            [required]                                        │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯