We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b944760 + 7015348 commit 5436f54Copy full SHA for 5436f54
lib/vmfloaty/utils.rb
@@ -206,6 +206,9 @@ def self.get_service_config(config, options)
206
# If the service is configured but some values are missing, use the top-level defaults to fill them in
207
service_config.merge! config['services'][options.service]
208
end
209
+ # No config file but service is declared on command line
210
+ elsif !config['services'] && options.service
211
+ service_config['type'] = options.service
212
213
214
# Prioritize an explicitly specified url, user, or token if the user provided one
0 commit comments