Skip to content

Commit 2765071

Browse files
committed
Document tt export/import
1 parent 6999028 commit 2765071

File tree

5 files changed

+450
-1
lines changed

5 files changed

+450
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
extlinks = {
4242
'tarantool-issue': ('https://github.com/tarantool/tarantool/issues/%s', 'gh-'),
4343
'tarantool-release': ('https://github.com/tarantool/tarantool/releases/%s', 'v. '),
44+
'tt-release': ('https://github.com/tarantool/tt/releases/v%s', 'v. '),
4445
'doc-issue': ('https://github.com/tarantool/doc/issues/%s', 'doc-'),
4546
'tarantool-sec-issue': ('https://github.com/tarantool/security/issues/%s', 'ghs-'),
4647
}
@@ -59,7 +60,7 @@
5960
project = u'Tarantool'
6061

6162
# |release| The full version, including alpha/beta/rc tags.
62-
release = "2.11.0"
63+
release = "2.11.1"
6364
# |version| The short X.Y version.
6465
version = '.'.join(release.split('.')[0:2])
6566

doc/reference/tooling/tt_cli/commands.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ help for the given command.
3434
- Manipulate Tarantool core dumps
3535
* - :doc:`create <create>`
3636
- Create an application from a template
37+
* - :doc:`crud <crud>`
38+
- Interact with the CRUD module (`Enterprise only <https://www.tarantool.io/compare/>`_)
39+
* - :ref:`export <tt-crud-export>`
40+
- Export data to a file (`Enterprise only <https://www.tarantool.io/compare/>`_)
3741
* - :doc:`help <help>`
3842
- Display help for ``tt`` or a specific command
43+
* - :ref:`import <tt-crud-export>`
44+
- Import data from a file (`Enterprise only <https://www.tarantool.io/compare/>`_)
3945
* - :doc:`init <init>`
4046
- Create a new ``tt`` environment in the current directory
4147
* - :doc:`install <install>`
@@ -81,6 +87,7 @@ help for the given command.
8187
connect <connect>
8288
coredump <coredump>
8389
create <create>
90+
crud <crud>
8491
help <help>
8592
init <init>
8693
install <install>

0 commit comments

Comments
 (0)