-
-
Notifications
You must be signed in to change notification settings - Fork 817
feat: import and export management commands (#1973) #1992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: import and export management commands (#1973) #1992
Conversation
Specify book id, to avoid depending on next id.
e2e4167
to
224a54a
Compare
477a7c9
to
643d08a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks for your hard work. I tested and added a few review comments.
6360ca8
to
f9feca5
Compare
bed3e66
to
a5bf523
Compare
3eb645b
to
2a17796
Compare
cab9129
to
99a5057
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some minor points about language in documentation.
438b17b
to
0989f83
Compare
for more information, see https://pre-commit.ci
Good work @bmihelac ! Lets see how the community uses this! 😄 |
It would be a good idea to add a confirmation prompt for the import command that would be skipped if the --noinput option is passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Merged - @matthewhegarty and @andrewgy8 thanks for review! |
Problem
Feature proposal - import and export management command
Solution
As described. Additional
encoding
argument is added to both commands.Acceptance Criteria
yes
yes