Skip to content

Conversation

@gabor-boros
Copy link
Member

Reason for the change

Creating a base for porting management commands of the 2.4.x driver.

Description

This PR creates the base and structure for management commands:

  • dump
  • export
  • import
  • index_rebuild
  • repl
  • restore

Code examples

# Calling the dump command
$ rethinkdb-dump
# ... or ...
$ rethinkdb dump

# Calling the export command
$ rethinkdb-export
# ... or ...
$ rethinkdb export

# Calling the import command
$ rethinkdb-import
# ... or ...
$ rethinkdb import

# Calling the index_rebuild command
$ rethinkdb-index_rebuild
# ... or ...
$ rethinkdb index_rebuild

# Calling the repl command
$ rethinkdb-repl
# ... or ...
$ rethinkdb repl

# Calling the restore command
$ rethinkdb-restore
# ... or ...
$ rethinkdb restore

Checklist

References
N/A

Signed-off-by: Gabor Boros <[email protected]>
@gabor-boros gabor-boros added the enhancement New feature or request label Jun 27, 2022
@gabor-boros gabor-boros self-assigned this Jun 27, 2022
@gabor-boros gabor-boros merged commit 2c5951a into gabor/python3-v2.5.0 Jun 27, 2022
@gabor-boros gabor-boros deleted the gabor/cli-bases branch February 9, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants