lib/faastruby/cli/commands/function/deploy_to.rb in faastruby-0.4.4 vs lib/faastruby/cli/commands/function/deploy_to.rb in faastruby-0.4.5
- old
+ new
@@ -30,10 +30,10 @@
puts "Endpoint: #{FaaStRuby.api_host}/#{@workspace_name}/#{@function_name}"
exit 0
end
def self.help
- "deploy-to".blue + " WORKSPACE_NAME"
+ "deploy-to".light_cyan + " WORKSPACE_NAME"
end
def usage
"Usage: faastruby #{self.class.help}"
end