logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

openqa-dump-templates - dump openQA templates

Description

       Dump  openQA  database  tables for Machines TestSuites Products JobTemplates e.g. to load them on another
       instance.

openQA 4.6.1732034221.ae34b08ff                    2025-01-23                           openqa-dump-templates(1)

Name

       openqa-dump-templates - dump openQA templates

Options

--host HOST
           connect to specified host, defaults to localhost

       --apibase
           Set API base URL component, default: '/api/v1'

       --apikey KEY, --apisecret SECRET
           Specify api key and secret to use, overrides use of config file ~/.config/openqa/client.conf

           override values from config file

       --group GROUP
           dump only specified job group

       --test NAME
           dump only testsuite with specified name

       --machine NAME
           dump only machine with specified name

       --product NAME
           dump only product with specified name

       --full
           when dumping a specific job group also dump related test suites, products and machines

       --json
           dump as json

       --help,-h
           print help

Synopsis

       openqa-dump-templates --host openqa.example.com Products
       openqa-dump-templates --host openqa.example.com --group "openSUSE Tumbleweed" --full
       openqa-dump-templates --host openqa.example.com --test "gnome"
       openqa-dump-templates --host openqa.example.com --machine "64bit"

Tables

MachinesTestSuitesProductsJobTemplatesJobGroups

See Also