Class: Terrestrial::Cli::Push
- Defined in:
- lib/terrestrial/cli/push.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Terrestrial::Cli::Command
Instance Method Details
#run ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/terrestrial/cli/push.rb', line 5 def run Config.load! MixpanelClient.track("cli-push-command") load_string_registry if string_registry.entries.any? if duplicates.any? else do_push end else end end |