Compare client/server versions and warn if different

This commit is contained in:
2024-07-06 22:27:34 -03:00
parent 889a5a2955
commit 824c94bebc
10 changed files with 31 additions and 12 deletions

View File

@ -27,6 +27,7 @@ module Faaso
end
def remote(options, name, scale) : Int32
Faaso.check_version
if !scale
Crest.get(
"#{FAASO_SERVER}funkos/#{name}/scale/", \