1TRANSTATS(1) User Commands TRANSTATS(1)
2
3
4
6 transtats - Command line interface for transtats
7
9 transtats [OPTIONS] COMMAND [ARGS]...
10
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
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 anaconda
49
50
51 To check the translation status for available packages in any pre-
52 defined Linux distribution release on transtats server.
53 transtats release fedora-27
54
55
56 To check the translation status for available packages in any pre-
57 defined Linux distribution release on transtats server.
58 But if you need to know this status categorized by individual lan‐
59 guages then use --detail
60 transtats release --detail fedora-27
61
62
63 To know the version of this transtats client.
64 transtats version
65
66
67 To know the version of this transtats client along with transtats
68 server.
69 transtats version --server
70
71
72 To submit a job to transtats server. There are 3 types of job that
73 users can submit.
74 These job types are syncupstream, syncdownstream, stringchange.
75 Various job type command examples are given below
76 transtats job run stringchange anaconda
77 transtats job run syncdownstream anaconda --build-system koji
78 --build-tag f29
79 transtats job run stringchange anaconda --release-slug fedora-29
80
81
83 These commands give output in plain text format. If you need the
84 same output
85 in json format then just add to every above command --json option.
86
87
89 Transtats CLI is primarily written by Sundeep Anand <suanand@fedo‐
90 raproject.org>
91 Updated by Parag Nemade <pnemade@fedoraproject.org>
92
94 Documentation for the Transtats project is available at
95 http://docs.transtats.org
96
97 The full documentation for transtats is maintained as a Texinfo manual.
98 If the info and transtats programs are properly installed at your site,
99 the command
100
101 info transtats
102
103 should give you access to the complete manual.
104
105
106
107transtats 0.2.0 August 2018 TRANSTATS(1)