Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Support npm-style version wildcard syntax for Flyway CLI #40

Description

@michaelmarcus-ml

Currently we can either pin the Flyway CLI to a specific version or always download the latest one. It would be nice if we could pin to major or minor versions using the npm version syntax.

Examples:

  • Always download the latest 8.5.x patch release: 8.5 or 8.5.x or ~8.5.9
  • Always download the latest 8.x minor release: 8 or 8.x or ^8.5.9

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions