fix: include info for cli user deletion#4
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation adds a CLI example for the delete user command using ChangesCLI Delete User Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
docs: update CLI user deletion documentation
Summary
The
bootstrapping.mdxpage incorrectly stated that user deletion via the CLI was still in development. This has since been implemented. This PR updates the documentation to reflect the current state of the CLI.Changes
--server-url— Pullbase server base URL--admin-token— Admin JWT token--user-id— ID of the user to delete--delete-acct-username— Username confirmation required by the server<Info>callout that said "CLI deletion support is in development" and directed users to the REST API or web UI as workarounds.Summary by CodeRabbit