mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06: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:
parent
0fc0ccfa4d
commit
65e83c6057
@ -202,10 +202,14 @@ easy to fetch and push translations.
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ tx init --user=<transifex-username> --pass=<transifex-password>
|
$ tx init
|
||||||
|
--user=<transifex-username> --pass=<transifex-password>
|
||||||
Creating .tx folder...
|
Creating .tx folder...
|
||||||
Transifex instance [https://www.transifex.com]:
|
Transifex instance [https://www.transifex.com]:
|
||||||
...
|
...
|
||||||
|
Please enter your transifex username: <transifex-username>
|
||||||
|
Password: <transifex-password>
|
||||||
|
...
|
||||||
Done.
|
Done.
|
||||||
|
|
||||||
#. Upload pot files to transifex service
|
#. Upload pot files to transifex service
|
||||||
|
Loading…
Reference in New Issue
Block a user