Class: Pod::Command::Push
- Inherits:
-
Pod::Command
- Object
- CLAide::Command
- Pod::Command
- Pod::Command::Push
- Defined in:
- lib/cocoapods/command/push.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ Push
constructor
A new instance of Push.
- #run ⇒ Object
- #validate! ⇒ Object
Methods inherited from Pod::Command
options, parse, report_error, run, verify_git_version!
Methods included from Pod::Config::Mixin
Constructor Details
Instance Method Details
#run ⇒ Object
16 17 18 |
# File 'lib/cocoapods/command/push.rb', line 16 def run @push_command.run end |
#validate! ⇒ Object
11 12 13 14 |
# File 'lib/cocoapods/command/push.rb', line 11 def validate! UI.puts '[!] The `pod push` command has been moved to `pod repo push`.'.ansi.yellow @push_command.validate! end |