# File lib/blimpy/cli.rb, line 100
    def stop
      ensure_blimpfile
      fleet = Blimpy::Fleet.new
      fleet.stop
    end