Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Adding global flag --strict-start to wildcard-based commands. #1269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 9, 2019

  1. Adding global flag --strict-start to wildcard-based commands.

    This forces job names to be matched from the string start. By default,
    some commands will match on any jobs that contain the input name as a
    substring, this option forces the match to only happen if the string
    starts with the input name. Affects the subcommands: remove, inspect,
    rolling-update, undeploy, deploy and stop.
    
    The motivation behind this is production usages returning
    "JOB_AMBIGUOUS_REFERENCE" in cases where a job's name is a substring of
    another (eg: foo-bar and bar-foo-bar, as the first a substring of the
    second).
    hstefan authored and Stefan Puhlmann committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    48398bd View commit details
    Browse the repository at this point in the history