mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Do not enter password of transifex at command line by security reason
Any command line options could be accessed by other users. `tx init` command has interaction interface. It should be used by all users by default.
This commit is contained in:
+5
-1
@@ -202,10 +202,14 @@ easy to fetch and push translations.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tx init --user=<transifex-username> --pass=<transifex-password>
|
||||
$ tx init
|
||||
--user=<transifex-username> --pass=<transifex-password>
|
||||
Creating .tx folder...
|
||||
Transifex instance [https://www.transifex.com]:
|
||||
...
|
||||
Please enter your transifex username: <transifex-username>
|
||||
Password: <transifex-password>
|
||||
...
|
||||
Done.
|
||||
|
||||
#. Upload pot files to transifex service
|
||||
|
||||
Reference in New Issue
Block a user