lds-cf-plugin 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,8 +9,8 @@ module LdsCfPlugin
|
|
|
9
9
|
|
|
10
10
|
desc "Create an Oracle service"
|
|
11
11
|
group :lds, :services
|
|
12
|
-
input :plan, :desc => "The plan for your service. (Existing, or Provisioned)", :argument => :optional
|
|
13
12
|
input :name, :desc => "Name for your service", :argument => :optional
|
|
13
|
+
input :plan, :desc => "The plan for your service. (Existing, or Provisioned)", :argument => :optional
|
|
14
14
|
input :service, :desc => "The Oracle database to connect to if using 'Existing' plan.", :argument => :optional
|
|
15
15
|
input :schema, :desc => "The schema (user) to use if using 'Existing' plan.", :argument => :optional
|
|
16
16
|
input :password, :desc => "The password used to connect to the database if using 'Existing' plan.", :argument => :optional
|