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        * job [OPTIONS] COMMAND [ARGS]....
20          Job  related  operations.  There are two sub-commands used with this
21       job command.
22
23          1) transtats job log [OPTIONS] JOB_ID
24             Show the log for a given job id.
25
26          2) transtats job run [OPTIONS] REPO_TYPE REPO_BRANCH JOB_TYPE  PACK‐
27       AGE_NAME
28             Runs a job and/or show the job log.
29             Available    job-types    are    syncupstream,    syncdownstream,
30       stringchange,
31                                     pushtrans, dpushtrans, pulltrans
32             Available repo-types are default, l10n, transifex, weblate
33
34        * package [OPTIONS] PACKAGE_NAME
35          Translation status of a package.
36
37        * version [OPTIONS]
38          Display the current version.
39
40        * release [OPTIONS] RELEASE_SLUG
41          Translation status of a release slug(branch).
42
43

EXAMPLES

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

NOTES

97          These  commands  give  output  in plain text format. If you need the
98       same output
99          in json format then just add to every above command --json option.
100
101

AUTHORS

103        Transtats CLI is primarily written  by  Sundeep  Anand  <suanand@fedo‐
104       raproject.org>
105        Updated by Parag Nemade <pnemade@fedoraproject.org>
106

SEE ALSO

108        Documentation    for   the   Transtats   project   is   available   at
109       http://docs.transtats.org
110
111       The full documentation for transtats is maintained as a Texinfo manual.
112       If the info and transtats programs are properly installed at your site,
113       the command
114
115              info transtats
116
117       should give you access to the complete manual.
118
119
120
121transtats 0.5.0                 12th July 2021                    TRANSTATS(1)
Impressum