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.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯