galaxy-server icon indicating copy to clipboard operation
galaxy-server copied to clipboard

Expansion of configs or binaries can be problematic

Open davidhagar-zz opened this issue 12 years ago • 1 comments

I'm running two sets of servers with configs named as such:

blahserver (production) blahserver-dev (development)

trying

galaxy upgrade -c blahserver fails because it expands to both of the above. Being able to pass a flag such as --exact or something to indicate not to do expansion would be useful.

(This also would happen with expansions with numeric such as 1.1 and 1.11, I believe)

davidhagar-zz avatar May 30 '12 01:05 davidhagar-zz

Config is automatically globed as value. The key is to remember that configs are just maven artifacts using the group:artifact-id:value form so try "-c :blahserver:".

dain avatar May 30 '12 04:05 dain