We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description:
Add admin commands.
Let's implement admin commands, starting with finding and deleting documents.
# starts server $ yorkie server INFO default backend created: id: ca81i5jhkdflkq76edr0, rpc: localhost:11103: db: memory INFO default serving profiling on 11102 INFO default serving RPC on 11101 INFO default serving admin on 11103 $ yorkie --admin-addr localhost:11103 document describe <doc-key> $ yorkie --admin-addr localhost:11103 document rm <doc-key>
Task
yorkie project create <name>
yorkie project ls
yorkie history <project_name> <document_key>
yorkie document ls <project_name>
yorkie project rm <name>
yorkie document rm <project_name> <document_key>
Why:
The text was updated successfully, but these errors were encountered:
can i try this issue? 🙇 cc. @dc7303
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description:
Add admin commands.
Let's implement admin commands, starting with finding and deleting documents.
Task
yorkie project create <name>
yorkie project ls
yorkie history <project_name> <document_key>
yorkie document ls <project_name>
yorkie project rm <name>
yorkie document rm <project_name> <document_key>
Why:
The text was updated successfully, but these errors were encountered: