1TRANSTATS(1)                     User Commands                    TRANSTATS(1)
2
3
4

NAME

6       transtats - Command line interface for transtats
7

SYNOPSIS

9       transtats [OPTIONS] COMMAND [ARGS]...
10

OPTIONS

12       --help Show this message and exit.
13
14
15   Commands available are :
16        * coverage [OPTIONS] GRAPH_RULE
17          Translation coverage as per graph rule.
18
19        * package [OPTIONS] PACKAGE_NAME
20          Translation status of a package.
21
22        * version [OPTIONS]
23          Display the current version.
24
25        * release [OPTIONS] RELEASE_SLUG
26          Translation status of a release slug(branch).
27
28        * job [OPTIONS] COMMAND [ARGS]....
29          Job  related  operations.  There are two sub-commands used with this
30       job command.
31
32          1) transtats job log [OPTIONS] JOB_ID
33             Show the log for a given job id.
34
35          2) transtats job run [OPTIONS] JOB_TYPE PACKAGE_NAME
36             Runs a job and/or show the job log. Available job-types are  syn‐
37       cupstream, syncdownstream, stringchange.
38
39

EXAMPLES

41          To  check  the  translation coverage as per predefined graph rule on
42       transtats server.
43          transtats coverage rhinstaller
44
45
46          To check the translation status of any partiular package for all the
47       available release branches on transtats server.
48          transtats package abrt
49
50
51          To check the if package exists on the transtats server.
52          transtats package --exist abrt
53
54
55          To check the translation health of any partiular package for all the
56       available release branches on transtats server.
57          transtats package --health abrt
58
59
60          To check the translation status for available packages in  any  pre-
61       defined Linux distribution release on transtats server.
62          transtats release fedora-31
63
64
65          To  check  the translation status for available packages in any pre-
66       defined Linux distribution release on transtats server.
67          But if you need to know this status categorized by  individual  lan‐
68       guages then use --detail
69          transtats release --detail fedora-31
70
71
72          To know the version of this transtats client.
73          transtats version
74
75
76          To  know  the  version of this transtats client along with transtats
77       server.
78          transtats version --server
79
80
81          To submit a job to transtats server. There are 3 types of  job  that
82       users can submit.
83             These job types are syncupstream, syncdownstream, stringchange.
84             Various job type command examples are given below
85             transtats job run stringchange anaconda
86             transtats  job  run  syncdownstream  anaconda --build-system koji
87       --build-tag f31
88             transtats job run stringchange anaconda --release-slug fedora-31
89
90

NOTES

92          These commands give output in plain text format.  If  you  need  the
93       same output
94          in json format then just add to every above command --json option.
95
96

AUTHORS

98        Transtats  CLI  is  primarily  written by Sundeep Anand <suanand@fedo‐
99       raproject.org>
100        Updated by Parag Nemade <pnemade@fedoraproject.org>
101

SEE ALSO

103        Documentation   for   the   Transtats   project   is   available    at
104       http://docs.transtats.org
105
106       The full documentation for transtats is maintained as a Texinfo manual.
107       If the info and transtats programs are properly installed at your site,
108       the command
109
110              info transtats
111
112       should give you access to the complete manual.
113
114
115
116transtats 0.3.0                August 2018-2019                   TRANSTATS(1)
Impressum