Skip to content

Commit 6a92248

Browse files
committed
Review fixes
1 parent 435952c commit 6a92248

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

doc/tooling/tt_cli/export.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Options
223223

224224
**Applicable to:** ``tt crud export``, ``tt tdg2 export``
225225

226-
Authentication type: ``chap-sha1`` or ``pap-sha256``.
226+
Authentication type: ``chap-sha1``, ``pap-sha256``, or ``auto``.
227227

228228
.. option:: --batch-queue-size INT
229229

@@ -332,6 +332,12 @@ Options
332332

333333
An application token for connecting to TDG2.
334334

335+
.. option:: --use-ssl STRING
336+
337+
Use SSL without providing any additional SSL parameters.
338+
339+
See also :ref:`tt-export-ssl`.
340+
335341
.. option:: --username STRING
336342

337343
A username for connecting to the instance.

doc/tooling/tt_cli/import.rst

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ in the ``--username`` and ``--password`` command options:
239239
240240
$ tt crud import localhost:3301 customers.csv:customers \
241241
--header --match=header \
242-
--username myuser -password p4$$w0rD
242+
--username myuser --password p4$$w0rD
243243
244244
.. _tt-import-ssl:
245245

@@ -254,7 +254,7 @@ If necessary, add other SSL parameters in the ``--ssl*`` options.
254254
255255
$ tt crud import localhost:3301 customers.csv:customers \
256256
--header --match=header \
257-
--username myuser -password p4$$w0rD \
257+
--username myuser --password p4$$w0rD \
258258
--auth pap-sha256 --sslcertfile certs/server.crt \
259259
--sslkeyfile certs/server.key
260260
@@ -265,7 +265,7 @@ option:
265265
266266
$ tt crud import localhost:3301 customers.csv:customers \
267267
--header --match=header \
268-
--username myuser -password p4$$w0rD \
268+
--username myuser --password p4$$w0rD \
269269
--use-ssl
270270
271271
.. _tt-import-options:
@@ -277,7 +277,7 @@ Options
277277

278278
**Applicable to:** ``tt crud import``, ``tt tdg2 import``
279279

280-
Authentication type: ``chap-sha1`` or ``pap-sha256``.
280+
Authentication type: ``chap-sha1``, ``pap-sha256``, or ``auto``.
281281

282282
.. option:: --batch-size INT
283283

@@ -431,6 +431,17 @@ Options
431431
For CSV, double quotes are used by default (``"``).
432432
The double symbol of this option acts as the escaping symbol within input data.
433433

434+
.. option:: --rollback-on-error
435+
436+
**Applicable to:** ``tt crud import``
437+
438+
Specify whether any operation failed on a storage leads to rollback of a batch
439+
import on this storage.
440+
441+
.. note::
442+
443+
``tt tdg2 import`` always works as if ``--rollback-on-error`` is ``true``.
444+
434445
.. option:: --sslcafile STRING
435446

436447
**Applicable to:** ``tt crud import``, ``tt tdg2 import``
@@ -502,17 +513,13 @@ Options
502513

503514
An application token for connecting to TDG2.
504515

505-
.. option:: --username STRING
516+
.. option:: --use-ssl STRING
506517

507-
A username for connecting to the instance.
508-
509-
.. option:: --rollback-on-error
518+
Use SSL without providing any additional SSL parameters.
510519

511-
**Applicable to:** ``tt crud import``
520+
See also :ref:`tt-import-ssl`.
512521

513-
Specify whether any operation failed on a storage leads to rollback of a batch
514-
import on this storage.
522+
.. option:: --username STRING
515523

516-
.. note::
524+
A username for connecting to the instance.
517525

518-
``tt tdg2 import`` always works as if ``--rollback-on-error`` is ``true``.

0 commit comments

Comments
 (0)