cf 4.1.1 → 4.1.2.rc1
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.
- data/lib/cf/cli.rb +4 -7
- data/lib/cf/version.rb +1 -1
- metadata +7 -4
data/lib/cf/cli.rb
CHANGED
|
@@ -110,15 +110,12 @@ module CF
|
|
|
110
110
|
def help_header
|
|
111
111
|
<<EOS
|
|
112
112
|
Cloud Foundry Command Line Interface, version [#{CF::VERSION}]
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
For docs and support visit http://support.cloudfoundry.com
|
|
113
|
+
Use 'cf help' for basic help, 'cf help --all' for all commands, 'cf help [command]' for command details.
|
|
114
|
+
For docs and support visit http://support.cloudfoundry.com
|
|
117
115
|
|
|
118
116
|
USAGE EXAMPLES
|
|
119
|
-
$ cf target api.run.pivotal.io <-- sets
|
|
120
|
-
$ cf
|
|
121
|
-
$ cf push <-- deploys app to current target
|
|
117
|
+
$ cf target api.run.pivotal.io <-- sets the CF instance target where your app will be pushed
|
|
118
|
+
$ cf push <-- deploys app to current app space on current target
|
|
122
119
|
$ cf target -s staging <-- changes currently targeted app space to 'staging'
|
|
123
120
|
|
|
124
121
|
EOS
|
data/lib/cf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 4.1.2.rc1
|
|
5
|
+
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Cloud Foundry Team
|
|
@@ -616,12 +616,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
616
616
|
- - ! '>='
|
|
617
617
|
- !ruby/object:Gem::Version
|
|
618
618
|
version: '0'
|
|
619
|
+
segments:
|
|
620
|
+
- 0
|
|
621
|
+
hash: 1772751306125158970
|
|
619
622
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
620
623
|
none: false
|
|
621
624
|
requirements:
|
|
622
|
-
- - ! '
|
|
625
|
+
- - ! '>'
|
|
623
626
|
- !ruby/object:Gem::Version
|
|
624
|
-
version:
|
|
627
|
+
version: 1.3.1
|
|
625
628
|
requirements: []
|
|
626
629
|
rubyforge_project: cf
|
|
627
630
|
rubygems_version: 1.8.25
|