Skip to content

feat: validate local version names #429

@chloe41427

Description

@chloe41427

When migrating the install subcommand to Rust, add validation to reject local version names that:

  1. Contain special characters (commas, etc.)

  2. Clash with available remote version names

Validation rules:

  • Reject commas and other special characters in local version names during sdk install
  • Reject local version names that match any available remote version for the candidate
  • Provide clear error messages for each validation failure

This consolidates local version name validation into a single comprehensive issue for the Rust native CLI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions