Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: improve wildcard namespace prefix matches #10648

Merged
merged 2 commits into from
May 24, 2021
Merged

Commits on May 24, 2021

  1. cli: improve wildcard namespace prefix matches

    When a wildcard namespace is used for `nomad job` commands that support prefix
    matching, avoid asking the user for input if a prefix is an unambiguous exact
    match so that the behavior is similar to the commands using a specific or
    unset namespace.
    tgross committed May 24, 2021
    Configuration menu
    Copy the full SHA
    dd24cf9 View commit details
    Browse the repository at this point in the history
  2. move trimspace

    tgross committed May 24, 2021
    Configuration menu
    Copy the full SHA
    b2caec3 View commit details
    Browse the repository at this point in the history