lib/cf/cli/route/unmap.rb in cf-4.2.9.rc5 vs lib/cf/cli/route/unmap.rb in cf-4.2.10.rc1
- old
+ new
@@ -1,10 +1,10 @@
require "cf/cli/route/base"
module CF::Route
class Unmap < Base
desc "Remove a URL mapping"
- group :apps, :info, :hidden => true
+ group :apps, :info
input :url, :desc => "URL to unmap", :argument => :optional,
:from_given => find_by_name("route") { client.routes }
input :app, :desc => "Application to remove the URL from",
:argument => :optional, :from_given => by_name(:app)
input :all, :desc => "Act on all routes", :type => :boolean