Skip to content

fix: include info for cli user deletion#4

Open
JohnAkindipe wants to merge 1 commit into
pullbase:mainfrom
JohnAkindipe:update-cli-docs
Open

fix: include info for cli user deletion#4
JohnAkindipe wants to merge 1 commit into
pullbase:mainfrom
JohnAkindipe:update-cli-docs

Conversation

@JohnAkindipe
Copy link
Copy Markdown
Contributor

@JohnAkindipe JohnAkindipe commented May 29, 2026

docs: update CLI user deletion documentation

Summary

The bootstrapping.mdx page 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

  • Added a Delete a user code example to the CLI section under Managing users, showing the correct flags:
    • --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
  • Removed the stale <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

  • Documentation
    • Updated CLI user-management documentation to include instructions for deleting users.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 21cf210c-0ccb-4b91-8c24-6a02c1286f0d

📥 Commits

Reviewing files that changed from the base of the PR and between 0320048 and b1dbda1.

📒 Files selected for processing (1)
  • bootstrapping.mdx

📝 Walkthrough

Walkthrough

Documentation adds a CLI example for the delete user command using pullbasectl, including required flags for server URL, admin token, user ID, and account username confirmation.

Changes

CLI Delete User Documentation

Layer / File(s) Summary
Delete user command documentation
bootstrapping.mdx
Adds pullbasectl users delete command example with --server-url, --admin-token, --user-id, and --delete-acct-username flags.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • pullbase/docs#3: Adds the same pullbasectl users delete CLI command example with identical required flags and invocation pattern.

Poem

🐰 A CLI command, so neat and so clear,
Delete users with flags—no confusion here!
Admin tokens dance, and usernames take flight,
Documentation blooms in the bootstrapping light! 📚

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: include info for cli user deletion' accurately reflects the main change: adding CLI user deletion documentation to the bootstrapping guide.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant