Skip to content

Rename create-vws-database CLI to create-vws-cloud-database#1219

Merged
adamtheturtle merged 3 commits intomainfrom
adamtheturtle/cli-create-db-by-type
Feb 16, 2026
Merged

Rename create-vws-database CLI to create-vws-cloud-database#1219
adamtheturtle merged 3 commits intomainfrom
adamtheturtle/cli-create-db-by-type

Conversation

@adamtheturtle
Copy link
Copy Markdown
Member

@adamtheturtle adamtheturtle commented Feb 16, 2026

Summary

Renamed the create-vws-database CLI command to create-vws-cloud-database to match the type-specific naming of the underlying library functions. The library already has separate create_cloud_database() and create_vumark_database() functions (from recent refactoring), so this brings the CLI in line with that pattern.

Changes

  • Renamed CLI function create_vws_databasecreate_vws_cloud_database
  • Updated command help text from "Create a database." to "Create a cloud database."
  • Updated test to use the new command name

🤖 Generated with Claude Code


Note

Low Risk
Low risk: this is a CLI command rename/help-text update with corresponding doc/test adjustments; primary impact is a breaking change for users invoking the old command name.

Overview
Renames the CLI command create-vws-database to create-vws-cloud-database (including the handler function name) and updates the command description to Create a cloud database.

Updates user-facing docs (README.rst, CHANGELOG.rst) and adjusts CLI integration/help tests to use the new command name/output.

Written by Cursor Bugbot for commit e52f448. This will update automatically on new commits. Configure here.

Makes the CLI command name specific to cloud databases, matching the library's
type-specific create_cloud_database() and create_vumark_database() functions.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment thread src/vws_web_tools/__init__.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit b5a0ab2 into main Feb 16, 2026
18 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/cli-create-db-by-type branch February 16, 2026 13:37
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